diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 09:32:36 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 09:32:36 +0800 |
commit | 5a78a80ef751392d4925a80b91a477bffe382a1d (patch) | |
tree | 9b15756d305c64d9823dc40b961a627c40803f58 /security/vuxml | |
parent | 587f8689cfcb067bdaa650f9d360dd4882f2b006 (diff) | |
download | freebsd-ports-gnome-5a78a80ef751392d4925a80b91a477bffe382a1d.tar.gz freebsd-ports-gnome-5a78a80ef751392d4925a80b91a477bffe382a1d.tar.zst freebsd-ports-gnome-5a78a80ef751392d4925a80b91a477bffe382a1d.zip |
- Document mod_perl -- cross site scripting in Apache::Status
Diffstat (limited to 'security/vuxml')
-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 4ef346c4ba8f..02ae3ea62eb4 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="4a638895-41b7-11de-b1cc-00219b0fc4d8"> + <topic>mod_perl -- cross site scripting in Apache::Status</topic> + <affects> + <package> + <name>mod_perl</name> + <range><lt>1.31</lt></range> + </package> + <package> + <name>mod_perl2</name> + <range><lt>2.05</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>US Cert reports:</p> + <blockquote + cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0796"> + <p>Cross-site scripting (XSS) vulnerability in Status.pm in + Apache::Status and Apache2::Status in mod_perl1 and mod_perl2 for + the Apache HTTP Server, when /perl-status is accessible, allows + remote attackers to inject arbitrary web script or HTML via the URI.</p> + </blockquote> + </body> + </description> + <references> + <url>http://secunia.com/advisories/34597</url> + </references> + <dates> + <discovery>2009-02-28</discovery> + <entry>2009-05-16</entry> + </dates> + </vuln> + <vuln vid="a6605f4b-4067-11de-b444-001372fd0af2"> <topic>drupal -- cross-site scripting</topic> <affects> |