public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200712-02.xml
@ 2007-12-05 22:34 Pierre-Yves Rofes (py)
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre-Yves Rofes (py) @ 2007-12-05 22:34 UTC (permalink / raw
  To: gentoo-commits

py          07/12/05 22:34:22

  Added:                glsa-200712-02.xml
  Log:
  GLSA 200712-02

Revision  Changes    Path
1.1                  xml/htdocs/security/en/glsa/glsa-200712-02.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200712-02.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200712-02.xml?rev=1.1&content-type=text/plain

Index: glsa-200712-02.xml
===================================================================
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
<!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>December 05, 2007</announced>
  <revised>December 05, 2007: 01</revised>
  <bug>199509</bug>
  <access>remote</access>
  <affected>
    <package name="net-analyzer/cacti" auto="yes" arch="*">
      <unaffected range="ge">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 &quot;&gt;=net-analyzer/cacti-0.8.6j-r7&quot;</code>
  </resolution>
  <references>
    <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6035">CVE-2007-6035</uri>
  </references>
  <metadata tag="requester" timestamp="Sun, 02 Dec 2007 22:34:20 +0000">
    p-y
  </metadata>
  <metadata tag="bugReady" timestamp="Sun, 02 Dec 2007 22:34:29 +0000">
    p-y
  </metadata>
  <metadata tag="submitter" timestamp="Tue, 04 Dec 2007 22:01:32 +0000">
    p-y
  </metadata>
</glsa>



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200712-02.xml
@ 2007-12-05 22:37 Pierre-Yves Rofes (py)
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre-Yves Rofes (py) @ 2007-12-05 22:37 UTC (permalink / raw
  To: gentoo-commits

py          07/12/05 22:37:56

  Modified:             glsa-200712-02.xml
  Log:
  Fixing affected versions for 0.8.6 branch

Revision  Changes    Path
1.2                  xml/htdocs/security/en/glsa/glsa-200712-02.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200712-02.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200712-02.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200712-02.xml?r1=1.1&r2=1.2

Index: glsa-200712-02.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/security/en/glsa/glsa-200712-02.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glsa-200712-02.xml	5 Dec 2007 22:34:22 -0000	1.1
+++ glsa-200712-02.xml	5 Dec 2007 22:37:55 -0000	1.2
@@ -10,12 +10,12 @@
   </synopsis>
   <product type="ebuild">cacti</product>
   <announced>December 05, 2007</announced>
-  <revised>December 05, 2007: 01</revised>
+  <revised>December 05, 2007: 02</revised>
   <bug>199509</bug>
   <access>remote</access>
   <affected>
     <package name="net-analyzer/cacti" auto="yes" arch="*">
-      <unaffected range="ge">0.8.6j-r7</unaffected>
+      <unaffected range="rge">0.8.6j-r7</unaffected>
       <unaffected range="ge">0.8.7a</unaffected>
       <vulnerable range="lt">0.8.7a</vulnerable>
     </package>



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-05 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 22:37 [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200712-02.xml Pierre-Yves Rofes (py)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-05 22:34 Pierre-Yves Rofes (py)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox