diff options
author | oliver <oliver@FreeBSD.org> | 2008-06-13 12:10:02 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-06-13 12:10:02 +0800 |
commit | 01f79fab281f05fb9c0785bec543f19b02ab838e (patch) | |
tree | 2fe130abdf11a005d06f8d3dc541a4577d9dc0ed /security | |
parent | cc3c83b812b63178894e91d8a5b4e1311eb3d602 (diff) | |
download | freebsd-ports-gnome-01f79fab281f05fb9c0785bec543f19b02ab838e.tar.gz freebsd-ports-gnome-01f79fab281f05fb9c0785bec543f19b02ab838e.tar.zst freebsd-ports-gnome-01f79fab281f05fb9c0785bec543f19b02ab838e.zip |
add an error about courier-authlib < 0.60.6
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 125179a9c4a9..d0a7e9a95ec6 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="022baf71-38e6-11dd-8d34-00e0815b8da8"> + <topic>Courier Authentication Library -- SQL Injection</topic> + <affects> + <package> + <name>courier-authlib</name> + <range><lt>0.60.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/30591/"> + <p>A vulnerability has been reported in the Courier Authentication + Library, which can be exploited by malicious people to conduct SQL + injection attacks.</p> + <p>Input passed via e.g. the username to the library is not properly + sanitised before being used in SQL queries. This can be exploited to + manipulate SQL queries by injecting arbitrary SQL code and e.g. + potentially bypass authentication.</p> + <p>Successful exploitation requires that a MySQL database is used for + authentication and that a Non-Latin character set is selected.</p> + </blockquote> + </body> + </description> + <references> + <url>http://secunia.com/advisories/30591/</url> + </references> + <dates> + <discovery>2008-06-10</discovery> + <entry>2008-06-13</entry> + </dates> + </vuln> + <vuln vid="90db9983-2f53-11dd-a0d8-0016d325a0ed"> <topic>ikiwiki -- cleartext passwords</topic> <affects> |