Synopsis:          Moderate: httpd security and bug fix update
Advisory ID:       SLSA-2017:1721-1
Issue Date:        2017-07-11
CVE Numbers:       CVE-2016-8743
--

Security Fix(es):

* It was discovered that the HTTP parser in httpd incorrectly allowed
certain characters not permitted by the HTTP protocol specification to
appear unencoded in HTTP request headers. If httpd was used in conjunction
with a proxy or backend server that interpreted those characters
differently, a remote attacker could possibly use this flaw to inject data
into HTTP responses, resulting in proxy cache poisoning. (CVE-2016-8743)

Note: The fix for the CVE-2016-8743 issue causes httpd to return "400 Bad
Request" error to HTTP clients which do not strictly follow HTTP protocol
specification. A newly introduced configuration directive
"HttpProtocolOptions Unsafe" can be used to re-enable the old less strict
parsing. However, such setting also re-introduces the CVE-2016-8743 issue.

Note: Administrators of Red Hat Satellite 5 and Red Hat Satellite Proxy 5
systems should consult Red Hat Knowledgebase article 3013361 linked to in
the Reference section before installing this update.

Bug Fix(es):

* Previously, httpd was unable to correctly check a boundary of an array,
and in rare cases it attempted to access an element of an array that was
out of bounds. Consequently, httpd terminated unexpectedly with a
segmentation fault at proxy_util.c. With this update, bounds checking has
been fixed, and httpd no longer crashes.
--

SL6
  x86_64
    httpd-2.2.15-60.el6_9.4.x86_64.rpm
    httpd-debuginfo-2.2.15-60.el6_9.4.x86_64.rpm
    httpd-tools-2.2.15-60.el6_9.4.x86_64.rpm
    httpd-debuginfo-2.2.15-60.el6_9.4.i686.rpm
    httpd-devel-2.2.15-60.el6_9.4.i686.rpm
    httpd-devel-2.2.15-60.el6_9.4.x86_64.rpm
    mod_ssl-2.2.15-60.el6_9.4.x86_64.rpm
  i386
    httpd-2.2.15-60.el6_9.4.i686.rpm
    httpd-debuginfo-2.2.15-60.el6_9.4.i686.rpm
    httpd-tools-2.2.15-60.el6_9.4.i686.rpm
    httpd-devel-2.2.15-60.el6_9.4.i686.rpm
    mod_ssl-2.2.15-60.el6_9.4.i686.rpm
  noarch
    httpd-manual-2.2.15-60.el6_9.4.noarch.rpm

- Scientific Linux Development Team