Oval Definition:oval:com.redhat.rhsa:def:20170906
Revision Date:2017-04-12Version:639
Title:RHSA-2017:0906: httpd security and bug fix update (Moderate)
Description:The httpd packages provide the Apache HTTP Server, a powerful, efficient, and extensible web server.

Security Fix(es):

  • It was discovered that the mod_session_crypto module of httpd did not use any mechanisms to verify integrity of the encrypted session data stored in the user's browser. A remote attacker could use this flaw to decrypt and modify session data using a padding oracle attack. (CVE-2016-0736)

  • It was discovered that the mod_auth_digest module of httpd did not properly check for memory allocation failures. A remote attacker could use this flaw to cause httpd child processes to repeatedly crash if the server used HTTP digest authentication. (CVE-2016-2161)

  • 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.

    Bug Fix(es):

  • When waking up child processes during a graceful restart, the httpd parent process could attempt to open more connections than necessary if a large number of child processes had been active prior to the restart. Consequently, a graceful restart could take a long time to complete. With this update, httpd has been fixed to limit the number of connections opened during a graceful restart to the number of active children, and the described problem no longer occurs. (BZ#1420002)

  • Previously, httpd running in a container returned the 500 HTTP status code (Internal Server Error) when a connection to a WebSocket server was closed. As a consequence, the httpd server failed to deliver the correct HTTP status and data to a client. With this update, httpd correctly handles all proxied requests to the WebSocket server, and the described problem no longer occurs. (BZ#1429947)

  • In a configuration using LDAP authentication with the mod_authnz_ldap module, the name set using the AuthLDAPBindDN directive was not correctly used to bind to the LDAP server for all queries. Consequently, authorization attempts failed. The LDAP modules have been fixed to ensure the configured name is correctly bound for LDAP queries, and authorization using LDAP no longer fails. (BZ#1420047)
  • Family:unixClass:patch
    Status:Reference(s):CVE-2016-0736
    CVE-2016-2161
    CVE-2016-4975
    CVE-2016-8743
    RHSA-2017:0906
    RHSA-2017:0906-00
    RHSA-2017:0906-01
    Platform(s):Red Hat Enterprise Linux 7
    Product(s):
    Definition Synopsis
  • Red Hat Enterprise Linux must be installed
  • OR Package Information
  • Red Hat Enterprise Linux 7 is installed
  • AND
  • httpd is earlier than 0:2.4.6-45.el7_3.4
  • AND httpd is signed with Red Hat redhatrelease2 key
  • httpd-devel is earlier than 0:2.4.6-45.el7_3.4
  • AND httpd-devel is signed with Red Hat redhatrelease2 key
  • httpd-manual is earlier than 0:2.4.6-45.el7_3.4
  • AND httpd-manual is signed with Red Hat redhatrelease2 key
  • httpd-tools is earlier than 0:2.4.6-45.el7_3.4
  • AND httpd-tools is signed with Red Hat redhatrelease2 key
  • mod_ldap is earlier than 0:2.4.6-45.el7_3.4
  • AND mod_ldap is signed with Red Hat redhatrelease2 key
  • mod_proxy_html is earlier than 1:2.4.6-45.el7_3.4
  • AND mod_proxy_html is signed with Red Hat redhatrelease2 key
  • mod_session is earlier than 0:2.4.6-45.el7_3.4
  • AND mod_session is signed with Red Hat redhatrelease2 key
  • mod_ssl is earlier than 1:2.4.6-45.el7_3.4
  • AND mod_ssl is signed with Red Hat redhatrelease2 key
  • BACK