blob: cb41d6a526518dd6d4fd7a6fad5f0f82a42f4357 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200712-02">
<title>Cacti: SQL injection</title>
<synopsis>
An SQL injection vulnerability has been discovered in Cacti.
</synopsis>
<product type="ebuild">cacti</product>
<announced>2007-12-05</announced>
<revised count="02">2007-12-05</revised>
<bug>199509</bug>
<access>remote</access>
<affected>
<package name="net-analyzer/cacti" auto="yes" arch="*">
<unaffected range="rge">0.8.6j-r7</unaffected>
<unaffected range="ge">0.8.7a</unaffected>
<vulnerable range="lt">0.8.7a</vulnerable>
</package>
</affected>
<background>
<p>
Cacti is a complete web-based frontend to rrdtool.
</p>
</background>
<description>
<p>
It has been reported that the "local_graph_id" variable used in the
file graph.php is not properly sanitized before being processed in an
SQL statement.
</p>
</description>
<impact type="normal">
<p>
A remote attacker could send a specially crafted request to the
vulnerable host, possibly resulting in the execution of arbitrary SQL
code.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Cacti users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-analyzer/cacti-0.8.6j-r7"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6035">CVE-2007-6035</uri>
</references>
<metadata tag="requester" timestamp="2007-12-02T22:34:20Z">
p-y
</metadata>
<metadata tag="bugReady" timestamp="2007-12-02T22:34:29Z">
p-y
</metadata>
<metadata tag="submitter" timestamp="2007-12-04T22:01:32Z">
p-y
</metadata>
</glsa>
|