lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date: Mon, 5 Dec 2016 12:33:40 +0100
From: Eissing Stefan <stefan.eissing@...il.com>
To: team@...cert.gv.at, info@...t.gov.az, info@...ert.org, cirt@...t.gov.bd,
  cert@...CERT.bg, cyber-incident@...sp.gc.ca, info@...icert.cw,
  ctir@...r.gov.br, first-team@...ert.or.kr, liz.thomas@...c.govt.nz,
  contacto@...ert.cl, cirt@...t.bf, contacto@...cert.gov.co, cert@...t.am,
  info@...t.gov.au, certbund@....bund.de, enquiries@...certuk.gov.uk,
  cert-mx@....gob.mx, report@...t.pt, info@...t.gov.sa, info@...cl.lu,
  info@...t.pa, info@...rt.gov.sk, incidents@...ert.ci, ured@...net.hr,
  info@...t.gov.md, ecs-csirt@...omsec.com, team@...cert.gob.ec,
  incident@...ert.eg, cert@...t.gov.py, ethiocert@...a.gov.et,
  team@...t-gh.org, gov-cert@...-cert.ru, cert@...cert.gov.hk,
  hkcert@...ert.org, cert@...t.uy, info@...t-in.org.in, cert@...tcc.ir,
  cert-team@...t.gov.il, global-cc@...ert.or.jp, incidents@...cirt.go.ke,
  kn-cert@...c.go.kr, submit@...ert.org, csirtmalta@....mt,
  infoteam@...ert.org.mm, office@...cert.gov.kh, soc@...rt.lu,
  cncert@...t.org.cn, cert@...c.nl, bugtraq@...urityfocus.com,
  kontakt@...t.me, alcirt@...t.gov.al, info@...c.govt.nz, info@...t.gov.ng,
  cert@....gov.om, pecert@....gob.pe, cert@...t.pt, sec@....admin.ch,
  fulldisclosure@...lists.org, singcert@....gov.sg, si-cert@...es.si,
  slcert@...t.gov.lk, twncert@...cert.org.tw, office@...icert.or.th,
  cert@...t.gov.pl, tuncert@...i.tn, info@...cert.ug, soc@...cert.gov,
  cert@...nfocom.uz, internationalcooperation@...ert.vn, info@...t.zm,
  info@...cert.gov, cert-eu@...europa.eu, apcert-sec@...ert.org, cert@...t.be,
  reports@...cert.gv.at, cert@...t.ee, info@...ert.or.jp, first-sec@...st.org,
  distros@...openwall.org, cve-assign@...re.org, announce@...pd.apache.org
Cc: httpd-security <security@...pd.apache.org>
Subject: CVE-2016-8740, Server memory can be exhausted and service denied when
 HTTP/2 is used

         Security Advisory - Apache Software Foundation
               Apache HTTPD WebServer  / httpd.apache.org

    Server memory can be exhausted and service denied when HTTP/2 is used

                 CVE-2016-8740

The Apache HTTPD web server (from 2.4.17-2.4.23) did not apply limitations
on request headers correctly when experimental module for the HTTP/2 
protocol is used to access a resource. 

The net result is that a the server allocates too much memory instead of denying
the request. This can lead to memory exhaustion of the server by a properly
crafted request.

Background:
- -----------

Apache has limits on the number and length of request header fields. which
limits the amount of memory a client can allocate on the server for a request.

Version 2.4.17 of the Apache HTTP Server introduced an experimental feature:
mod_http2 for the HTTP/2 protocol (RFC7540, previous versions were known as 
Google SPDY).

This module is NOT compiled in by default -and- is not enabled by default, 
although some distribution may have chosen to do so.

It is generally needs to be enabled in the 'Protocols' line in httpd by 
adding 'h2' and/or 'h2c' to the 'http/1.1' only default. 

The default distributions of the Apache Software Foundation do not include 
this experimental feature. 

Details:
- --------

- From version 2.4.17, upto and including version 2.4.23 the server failed
to take the limitations on request memory use into account when providing 
access to a resource over HTTP/2. This issue has been fixed 
in version 2.4.23 (r1772576).

As a result - with a request using the HTTP/2 protocol a specially crafted
request can allocate memory on the server until it reaches its limit. This can
lead to denial of service for all requests against the server.

Impact:
- -------

This can lead to denial of service for all server resources.
Versions affected: 
- ------------------
All versions from  2.4.17 to  2.4.23. 

Resolution:
- -----------

For a 2.4.23 version a patch is supplied. This will be included in the
next release. 

Mitigations and work arounds:
- -----------------------------

As a temporary workaround - HTTP/2 can be disabled by changing
the configuration by removing h2 and h2c from the Protocols
line(s) in the configuration file. 

The resulting line should read:

		Protocols http/1.1

Credits and timeline
- --------------------

The flaw was found and reported by Naveen Tiwari <naveen.tiwari@....edu> 
and CDF/SEFCOM at Arizona State University on 2016-11-22. The issue was 
resolved by Stefan Eissing and incorporated in the Apache repository,
ready for inclusion in the next release.

Apache would like to thank all involved for their help with this.

Patch against 2.4.23 release source:

Download attachment "CVE-2016-8740-2.4.23.diff" of type "application/octet-stream" (1227 bytes)




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ