diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-12-07 11:34:33 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-12-07 11:34:33 +0000 |
commit | a5c05ad2ac51f9af55c60e741c380fe013b75a50 (patch) | |
tree | 6a01f815f839ed23edb62ca62d3b71933ce78316 | |
parent | 6213a387dda2c48bd6191af4d3723edc17bf6025 (diff) | |
download | freebsd-ports-a5c05ad2ac51f9af55c60e741c380fe013b75a50.zip |
Add trac -- search module SQL injection vulnerability
Reviewed by: simon
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 854532b3baab..71657dadf475 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="7289187b-66a5-11da-99f6-00123ffe8333"> + <topic>trac -- search module SQL injection vulnerability</topic> + <affects> + <package> + <name>trac</name> + <range><lt>0.9.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/17894/"> + <p>A vulnerability has been reported in Trac, which + can be exploited by malicious people to conduct SQL + injection attacks.</p> + <p>Some unspecified input passed in the search module + isn't properly sanitised before being used in a SQL + query. This can be exploited to manipulate SQL + queries by injecting arbitrary SQL code.</p> + </blockquote> + </body> + </description> + <references> + <url>http://projects.edgewall.com/trac/wiki/ChangeLog#a0.9.2</url> + <url>http://secunia.com/advisories/17894/</url> + </references> + <dates> + <discovery>2005-12-05</discovery> + <entry>2005-12-07</entry> + </dates> + </vuln> + <vuln vid="faca0843-6281-11da-8630-00123ffe8333"> <topic>drupal -- multiple vulnerabilities</topic> <affects> |