diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-05 12:36:36 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-05 12:36:36 +0800 |
commit | 3fdaa0b9fa254da380c88643683b6da19f99fa50 (patch) | |
tree | 01215ce8542de49dc74249618cbfe4ce767ed7f8 /security | |
parent | 96a41be07c00145eda68bac8f64b95c6ff794344 (diff) | |
download | freebsd-ports-gnome-3fdaa0b9fa254da380c88643683b6da19f99fa50.tar.gz freebsd-ports-gnome-3fdaa0b9fa254da380c88643683b6da19f99fa50.tar.zst freebsd-ports-gnome-3fdaa0b9fa254da380c88643683b6da19f99fa50.zip |
- Add entry for wordpress - SQL injection vulnerability
PR: 153526
Submitted by: Mark Foster <mark@foster.cc>
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 8cd988de165c..302db733fc4e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,39 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="8c93e997-30e0-11e0-b300-485d605f4717"> + <topic>wordpress -- SQL injection vulnerability</topic> + <affects> + <package> + <name>wordpress</name> + <range><lt>3.0.2,1</lt></range> + </package> + <package> + <name>de-wordpress</name> + <range><lt>3.0.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Vendor reports:</p> + <blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4257"> + <p>SQL injection vulnerability in the do_trackbacks function in + wp-includes/comment.php in WordPress before 3.0.2 allows remote + authenticated users to execute arbitrary SQL commands via the Send + Trackbacks field.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2010-4257</cvename> + <url>http://www.cvedetails.com/cve/CVE-2010-4257/</url> + </references> + <dates> + <discovery>2010-11-16</discovery> + <entry>2011-02-05</entry> + </dates> + </vuln> + <vuln vid="f9258873-2ee2-11e0-afcd-0015f2db7bde"> <topic>vlc -- Insufficient input validation in MKV demuxer</topic> <affects> |