Date: Wed, 2 Mar 2016 02:28:45 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409906 - head/security/vuxml Message-ID: <201603020228.u222SjIv017776@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Wed Mar 2 02:28:45 2016 New Revision: 409906 URL: https://svnweb.freebsd.org/changeset/ports/409906 Log: Document SQL injection and authentication bypass in Cacti Note CVE-2015-8369/upstream bug 0002646: SQL injection in graph.php was also fixed in this release but that was backported to 0.8.8f and is covered in a prior entry. PR: 207444 Security: CVE-2015-8377 Security: CVE-2015-8604 Security: CVE-2016-2313 Security: https://vuxml.FreeBSD.org/freebsd/db3301be-e01c-11e5-b2bd-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Mar 2 01:13:12 2016 (r409905) +++ head/security/vuxml/vuln.xml Wed Mar 2 02:28:45 2016 (r409906) @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="db3301be-e01c-11e5-b2bd-002590263bf5"> + <topic>cacti -- multiple vulnerabilities</topic> + <affects> + <package> + <name>cacti</name> + <range><lt>0.8.8g</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Cacti Group, Inc. reports:</p> + <blockquote cite="http://www.cacti.net/release_notes_0_8_8g.php"> + <p>Changelog</p> + <ul> + <li>bug:0002652: CVE-2015-8604: SQL injection in graphs_new.php</li> + <li>bug:0002655: CVE-2015-8377: SQL injection vulnerability in the + host_new_graphs_save function in graphs_new.php</li> + <li>bug:0002656: Authentication using web authentication as a user + not in the cacti database allows complete access</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2015-8377</cvename> + <cvename>CVE-2015-8604</cvename> + <cvename>CVE-2016-2313</cvename> + <url>http://www.cacti.net/release_notes_0_8_8g.php</url> + <url>http://bugs.cacti.net/view.php?id=2652</url> + <url>http://bugs.cacti.net/view.php?id=2655</url> + <url>http://bugs.cacti.net/view.php?id=2656</url> + <url>http://www.openwall.com/lists/oss-security/2016/02/09/3</url> + </references> + <dates> + <discovery>2016-02-21</discovery> + <entry>2016-03-02</entry> + </dates> + </vuln> + <vuln vid="f682a506-df7c-11e5-81e4-6805ca0b3d42"> <topic>phpmyadmin -- multiple XSS and a man-in-the-middle vulnerability</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603020228.u222SjIv017776>