diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200402-05.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200402-05.xml')
-rw-r--r-- | metadata/glsa/glsa-200402-05.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200402-05.xml b/metadata/glsa/glsa-200402-05.xml new file mode 100644 index 000000000000..cf5005ed0f51 --- /dev/null +++ b/metadata/glsa/glsa-200402-05.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200402-05"> + <title>phpMyAdmin < 2.5.6-rc1: possible attack against export.php</title> + <synopsis> + A vulnerability in phpMyAdmin which was not properly verifying user + generated input could lead to a directory traversal attack. + </synopsis> + <product type="ebuild">phpmyadmin</product> + <announced>February 17, 2004</announced> + <revised>February 17, 2004: 01</revised> + <bug>40268</bug> + <access>remote</access> + <affected> + <package name="dev-db/phpmyadmin" auto="yes" arch="*"> + <unaffected range="ge">2.5.6_rc1</unaffected> + <vulnerable range="le">2.5.5_p1</vulnerable> + </package> + </affected> + <background> + <p> + phpMyAdmin is a tool written in PHP intended to handle the administration + of MySQL databased over the Web. + </p> + </background> + <description> + <p> + One component of the phpMyAdmin software package (export.php) does not + properly verify input that is passed to it from a remote user. Since the + input is used to include other files, it is possible to launch a directory + traversal attack. + </p> + </description> + <impact type="normal"> + <p> + Private information could be gleaned from the remote server if an attacker + uses a malformed URL such as http://phpmyadmin.example.com/export.php?what=../../../[existing_file] + </p> + <p> + In this scenario, the script does not sanitize the "what" argument passed + to it, allowing directory traversal attacks to take place, disclosing + the contents of files if the file is readable as the web-server user. + </p> + </impact> + <workaround> + <p> + The workaround is to either patch the export.php file using the + referenced CVS patch or upgrade the software via Portage. + </p> + </workaround> + <resolution> + <p> + Users are encouraged to upgrade to phpMyAdmin-2.5.6_rc1: + </p> + <code> + # emerge sync + # emerge -pv ">=dev-db/phpmyadmin-2.5.6_rc1" + # emerge ">=dev-db/phpmyadmin-2.5.6_rc1" + # emerge clean</code> + </resolution> + <references> + <uri link="http://cvs.sourceforge.net/viewcvs.py/phpmyadmin/phpMyAdmin/export.php?r1=2.3&r2=2.3.2.1">CVS Patch</uri> + </references> +</glsa> |