diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200510-16.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200510-16.xml')
-rw-r--r-- | glsa-200510-16.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/glsa-200510-16.xml b/glsa-200510-16.xml new file mode 100644 index 00000000..a8d8bd0f --- /dev/null +++ b/glsa-200510-16.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200510-16"> + <title>phpMyAdmin: Local file inclusion vulnerability</title> + <synopsis> + phpMyAdmin contains a local file inclusion vulnerability that may lead to + the execution of arbitrary code. + </synopsis> + <product type="ebuild">phpmyadmin</product> + <announced>October 17, 2005</announced> + <revised>May 22, 2006: 02</revised> + <bug>108939</bug> + <access>local</access> + <affected> + <package name="dev-db/phpmyadmin" auto="yes" arch="*"> + <unaffected range="ge">2.6.4_p2</unaffected> + <vulnerable range="lt">2.6.4_p2</vulnerable> + </package> + </affected> + <background> + <p> + phpMyAdmin is a tool written in PHP intended to handle the + administration of MySQL over the web. + </p> + </background> + <description> + <p> + Maksymilian Arciemowicz reported that in + libraries/grab_globals.lib.php, the $__redirect parameter was not + correctly validated. Systems running PHP in safe mode are not affected. + </p> + </description> + <impact type="normal"> + <p> + A local attacker may exploit this vulnerability by sending malicious + requests, causing the execution of arbitrary code with the rights of + the user running the web server. + </p> + </impact> + <workaround> + <p> + Run PHP in safe mode. + </p> + </workaround> + <resolution> + <p> + All phpMyAdmin users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-db/phpmyadmin-2.6.4_p2"</code> + </resolution> + <references> + <uri link="http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-4">PMASA-2005-4</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3299">CVE-2005-3299</uri> + </references> + <metadata tag="requester" timestamp="Sat, 15 Oct 2005 08:08:40 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Sun, 16 Oct 2005 19:41:39 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Mon, 17 Oct 2005 03:54:58 +0000"> + adir + </metadata> +</glsa> |