diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-17 02:11:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-17 02:11:40 +0800 |
commit | 348cc36854994492b0f5ac207ab3f0a9f27bfc2d (patch) | |
tree | 8f9c864f3ac69b07dbfb100e3d251082ed1d30aa /security/vuxml | |
parent | b7ec9b792ee9d226268197e13537136a9ad40f4a (diff) | |
download | freebsd-ports-graphics-348cc36854994492b0f5ac207ab3f0a9f27bfc2d.tar.gz freebsd-ports-graphics-348cc36854994492b0f5ac207ab3f0a9f27bfc2d.tar.zst freebsd-ports-graphics-348cc36854994492b0f5ac207ab3f0a9f27bfc2d.zip |
- Document proftpd -- multiple sql injection vulnerabilities
PR: based on 132369
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 8bc76a7abdf..ca8a2f184bc 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,50 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="ca0841ff-1254-11de-a964-0030843d3802"> + <topic>proftpd -- multiple sql injection vulnerabilities</topic> + <affects> + <package> + <name>proftpd</name> + <name>proftpd-mysql</name> + <range><lt>1.3.2</lt></range> + </package> + <package> + <name>proftpd-devel</name> + <range><le>1.3.20080922</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/33842/"> + <p>Some vulnerabilities have been reported in ProFTPD, which can be + exploited by malicious people to conduct SQL injection attacks.</p> + <p>The application improperly sets the character encoding prior to + performing SQL queries. This can be exploited to manipulate SQL + queries by injecting arbitrary SQL code in an environment using a + multi-byte character encoding.</p> + <p>An error exists in the "mod_sql" module when processing e.g. user + names containing '%' characters. This can be exploited to bypass input + sanitation routines and manipulate SQL queries by injecting arbitrary + SQL code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2009-0542</cvename> + <cvename>CVE-2009-0543</cvename> + <url>http://secunia.com/advisories/33842/</url> + <url>http://bugs.proftpd.org/show_bug.cgi?id=3173</url> + <url>http://bugs.proftpd.org/show_bug.cgi?id=3124</url> + <url>http://milw0rm.com/exploits/8037</url> + </references> + <dates> + <discovery>2009-02-06</discovery> + <entry>2009-03-16</entry> + </dates> + </vuln> + <vuln vid="03140526-1250-11de-a964-0030843d3802"> <topic>zabbix -- php frontend multiple vulnerabilities</topic> <affects> |