You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mj...@apache.org on 2015/01/30 14:09:49 UTC

svn commit: r1656006 - /httpd/site/trunk/content/security/vulnerabilities-httpd.xml

Author: mjc
Date: Fri Jan 30 13:09:49 2015
New Revision: 1656006

URL: http://svn.apache.org/r1656006
Log:
Write up lua issue (quickly) but also note the things which were 11-dev are now in released 12

Modified:
    httpd/site/trunk/content/security/vulnerabilities-httpd.xml

Modified: httpd/site/trunk/content/security/vulnerabilities-httpd.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/security/vulnerabilities-httpd.xml?rev=1656006&r1=1656005&r2=1656006&view=diff
==============================================================================
--- httpd/site/trunk/content/security/vulnerabilities-httpd.xml (original)
+++ httpd/site/trunk/content/security/vulnerabilities-httpd.xml Fri Jan 30 13:09:49 2015
@@ -1,6 +1,26 @@
-<security updated="20141112">
+<security updated="20150130">
 
-<issue fixed="2.4.11-dev" reported="20140917" public="20141112">
+<issue fixed="2.4.12" reported="20141109" public="20141109" released="20150130">
+<cve name="CVE-2014-8109"/>
+<severity level="4">low</severity>
+<title>mod_lua multiple "Require" directive handling is broken</title>
+<description><p>
+Fix handling of the Require line in mod_lau when a LuaAuthzProvider is
+used in multiple Require directives with different arguments.  This could
+lead to different authentication rules than expected.
+</p></description>
+<affects prod="httpd" version="2.4.10"/>
+<affects prod="httpd" version="2.4.9"/>
+<affects prod="httpd" version="2.4.8"/>
+<affects prod="httpd" version="2.4.7"/>
+<affects prod="httpd" version="2.4.6"/>
+<affects prod="httpd" version="2.4.4"/>
+<affects prod="httpd" version="2.4.3"/>
+<affects prod="httpd" version="2.4.2"/>
+<affects prod="httpd" version="2.4.1"/>
+</issue>
+
+<issue fixed="2.4.12" reported="20140917" public="20141112" released="20150130">
 <cve name="CVE-2014-3583"/>
 <severity level="4">low</severity>
 <title>mod_proxy_fcgi out-of-bounds memory read</title>
@@ -16,7 +36,7 @@ This issue was reported by Teguh P. Alko
 <affects prod="httpd" version="2.4.10"/>
 </issue>
 
-<issue fixed="2.4.11-dev" reported="20140908" public="20140908">
+<issue fixed="2.4.12" reported="20140908" public="20140908" released="20150130">
 <cve name="CVE-2014-3581"/>
 <severity level="4">low</severity>
 <title>mod_cache crash with empty Content-Type header</title>
@@ -36,7 +56,7 @@ This crash would only be a denial of ser
 <affects prod="httpd" version="2.4.1"/>
 </issue>
 
-<issue fixed="2.4.11-dev" reported="20130906" public="20131019">
+<issue fixed="2.4.12" reported="20130906" public="20131019" released="20150130">
 <cve name="CVE-2013-5704"/>
 <severity level="4">low</severity>
 <title>HTTP Trailers processing bypass</title>