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-200504-30.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-200504-30.xml')
-rw-r--r-- | metadata/glsa/glsa-200504-30.xml | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200504-30.xml b/metadata/glsa/glsa-200504-30.xml new file mode 100644 index 000000000000..808ef3dac601 --- /dev/null +++ b/metadata/glsa/glsa-200504-30.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200504-30"> + <title>phpMyAdmin: Insecure SQL script installation</title> + <synopsis> + phpMyAdmin leaves the SQL install script with insecure permissions, + potentially leading to a database compromise. + </synopsis> + <product type="ebuild">phpmyadmin</product> + <announced>April 30, 2005</announced> + <revised>May 22, 2006: 02</revised> + <bug>88831</bug> + <access>local</access> + <affected> + <package name="dev-db/phpmyadmin" auto="yes" arch="*"> + <unaffected range="ge">2.6.2-r1</unaffected> + <vulnerable range="lt">2.6.2-r1</vulnerable> + </package> + </affected> + <background> + <p> + phpMyAdmin is a tool written in PHP intended to handle the + administration of MySQL databases from a web-browser. phpMyAdmin uses a + pma MySQL user to control the linked-tables infrastructure. The SQL + install script sets the initial password for the pma user. + </p> + </background> + <description> + <p> + The phpMyAdmin installation process leaves the SQL install script with + insecure permissions. + </p> + </description> + <impact type="normal"> + <p> + A local attacker could exploit this vulnerability to obtain the initial + phpMyAdmin password and from there obtain information about databases + accessible by phpMyAdmin. + </p> + </impact> + <workaround> + <p> + Change the password for the phpMyAdmin MySQL user (pma): + </p> + <code> + mysql -u root -p + SET PASSWORD FOR 'pma'@'localhost' = PASSWORD('MyNewPassword');</code> + <p> + Update your phpMyAdmin config.inc.php: + </p> + <code> + $cfg['Servers'][$i]['controlpass'] = 'MyNewPassword';</code> + </workaround> + <resolution> + <p> + All phpMyAdmin users should change password for the pma user as + described above and upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-db/phpmyadmin-2.6.2-r1"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1392">CVE-2005-1392</uri> + </references> + <metadata tag="submitter" timestamp="Fri, 29 Apr 2005 08:17:12 +0000"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="Fri, 29 Apr 2005 18:24:53 +0000"> + koon + </metadata> +</glsa> |