====================================================================                   Red Hat Security Advisory

Synopsis:          Important: wpa_supplicant security and enhancement update
Advisory ID:       RHSA-2015:1090-01
Product:           Red Hat Enterprise Linux
Advisory URL:      https://access.redhat.com/errata/RHSA-2015:1090.html
Issue date:        2015-06-11
CVE Names:         CVE-2015-1863 CVE-2015-4142 
====================================================================
1. Summary:

An updated wpa_supplicant package that fixes two security issues and adds
one enhancement is now available for Red Hat Enterprise Linux 7.

Red Hat Product Security has rated this update as having Important security
impact. Common Vulnerability Scoring System (CVSS) base scores, which give
detailed severity ratings, are available for each vulnerability from the
CVE links in the References section.

2. Relevant releases/architectures:

Red Hat Enterprise Linux Client (v. 7) - x86_64
Red Hat Enterprise Linux ComputeNode (v. 7) - x86_64
Red Hat Enterprise Linux Server (v. 7) - ppc64, ppc64le, s390x, x86_64
Red Hat Enterprise Linux Workstation (v. 7) - x86_64

3. Description:

The wpa_supplicant package contains an 802.1X Supplicant with support for
WEP, WPA, WPA2 (IEEE 802.11i / RSN), and various EAP authentication
methods. It implements key negotiation with a WPA Authenticator for client
stations and controls the roaming and IEEE 802.11 authentication and
association of the WLAN driver.

A buffer overflow flaw was found in the way wpa_supplicant handled SSID
information in the Wi-Fi Direct / P2P management frames. A specially
crafted frame could allow an attacker within Wi-Fi radio range to cause
wpa_supplicant to crash or, possibly, execute arbitrary code.
(CVE-2015-1863)

An integer underflow flaw, leading to a buffer over-read, was found in the
way wpa_supplicant handled WMM Action frames. A specially crafted frame
could possibly allow an attacker within Wi-Fi radio range to cause
wpa_supplicant to crash. (CVE-2015-4142)

Red Hat would like to thank Jouni Malinen of the wpa_supplicant upstream
for reporting the CVE-2015-1863 issue. Upstream acknowledges Alibaba
security team as the original reporter.

This update also adds the following enhancement:

* Prior to this update, wpa_supplicant did not provide a way to require the
host name to be listed in an X.509 certificate's Common Name or Subject
Alternative Name, and only allowed host name suffix or subject substring
checks. This update introduces a new configuration directive,
'domain_match', which adds a full host name check. (BZ#1178263)

All wpa_supplicant users are advised to upgrade to this updated package,
which contains backported patches to correct these issues and add this
enhancement. After installing this update, the wpa_supplicant service will
be restarted automatically.

4. Solution:

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

5. Bugs fixed (https://bugzilla.redhat.com/):

1178263 - wpa_supplicant: add support for non-substring server identity check [rhel-7]
1211191 - CVE-2015-1863 wpa_supplicant: P2P SSID processing vulnerability
1221178 - CVE-2015-4142 wpa_supplicant and hostapd: integer underflow in AP mode WMM Action frame processing

6. Package List:

Red Hat Enterprise Linux Client (v. 7):

Source:
wpa_supplicant-2.0-17.el7_1.src.rpm

x86_64:
wpa_supplicant-2.0-17.el7_1.x86_64.rpm
wpa_supplicant-debuginfo-2.0-17.el7_1.x86_64.rpm

Red Hat Enterprise Linux ComputeNode (v. 7):

Source:
wpa_supplicant-2.0-17.el7_1.src.rpm

x86_64:
wpa_supplicant-2.0-17.el7_1.x86_64.rpm
wpa_supplicant-debuginfo-2.0-17.el7_1.x86_64.rpm

Red Hat Enterprise Linux Server (v. 7):

Source:
wpa_supplicant-2.0-17.el7_1.src.rpm

ppc64:
wpa_supplicant-2.0-17.el7_1.ppc64.rpm
wpa_supplicant-debuginfo-2.0-17.el7_1.ppc64.rpm

s390x:
wpa_supplicant-2.0-17.el7_1.s390x.rpm
wpa_supplicant-debuginfo-2.0-17.el7_1.s390x.rpm

x86_64:
wpa_supplicant-2.0-17.el7_1.x86_64.rpm
wpa_supplicant-debuginfo-2.0-17.el7_1.x86_64.rpm

Red Hat Enterprise Linux Server (v. 7):

Source:
wpa_supplicant-2.0-17.ael7b_1.src.rpm

ppc64le:
wpa_supplicant-2.0-17.ael7b_1.ppc64le.rpm
wpa_supplicant-debuginfo-2.0-17.ael7b_1.ppc64le.rpm

Red Hat Enterprise Linux Workstation (v. 7):

Source:
wpa_supplicant-2.0-17.el7_1.src.rpm

x86_64:
wpa_supplicant-2.0-17.el7_1.x86_64.rpm
wpa_supplicant-debuginfo-2.0-17.el7_1.x86_64.rpm

These packages are GPG signed by Red Hat for security.  Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/

7. References:

https://access.redhat.com/security/cve/CVE-2015-1863
https://access.redhat.com/security/cve/CVE-2015-4142
https://access.redhat.com/security/updates/classification/#important

8. Contact:

The Red Hat security contact is . More contact
details at https://access.redhat.com/security/team/contact/

Copyright 2015 Red Hat, Inc.

Red Hat: 2015:1090-01: wpa_supplicant: Important Advisory

An updated wpa_supplicant package that fixes two security issues and adds one enhancement is now available for Red Hat Enterprise Linux 7

Summary

The wpa_supplicant package contains an 802.1X Supplicant with support for WEP, WPA, WPA2 (IEEE 802.11i / RSN), and various EAP authentication methods. It implements key negotiation with a WPA Authenticator for client stations and controls the roaming and IEEE 802.11 authentication and association of the WLAN driver.
A buffer overflow flaw was found in the way wpa_supplicant handled SSID information in the Wi-Fi Direct / P2P management frames. A specially crafted frame could allow an attacker within Wi-Fi radio range to cause wpa_supplicant to crash or, possibly, execute arbitrary code. (CVE-2015-1863)
An integer underflow flaw, leading to a buffer over-read, was found in the way wpa_supplicant handled WMM Action frames. A specially crafted frame could possibly allow an attacker within Wi-Fi radio range to cause wpa_supplicant to crash. (CVE-2015-4142)
Red Hat would like to thank Jouni Malinen of the wpa_supplicant upstream for reporting the CVE-2015-1863 issue. Upstream acknowledges Alibaba security team as the original reporter.
This update also adds the following enhancement:
* Prior to this update, wpa_supplicant did not provide a way to require the host name to be listed in an X.509 certificate's Common Name or Subject Alternative Name, and only allowed host name suffix or subject substring checks. This update introduces a new configuration directive, 'domain_match', which adds a full host name check. (BZ#1178263)
All wpa_supplicant users are advised to upgrade to this updated package, which contains backported patches to correct these issues and add this enhancement. After installing this update, the wpa_supplicant service will be restarted automatically.



Summary


Solution

Before applying this update, make sure all previously released errata relevant to your system have been applied.
For details on how to apply this update, refer to:
https://access.redhat.com/articles/11258

References

https://access.redhat.com/security/cve/CVE-2015-1863 https://access.redhat.com/security/cve/CVE-2015-4142 https://access.redhat.com/security/updates/classification/#important

Package List

Red Hat Enterprise Linux Client (v. 7):
Source: wpa_supplicant-2.0-17.el7_1.src.rpm
x86_64: wpa_supplicant-2.0-17.el7_1.x86_64.rpm wpa_supplicant-debuginfo-2.0-17.el7_1.x86_64.rpm
Red Hat Enterprise Linux ComputeNode (v. 7):
Source: wpa_supplicant-2.0-17.el7_1.src.rpm
x86_64: wpa_supplicant-2.0-17.el7_1.x86_64.rpm wpa_supplicant-debuginfo-2.0-17.el7_1.x86_64.rpm
Red Hat Enterprise Linux Server (v. 7):
Source: wpa_supplicant-2.0-17.el7_1.src.rpm
ppc64: wpa_supplicant-2.0-17.el7_1.ppc64.rpm wpa_supplicant-debuginfo-2.0-17.el7_1.ppc64.rpm
s390x: wpa_supplicant-2.0-17.el7_1.s390x.rpm wpa_supplicant-debuginfo-2.0-17.el7_1.s390x.rpm
x86_64: wpa_supplicant-2.0-17.el7_1.x86_64.rpm wpa_supplicant-debuginfo-2.0-17.el7_1.x86_64.rpm
Red Hat Enterprise Linux Server (v. 7):
Source: wpa_supplicant-2.0-17.ael7b_1.src.rpm
ppc64le: wpa_supplicant-2.0-17.ael7b_1.ppc64le.rpm wpa_supplicant-debuginfo-2.0-17.ael7b_1.ppc64le.rpm
Red Hat Enterprise Linux Workstation (v. 7):
Source: wpa_supplicant-2.0-17.el7_1.src.rpm
x86_64: wpa_supplicant-2.0-17.el7_1.x86_64.rpm wpa_supplicant-debuginfo-2.0-17.el7_1.x86_64.rpm
These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are available from https://access.redhat.com/security/team/key/


Severity
Advisory ID: RHSA-2015:1090-01
Product: Red Hat Enterprise Linux
Advisory URL: https://access.redhat.com/errata/RHSA-2015:1090.html
Issued Date: : 2015-06-11
CVE Names: CVE-2015-1863 CVE-2015-4142

Topic

An updated wpa_supplicant package that fixes two security issues and addsone enhancement is now available for Red Hat Enterprise Linux 7.Red Hat Product Security has rated this update as having Important securityimpact. Common Vulnerability Scoring System (CVSS) base scores, which givedetailed severity ratings, are available for each vulnerability from theCVE links in the References section.


Topic


 

Relevant Releases Architectures

Red Hat Enterprise Linux Client (v. 7) - x86_64

Red Hat Enterprise Linux ComputeNode (v. 7) - x86_64

Red Hat Enterprise Linux Server (v. 7) - ppc64, ppc64le, s390x, x86_64

Red Hat Enterprise Linux Workstation (v. 7) - x86_64


Bugs Fixed

1178263 - wpa_supplicant: add support for non-substring server identity check [rhel-7]

1211191 - CVE-2015-1863 wpa_supplicant: P2P SSID processing vulnerability

1221178 - CVE-2015-4142 wpa_supplicant and hostapd: integer underflow in AP mode WMM Action frame processing


Related News