diff options
author | ohauer <ohauer@FreeBSD.org> | 2015-01-31 23:07:28 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2015-01-31 23:07:28 +0800 |
commit | be073c6e15b2d9d5cf0c7b7df32adecd8a45e3bb (patch) | |
tree | 2b2560fe5646874e84192797acd072dd722fd361 /security/vuxml | |
parent | 9451d61132b292199122f708d2ade88de59340f0 (diff) | |
download | freebsd-ports-gnome-be073c6e15b2d9d5cf0c7b7df32adecd8a45e3bb.tar.gz freebsd-ports-gnome-be073c6e15b2d9d5cf0c7b7df32adecd8a45e3bb.tar.zst freebsd-ports-gnome-be073c6e15b2d9d5cf0c7b7df32adecd8a45e3bb.zip |
- document apache24 issues
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index ae94aee8560c..7f4bb83a186d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,42 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5804b9d4-a959-11e4-9363-20cf30e32f6d"> + <topic>apache24 -- several vulnerabilities</topic> + <affects> + <package> + <name>apache24</name> + <range><lt>2.4.12</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <h1>Apache HTTP SERVER PROJECT reports:</h1> + <blockquote cite="http://www.apache.org/dist/httpd/Announcement2.4.html"> + <p>mod_proxy_fcgi: Fix a potential crash due to buffer over-read, + with response headers' size above 8K.</p> + <p>mod_cache: Avoid a crash when Content-Type has an empty value. PR 56924.</p> + <p>mod_lua: Fix handling of the Require line when a LuaAuthzProvider is used + in multiple Require directives with different arguments. PR57204.</p> + <p>core: HTTP trailers could be used to replace HTTP headers late during + request processing, potentially undoing or otherwise confusing modules + that examined or modified request headers earlier. Adds "MergeTrailers" + directive to restore legacy behavior.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2014-3583</cvename> + <cvename>CVE-2014-3581</cvename> + <cvename>CVE-2014-8109</cvename> + <cvename>CVE-2013-5704</cvename> + </references> + <dates> + <discovery>2015-01-29</discovery> + <entry>2015-01-31</entry> + </dates> + </vuln> + <vuln vid="7656fc62-a7a7-11e4-96ba-001999f8d30b"> <topic>asterisk -- Mitigation for libcURL HTTP request injection vulnerability</topic> <affects> |