blob: bd3e443d0d527ed884750aa270bf77cd956dfd7d (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200408-21">
<title>Cacti: SQL injection vulnerability</title>
<synopsis>
With special configurations of Cacti it is possible to change passwords via
a SQL injection attack.
</synopsis>
<product type="ebuild">cacti</product>
<announced>2004-08-23</announced>
<revised count="04">2006-05-22</revised>
<bug>60630</bug>
<access>remote</access>
<affected>
<package name="net-analyzer/cacti" auto="yes" arch="*">
<unaffected range="ge">0.8.5a-r1</unaffected>
<vulnerable range="le">0.8.5a</vulnerable>
</package>
</affected>
<background>
<p>
Cacti is a complete web-based front end to rrdtool.
</p>
</background>
<description>
<p>
Cacti is vulnerable to a SQL injection attack where an attacker may
inject SQL into the Username field.
</p>
</description>
<impact type="normal">
<p>
An attacker could compromise the Cacti service and potentially execute
programs with the permissions of the user running Cacti. Only systems
with php_flag magic_quotes_gpc set to Off are vulnerable. By default,
Gentoo Linux installs PHP with this option set to On.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time. All users are encouraged to
upgrade to the latest available version of Cacti.
</p>
</workaround>
<resolution>
<p>
All users should upgrade to the latest available version of Cacti, as
follows:
</p>
<code>
# emerge sync
# emerge -pv ">=net-analyzer/cacti-0.8.5a-r1"
# emerge ">=net-analyzer/cacti-0.8.5a-r1"</code>
</resolution>
<references>
<uri link="http://archives.neohapsis.com/archives/fulldisclosure/2004-08/0717.html">Full Disclosure Announcement</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1737">CVE-2004-1737</uri>
</references>
<metadata tag="requester" timestamp="2004-08-19T05:36:15Z">
dmargoli
</metadata>
<metadata tag="submitter" timestamp="2004-08-19T08:02:41Z">
jaervosz
</metadata>
</glsa>
|