diff options
author | wxs <wxs@FreeBSD.org> | 2012-07-03 04:05:25 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-07-03 04:05:25 +0800 |
commit | 7b50200eb39c2bb17a1e0711bef3e858465c2cc7 (patch) | |
tree | b14bbe52866f2fc9ba526358bd4b91715f5e6922 /security | |
parent | baca31f9cab8893dcf3fc6f395e64d99cab342e4 (diff) | |
download | freebsd-ports-gnome-7b50200eb39c2bb17a1e0711bef3e858465c2cc7.tar.gz freebsd-ports-gnome-7b50200eb39c2bb17a1e0711bef3e858465c2cc7.tar.zst freebsd-ports-gnome-7b50200eb39c2bb17a1e0711bef3e858465c2cc7.zip |
Document phplist SQL injection and XSS.
Submitted by: Krzysztof Stryjek <wtp@bsdserwis.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 573b2051442d..ab9ae5b26e8a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -52,6 +52,40 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="fd8bac56-c444-11e1-864b-001cc0877741"> + <topic>phpList -- SQL injection and XSS vulnerability</topic> + <affects> + <package> + <name>phplist</name> + <range><le>2.10.17</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Zero Science Lab reports:</p> + <blockquote cite="http://www.zeroscience.mk/en/vulnerabilities/ZSL-2012-5081.php"> + <p>Input passed via the parameter 'sortby' is not properly + sanitised before being returned to the user or used in SQL queries. + This can be exploited to manipulate SQL queries by injecting + arbitrary SQL code. The param 'num' is vulnerable to a XSS issue + where the attacker can execute arbitrary HTML and script code in + a user's browser session in context of an affected site.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-2740</cvename> + <cvename>CVE-2012-2741</cvename> + <bid>52657</bid> + <url>https://www.phplist.com/?lid=567</url> + <url>http://www.zeroscience.mk/en/vulnerabilities/ZSL-2012-5081.php</url> + </references> + <dates> + <discovery>2012-03-21</discovery> + <entry>2012-07-02</entry> + </dates> + </vuln> + <vuln vid="ff922811-c096-11e1-b0f4-00262d5ed8ee"> <topic>chromium -- multiple vulnerabilities</topic> <affects> |