You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bu...@apache.org on 2015/07/17 15:46:57 UTC

svn commit: r958684 - in /websites/staging/httpd/trunk/content: ./ security/vulnerabilities-httpd.xml security/vulnerabilities_22.html security/vulnerabilities_24.html

Author: buildbot
Date: Fri Jul 17 13:46:57 2015
New Revision: 958684

Log:
Staging update by buildbot for httpd

Modified:
    websites/staging/httpd/trunk/content/   (props changed)
    websites/staging/httpd/trunk/content/security/vulnerabilities-httpd.xml
    websites/staging/httpd/trunk/content/security/vulnerabilities_22.html
    websites/staging/httpd/trunk/content/security/vulnerabilities_24.html

Propchange: websites/staging/httpd/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 17 13:46:57 2015
@@ -1 +1 @@
-1691182
+1691561

Modified: websites/staging/httpd/trunk/content/security/vulnerabilities-httpd.xml
==============================================================================
--- websites/staging/httpd/trunk/content/security/vulnerabilities-httpd.xml (original)
+++ websites/staging/httpd/trunk/content/security/vulnerabilities-httpd.xml Fri Jul 17 13:46:57 2015
@@ -1,4 +1,60 @@
-<security updated="20150130">
+<security updated="20150717">
+  
+<issue fixed="2.4.16" reported="20150404" public="20150609" released="20150715">
+<cve name="CVE-2015-3183"/>
+<severity level="4">low</severity>
+<title>HTTP request smuggling attack against chunked request parser</title>
+<description><p>
+
+  An HTTP request smuggling attack was possible due to a bug in parsing of
+  chunked requests.  A malicious client could force the server to
+  misinterpret the request length, allowing cache poisoning or
+  credential hijacking if an intermediary proxy is in use.
+  
+</p></description>
+<affects prod="httpd" version="2.4.12"/>
+<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.16" reported="20130805" public="20150609" released="20150715">
+<cve name="CVE-2015-3185"/>
+<severity level="4">low</severity>
+<title>ap_some_auth_required API unusable</title>
+<description><p>
+
+  A design error in the "ap_some_auth_required" function renders the
+  API unusuable in httpd 2.4.x.  In particular the API is documented
+  to answering if the request required authentication but only answers
+  if there are Require lines in the applicable configuration.  Since
+  2.4.x Require lines are used for authorization as well and can
+  appear in configurations even when no authentication is required and
+  the request is entirely unrestricted.  This could lead to modules
+  using this API to allow access when they should otherwise not do so
+  (e.g. mod_authz_svn in CVE-2015-3184).  API users should use the new
+  ap_some_authn_required API added in 2.4.16 instead.
+  
+  </p></description>
+<affects prod="httpd" version="2.4.12"/>
+<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.5"/>
+<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"/>
+<affects prod="httpd" version="2.4.0"/>
+</issue>
 
 <issue fixed="2.4.12" reported="20141109" public="20141109" released="20150130">
 <cve name="CVE-2014-8109"/>

Modified: websites/staging/httpd/trunk/content/security/vulnerabilities_22.html
==============================================================================
--- websites/staging/httpd/trunk/content/security/vulnerabilities_22.html (original)
+++ websites/staging/httpd/trunk/content/security/vulnerabilities_22.html Fri Jul 17 13:46:57 2015
@@ -21,18 +21,29 @@
         <!-- LEFT SIDE NAVIGATION -->
         <div id="apmenu">
             
-            <h1 id="essentials">Essentials</h1>
+            <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="essentials">Essentials<a class="headerlink" href="#essentials" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/ABOUT_APACHE.html">About</a></li>
 <li><a href="http://www.apache.org/licenses/">License</a></li>
 <li><a href="http://wiki.apache.org/httpd/FAQ">FAQ</a></li>
 <li><a href="/security_report.html">Security Reports</a></li>
 </ul>
-<h1 id="downloading">Download!</h1>
+<h1 id="downloading">Download!<a class="headerlink" href="#downloading" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/download.cgi">From a Mirror</a></li>
 </ul>
-<h1 id="documentation"><a href="/docs/">Documentation</a></h1>
+<h1 id="documentation"><a href="/docs/">Documentation</a><a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/docs/2.4/">Version 2.4</a></li>
 <li><a href="/docs/2.2/">Version 2.2</a></li>
@@ -40,17 +51,17 @@
 <li><a href="/docs/trunk/">Trunk (dev)</a></li>
 <li><a href="http://wiki.apache.org/httpd/">Wiki</a></li>
 </ul>
-<h1 id="get-support">Get Support</h1>
+<h1 id="get-support">Get Support<a class="headerlink" href="#get-support" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/support.html">Support</a></li>
 </ul>
-<h1 id="get-involved">Get Involved</h1>
+<h1 id="get-involved">Get Involved<a class="headerlink" href="#get-involved" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/lists.html">Mailing Lists</a></li>
 <li><a href="/bug_report.html">Bug Reports</a></li>
 <li><a href="/dev/">Developer Info</a></li>
 </ul>
-<h1 id="subprojects">Subprojects</h1>
+<h1 id="subprojects">Subprojects<a class="headerlink" href="#subprojects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/docs-project/">Docs</a></li>
 <li><a href="/test/">Test</a></li>
@@ -60,7 +71,7 @@
 <li><a href="/mod_fcgid/">mod_fcgid</a></li>
 <li><a href="/mod_ftp/">mod_ftp</a></li>
 </ul>
-<h1 id="miscellaneous"><a href="/info/">Miscellaneous</a></h1>
+<h1 id="miscellaneous"><a href="/info/">Miscellaneous</a><a class="headerlink" href="#miscellaneous" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/contributors/">Contributors</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Sponsors</a></li>
@@ -1510,7 +1521,18 @@ URL using certain web browsers.
             <!-- FOOTER -->
             <div id="footer">
                 
-                <p>Copyright &copy; 1997-2015 The Apache Software Foundation.<br />
+                <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<p>Copyright &copy; 1997-2015 The Apache Software Foundation.<br />
 Apache HTTP Server, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
                 
             </div>

Modified: websites/staging/httpd/trunk/content/security/vulnerabilities_24.html
==============================================================================
--- websites/staging/httpd/trunk/content/security/vulnerabilities_24.html (original)
+++ websites/staging/httpd/trunk/content/security/vulnerabilities_24.html Fri Jul 17 13:46:57 2015
@@ -21,18 +21,29 @@
         <!-- LEFT SIDE NAVIGATION -->
         <div id="apmenu">
             
-            <h1 id="essentials">Essentials</h1>
+            <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="essentials">Essentials<a class="headerlink" href="#essentials" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/ABOUT_APACHE.html">About</a></li>
 <li><a href="http://www.apache.org/licenses/">License</a></li>
 <li><a href="http://wiki.apache.org/httpd/FAQ">FAQ</a></li>
 <li><a href="/security_report.html">Security Reports</a></li>
 </ul>
-<h1 id="downloading">Download!</h1>
+<h1 id="downloading">Download!<a class="headerlink" href="#downloading" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/download.cgi">From a Mirror</a></li>
 </ul>
-<h1 id="documentation"><a href="/docs/">Documentation</a></h1>
+<h1 id="documentation"><a href="/docs/">Documentation</a><a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/docs/2.4/">Version 2.4</a></li>
 <li><a href="/docs/2.2/">Version 2.2</a></li>
@@ -40,17 +51,17 @@
 <li><a href="/docs/trunk/">Trunk (dev)</a></li>
 <li><a href="http://wiki.apache.org/httpd/">Wiki</a></li>
 </ul>
-<h1 id="get-support">Get Support</h1>
+<h1 id="get-support">Get Support<a class="headerlink" href="#get-support" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/support.html">Support</a></li>
 </ul>
-<h1 id="get-involved">Get Involved</h1>
+<h1 id="get-involved">Get Involved<a class="headerlink" href="#get-involved" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/lists.html">Mailing Lists</a></li>
 <li><a href="/bug_report.html">Bug Reports</a></li>
 <li><a href="/dev/">Developer Info</a></li>
 </ul>
-<h1 id="subprojects">Subprojects</h1>
+<h1 id="subprojects">Subprojects<a class="headerlink" href="#subprojects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/docs-project/">Docs</a></li>
 <li><a href="/test/">Test</a></li>
@@ -60,7 +71,7 @@
 <li><a href="/mod_fcgid/">mod_fcgid</a></li>
 <li><a href="/mod_ftp/">mod_ftp</a></li>
 </ul>
-<h1 id="miscellaneous"><a href="/info/">Miscellaneous</a></h1>
+<h1 id="miscellaneous"><a href="/info/">Miscellaneous</a><a class="headerlink" href="#miscellaneous" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/contributors/">Contributors</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Sponsors</a></li>
@@ -83,7 +94,61 @@ in a "-dev" release then this means that
 the development source tree and will be part of an upcoming full release.</p><p> This page is created from a database of vulnerabilities originally
 populated by Apache Week.  Please send comments or corrections for
 these vulnerabilities to the <a href="/security_report.html">Security
-Team</a>.  </p><p><em>The initial GA release, Apache httpd 2.4.1, includes fixes for all vulnerabilities which have been resolved in Apache httpd 2.2.22 and all older releases.  Consult the <a href="vulnerabilities_22.html">Apache httpd 2.2 vulnerabilities list</a> for more information.</em></p><h1 id="2.4.12">
+Team</a>.  </p><p><em>The initial GA release, Apache httpd 2.4.1, includes fixes for all vulnerabilities which have been resolved in Apache httpd 2.2.22 and all older releases.  Consult the <a href="vulnerabilities_22.html">Apache httpd 2.2 vulnerabilities list</a> for more information.</em></p><h1 id="2.4.16">
+Fixed in Apache httpd 2.4.16</h1><dl>
+  <dd>
+    <b>low: </b>
+    <b>
+      <name name="CVE-2015-3183">HTTP request smuggling attack against chunked request parser</name>
+    </b>
+    <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3183">CVE-2015-3183</a>
+    <p>
+
+  An HTTP request smuggling attack was possible due to a bug in parsing of
+  chunked requests.  A malicious client could force the server to
+  misinterpret the request length, allowing cache poisoning or
+  credential hijacking if an intermediary proxy is in use.
+  
+</p>
+  </dd>
+  <dd>
+  Reported to security team: 4th April 2015<br/>
+  Issue public: 9th June 2015<br/></dd>
+  <dd>
+  Update Released: 15th July 2015<br/></dd>
+  <dd>
+      Affects: 
+    2.4.12, 2.4.10, 2.4.9, 2.4.8, 2.4.7, 2.4.6, 2.4.4, 2.4.3, 2.4.2, 2.4.1<p/></dd>
+  <dd>
+    <b>low: </b>
+    <b>
+      <name name="CVE-2015-3185">ap_some_auth_required API unusable</name>
+    </b>
+    <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3185">CVE-2015-3185</a>
+    <p>
+
+  A design error in the "ap_some_auth_required" function renders the
+  API unusuable in httpd 2.4.x.  In particular the API is documented
+  to answering if the request required authentication but only answers
+  if there are Require lines in the applicable configuration.  Since
+  2.4.x Require lines are used for authorization as well and can
+  appear in configurations even when no authentication is required and
+  the request is entirely unrestricted.  This could lead to modules
+  using this API to allow access when they should otherwise not do so
+  (e.g. mod_authz_svn in CVE-2015-3184).  API users should use the new
+  ap_some_authn_required API added in 2.4.16 instead.
+  
+  </p>
+  </dd>
+  <dd>
+  Reported to security team: 5th August 2013<br/>
+  Issue public: 9th June 2015<br/></dd>
+  <dd>
+  Update Released: 15th July 2015<br/></dd>
+  <dd>
+      Affects: 
+    2.4.12, 2.4.10, 2.4.9, 2.4.8, 2.4.7, 2.4.6, 2.4.5, 2.4.4, 2.4.3, 2.4.2, 2.4.1, 2.4.0<p/></dd>
+</dl><h1 id="2.4.12">
 Fixed in Apache httpd 2.4.12</h1><dl>
   <dd>
     <b>low: </b>
@@ -557,7 +622,18 @@ administrator runs apachectl from an unt
             <!-- FOOTER -->
             <div id="footer">
                 
-                <p>Copyright &copy; 1997-2015 The Apache Software Foundation.<br />
+                <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<p>Copyright &copy; 1997-2015 The Apache Software Foundation.<br />
 Apache HTTP Server, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
                 
             </div>