diff options
author | simon <simon@FreeBSD.org> | 2004-10-19 01:56:31 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2004-10-19 01:56:31 +0800 |
commit | 2b7de75ce14fd569b5d0d33475b1f0fe38d3d30a (patch) | |
tree | d7f0f36108e105998784f48ebe3c28e2a091100b | |
parent | 046c53f4b632ceb71e9c32c0647fd7c09f992bd5 (diff) | |
download | freebsd-ports-gnome-2b7de75ce14fd569b5d0d33475b1f0fe38d3d30a.tar.gz freebsd-ports-gnome-2b7de75ce14fd569b5d0d33475b1f0fe38d3d30a.tar.zst freebsd-ports-gnome-2b7de75ce14fd569b5d0d33475b1f0fe38d3d30a.zip |
Document a SQL command injection in Cacti.
The status of the PHP configuration option magic_quotes_gpc was
confirmed by: ale
Approved by: nectar
-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 13dfb3890a5a..941c4621d92b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,32 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="ca543e06-207a-11d9-814e-0001020eed82"> + <topic>cacti -- SQL injection</topic> + <affects> + <package> + <name>cacti</name> + <range><lt>0.8.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Fernando Quintero reports that Cacti 0.8.5a suffers from a + SQL injection attack where an attacker can change the + password for any Cacti user. This attack is not possible if + the PHP option magic_quotes_gpc is set to On, which is the + default for PHP in FreeBSD.</p> + </body> + </description> + <references> + <mlist msgid="1092686621.818.8.camel@mitnick.nadied.org">http://marc.theaimsgroup.com/?l=full-disclosure&m=109269427427368</mlist> + </references> + <dates> + <discovery>2004-08-16</discovery> + <entry>2004-10-17</entry> + </dates> + </vuln> + <vuln vid="18974c8a-1fbd-11d9-814e-0001020eed82"> <topic>apache13-modssl -- format string vulnerability in proxy support</topic> |