blob: e7a151a980180c1604f83b802ca78fb3aeca5b4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200906-03">
<title>phpMyAdmin: Multiple vulnerabilities</title>
<synopsis>
Multiple errors in phpMyAdmin might allow the remote execution of arbitrary
code or a Cross-Site Scripting attack.
</synopsis>
<product type="ebuild">phpmyadmin</product>
<announced>2009-06-29</announced>
<revised count="01">2009-06-29</revised>
<bug>263711</bug>
<access>remote</access>
<affected>
<package name="dev-db/phpmyadmin" auto="yes" arch="*">
<unaffected range="ge">2.11.9.5</unaffected>
<vulnerable range="lt">2.11.9.5</vulnerable>
</package>
</affected>
<background>
<p>
phpMyAdmin is a web-based management tool for MySQL databases.
</p>
</background>
<description>
<p>
Multiple vulnerabilities have been reported in phpMyAdmin:
</p>
<ul>
<li>Greg Ose discovered that the setup script does not sanitize input
properly, leading to the injection of arbitrary PHP code into the
configuration file (CVE-2009-1151).</li>
<li>Manuel Lopez Gallego and
Santiago Rodriguez Collazo reported that data from cookies used in the
"Export" page is not properly sanitized (CVE-2009-1150).</li>
</ul>
</description>
<impact type="high">
<p>
A remote unauthorized attacker could exploit the first vulnerability to
execute arbitrary code with the privileges of the user running
phpMyAdmin and conduct Cross-Site Scripting attacks using the second
vulnerability.
</p>
</impact>
<workaround>
<p>
Removing the "scripts/setup.php" file protects you from CVE-2009-1151.
</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.11.9.5"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1150">CVE-2009-1150</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1151">CVE-2009-1151</uri>
</references>
<metadata tag="submitter" timestamp="2009-06-27T20:32:40Z">
a3li
</metadata>
<metadata tag="bugReady" timestamp="2009-06-29T22:35:56Z">
a3li
</metadata>
</glsa>
|