diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-08-25 14:47:17 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-08-25 14:47:17 +0800 |
commit | 017517c5149c9bd579897b2752b7a28b14fa3e22 (patch) | |
tree | 2225dfd10efd4466d15981edcd27181401b318a7 /security | |
parent | 32bd7d065a9fb935631d992353cd4bb0ccdbe3b8 (diff) | |
download | freebsd-ports-gnome-017517c5149c9bd579897b2752b7a28b14fa3e22.tar.gz freebsd-ports-gnome-017517c5149c9bd579897b2752b7a28b14fa3e22.tar.zst freebsd-ports-gnome-017517c5149c9bd579897b2752b7a28b14fa3e22.zip |
Add apache-2.2.12 fixes.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 10c6d9569507..0a3be05a4a3e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,41 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="e15f2356-9139-11de-8f42-001aa0166822"> + <topic>apache22 -- several vulnerability</topic> + <affects> + <package> + <name>apache</name> + <range><lt>2.2.12</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Apache ChangeLog reports:</p> + <blockquote cite="http://www.apache.org/dist/httpd/CHANGES_2.2.12"> + <p>CVE-2009-1891: Fix a potential Denial-of-Service attack against mod_deflate or other modules.</p> + <p>CVE-2009-1195: Prevent the "Includes" Option from being enabled in an .htaccess file if the AllowOverride restrictions do not permit it.</p> + <p>CVE-2009-1890: Fix a potential Denial-of-Service attack against mod_proxy in a reverse proxy configuration.</p> + <p>CVE-2009-1191: mod_proxy_ajp: Avoid delivering content from a previous request which failed to send a request body.</p> + <p>CVE-2009-0023, CVE-2009-1955, CVE-2009-1956: The bundled copy of the APR-util library has been updated, fixing three different security issues which may affect particular configurations and third-party modules (was already fixed in 2.2.11_5).</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2009-1891</cvename> + <cvename>CVE-2009-1195</cvename> + <cvename>CVE-2009-1890</cvename> + <cvename>CVE-2009-1191</cvename> + <cvename>CVE-2009-0023</cvename> + <cvename>CVE-2009-1955</cvename> + <cvename>CVE-2009-1956</cvename> + </references> + <dates> + <discovery>2009-07-28</discovery><!-- release date of 2.2.12 --> + <entry>2009-08-25</entry> + </dates> + </vuln> + <vuln vid="59e7af2d-8db7-11de-883b-001e3300a30d"> <topic>pidgin -- MSN overflow parsing SLP messages </topic> <affects> |