diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-06 22:00:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-06 22:00:53 +0000 |
commit | cf6e091a74c10ad429abd3643f59b3009ee95eb5 (patch) | |
tree | 174660eb99c7f13e6463d675852dde8cfdf5cdef /security | |
parent | a06b63d720ba747b486add5a59c5d55011498b77 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 2745f1a95fdc..5d7e96dbe83b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,36 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="af2745c0-c3e0-11dd-a721-0030843d3802"> + <topic>mantis -- php code execution vulnerability</topic> + <affects> + <package> + <name>mantis</name> + <range><lt>1.1.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/32314/"> + <p>EgiX has discovered a vulnerability in Mantis, which can be + exploited by malicious users to compromise a vulnerable system.</p> + <p>Input passed to the "sort" parameter in manage_proj_page.php is not + properly sanitised before being used in a "create_function()" call. + This can be exploited to execute arbitrary PHP code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2008-4687</cvename> + <url>http://secunia.com/advisories/32314/</url> + </references> + <dates> + <discovery>2008-10-17</discovery> + <entry>2008-12-06</entry> + </dates> + </vuln> + <vuln vid="29255141-c3df-11dd-a721-0030843d3802"> <topic>mantis -- multiple vulnerabilities</topic> <affects> |