diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-04-25 17:04:36 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-04-25 17:04:36 +0000 |
commit | b85159572ee47217710035de667ca6f239f34518 (patch) | |
tree | eb728dacf50effdc6c603d702050c26628d442b1 | |
parent | - Update to 20070425 snapshot (diff) |
Add entry for mod_perl -- remote DOS in PATH_INFO parsing
PR: 111844
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Notes
Notes:
svn path=/head/; revision=190873
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d6988ddb2786..baf4fc15a1a4 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,35 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="ef2ffb03-f2b0-11db-ad25-0010b5a0a860"> + <topic> mod_perl -- remote DOS in PATH_INFO parsing</topic> + <affects> + <package> + <name>mod_perl</name> + <range><lt>1.30</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>CVE repots:</p> + <blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1349"> + <p>PerlRun.pm in Apache mod_perl 1.29 and earlier, and RegistryCooker.pm in + mod_perl 2.x, does not properly escape PATH_INFO before use in a regular + expression, which allows remote attackers to cause a denial of service + (resource consumption) via a crafted URI.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2007-1349</cvename> + <url>URL:http://secunia.com/advisories/24839</url> + </references> + <dates> + <discovery>2007-03-29</discovery> + <entry>2007-04-24</entry> + </dates> + </vuln> + <vuln vid="c389d06d-ee57-11db-bd51-0016179b2dd5"> <topic>claws-mail -- APOP vulnerability</topic> <affects> |