diff options
author | sat <sat@FreeBSD.org> | 2006-10-03 20:10:49 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-10-03 20:10:49 +0800 |
commit | 6e2742810eb093f545372ee5c698c0623c25f07e (patch) | |
tree | a2c32055743bbe7ad8edd52be68f8b5cd5c35240 /security | |
parent | 033de45a88a33052fa06628e4c48c8fd33409083 (diff) | |
download | freebsd-ports-gnome-6e2742810eb093f545372ee5c698c0623c25f07e.tar.gz freebsd-ports-gnome-6e2742810eb093f545372ee5c698c0623c25f07e.tar.zst freebsd-ports-gnome-6e2742810eb093f545372ee5c698c0623c25f07e.zip |
- Document admin section SQL injection in postnuke
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index dd461681c161..1c0ae7464bba 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,37 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="35f2679f-52d7-11db-8f1a-000a48049292"> + <topic>postnuke -- admin section SQL injection</topic> + <affects> + <package> + <name>postnuke</name> + <range><lt>0.800</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>ISS X-Force reports:</p> + <blockquote cite="http://xforce.iss.net/xforce/xfdb/29271"> + <p>PostNuke is vulnerable to SQL injection. A remote attacker + could send specially-crafted SQL statements to the admin + section using the hits parameter, which could allow the + attacker to view, add, modify or delete information in the + back-end database.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2006-5121</cvename> + <url>http://xforce.iss.net/xforce/xfdb/29271</url> + <url>http://www.securityfocus.com/archive/1/archive/1/447361/100/0/threaded</url> + </references> + <dates> + <discovery>2006-09-29</discovery> + <entry>2006-10-03</entry> + </dates> + </vuln> + <vuln vid="b975763f-5210-11db-8f1a-000a48049292"> <topic>freetype -- LWFN Files Buffer Overflow Vulnerability</topic> <affects> |