You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2014/07/17 10:41:36 UTC

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

Author: jorton
Date: Thu Jul 17 08:41:35 2014
New Revision: 1611287

URL: http://svn.apache.org/r1611287
Log:
Add CVE-2014-0231.

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=1611287&r1=1611286&r2=1611287&view=diff
==============================================================================
--- httpd/site/trunk/content/security/vulnerabilities-httpd.xml (original)
+++ httpd/site/trunk/content/security/vulnerabilities-httpd.xml Thu Jul 17 08:41:35 2014
@@ -1,4 +1,27 @@
-<security updated="20140715">
+<security updated="20140717">
+
+<issue fixed="2.4.10" reported="20140616" public="20140714" released="20140714">
+<cve name="CVE-2014-0231"/>
+<severity level="2">important</severity>
+<title>mod_cgid denial of service</title>
+<description><p>
+A flaw was found in mod_cgid.  If a server using mod_cgid hosted CGI
+scripts which did not consume standard input, a remote attacker could
+cause child processes to hang indefinitely, leading to denial of
+service.
+</p></description>
+<acknowledgements>
+This issue was reported by Rainer Jung of the ASF
+</acknowledgements>
+<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.10-dev" reported="20140407" public="20140715" released="20140715">
 <cve name="CVE-2014-0117"/>
@@ -98,8 +121,10 @@ This issue was reported by Marek Kroemek
 <severity level="4">low</severity>
 <title>mod_cache crash</title>
 <description><p>
-A NULL pointer dereference was found in mod_cache.  A malicious HTTP server
-could cause a crash in a caching forward proxy configuration.
+A NULL pointer dereference was found in mod_cache.  A malicious HTTP
+server could cause a crash in a caching forward proxy configuration.
+(Note that this vulnerability was fixed in the 2.4.7 release, but the
+security impact was not disclosed at the time of the release.)
 </p></description>
 <affects prod="httpd" version="2.4.6"/>
 <affects prod="httpd" version="2.4.5"/>