diff options
author | kwm <kwm@FreeBSD.org> | 2011-10-29 01:06:58 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-10-29 01:06:58 +0800 |
commit | 303f511e5805342a2b6e97a2011442060fde6ecf (patch) | |
tree | ab9c582606fcfc9e9f85bf2c7e55586669aa4781 | |
parent | d1575985666eafc207c60c08e0cc6b6e0e9be258 (diff) | |
download | freebsd-ports-gnome-303f511e5805342a2b6e97a2011442060fde6ecf.tar.gz freebsd-ports-gnome-303f511e5805342a2b6e97a2011442060fde6ecf.tar.zst freebsd-ports-gnome-303f511e5805342a2b6e97a2011442060fde6ecf.zip |
Document cacti security issues.
SQL injection issue with user login
Cross-site scripting issues.
PR: ports/162044
Reported by: moggie <moggie@elasticmind.net>
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d2e4ca2793ab..3be9bb297c32 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,32 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f08e2c15-ffc9-11e0-b0f3-bcaec565249c"> + <topic>cacti -- Multiple vulnabilites</topic> + <affects> + <package> + <name>cacti</name> + <range><lt>0.8.7h</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Cacti Group reports:</p> + <blockquote cite="http://www.cacti.net/release_notes_0_8_7h.php"> + <p>SQL injection issue with user login, and cross-site scripting + issues.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.cacti.net/release_notes_0_8_7h.php</url> + </references> + <dates> + <discovery>2011-09-26</discovery> + <entry>2011-10-26</entry> + </dates> + </vuln> + <vuln vid="395e0faa-ffa7-11e0-8ac4-6c626dd55a41"> <topic>phpmyfaq -- Remote PHP Code Injection Vulnerability</topic> <affects> |