aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-06-24 15:10:44 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-06-24 15:10:44 +0000
commit184b3631bd4efe7e313ed86c782310f6707dac19 (patch)
tree4d0da642cd5d35cc8cf94d8dfb893587c5a4c249 /security
parenteeae981398420771c6483c459a6090f464a6c6ea (diff)
downloadports-184b3631bd4efe7e313ed86c782310f6707dac19.tar.gz
ports-184b3631bd4efe7e313ed86c782310f6707dac19.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 25afc0577537..79af0615f6d1 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -34,6 +34,40 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="c84dc9ad-41f7-11dd-a4f9-00163e000016">
+ <topic>apache -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>apache</name>
+ <range><gt>2.2.0</gt><lt>2.2.9</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Apache HTTP server project reports:</p>
+ <blockquote cite="http://www.apache.org/dist/httpd/Announcement2.2.html">
+ <p>The following potential security flaws are addressed:</p>
+ <ul>
+ <li>CVE-2008-2364: mod_proxy_http: Better handling of excessive
+ interim responses from origin server to prevent potential denial of
+ service and high memory usage. Reported by Ryujiro Shibuya.</li>
+ <li>CVE-2007-6420: mod_proxy_balancer: Prevent CSRF attacks against
+ the balancer-manager interface</li>
+ </ul>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2007-6420</cvename>
+ <cvename>CVE-2008-2364</cvename>
+ <url>http://www.apache.org/dist/httpd/Announcement2.2.html</url>
+ </references>
+ <dates>
+ <discovery>2008-06-14</discovery>
+ <entry>2008-06-24</entry>
+ </dates>
+ </vuln>
+
<vuln vid="ee6fa2bd-406a-11dd-936a-0015af872849">
<topic>php -- input validation error in posix_access function</topic>
<affects>