Vulnerability from csaf_suse
Published
2020-11-19 15:11
Modified
2020-11-19 15:11
Summary
Security update for wpa_supplicant
Notes
Title of the patch
Security update for wpa_supplicant
Description of the patch
This update for wpa_supplicant fixes the following issues:
wpa_supplicant was updated to 2.9 release:
* SAE changes
- disable use of groups using Brainpool curves
- improved protection against side channel attacks
[https://w1.fi/security/2019-6/]
* EAP-pwd changes
- disable use of groups using Brainpool curves
- allow the set of groups to be configured (eap_pwd_groups)
- improved protection against side channel attacks
[https://w1.fi/security/2019-6/]
* fixed FT-EAP initial mobility domain association using PMKSA caching
(disabled by default for backwards compatibility; can be enabled
with ft_eap_pmksa_caching=1)
* fixed a regression in OpenSSL 1.1+ engine loading
* added validation of RSNE in (Re)Association Response frames
* fixed DPP bootstrapping URI parser of channel list
* extended EAP-SIM/AKA fast re-authentication to allow use with FILS
* extended ca_cert_blob to support PEM format
* improved robustness of P2P Action frame scheduling
* added support for EAP-SIM/AKA using anonymous@realm identity
* fixed Hotspot 2.0 credential selection based on roaming consortium
to ignore credentials without a specific EAP method
* added experimental support for EAP-TEAP peer (RFC 7170)
* added experimental support for EAP-TLS peer with TLS v1.3
* fixed a regression in WMM parameter configuration for a TDLS peer
* fixed a regression in operation with drivers that offload 802.1X
4-way handshake
* fixed an ECDH operation corner case with OpenSSL
* SAE changes
- added support for SAE Password Identifier
- changed default configuration to enable only groups 19, 20, 21
(i.e., disable groups 25 and 26) and disable all unsuitable groups
completely based on REVmd changes
- do not regenerate PWE unnecessarily when the AP uses the
anti-clogging token mechanisms
- fixed some association cases where both SAE and FT-SAE were enabled
on both the station and the selected AP
- started to prefer FT-SAE over SAE AKM if both are enabled
- started to prefer FT-SAE over FT-PSK if both are enabled
- fixed FT-SAE when SAE PMKSA caching is used
- reject use of unsuitable groups based on new implementation guidance
in REVmd (allow only FFC groups with prime >= 3072 bits and ECC
groups with prime >= 256)
- minimize timing and memory use differences in PWE derivation
[https://w1.fi/security/2019-1/] (CVE-2019-9494, bsc#1131868)
* EAP-pwd changes
- minimize timing and memory use differences in PWE derivation
[https://w1.fi/security/2019-2/] (CVE-2019-9495, bsc#1131870)
- verify server scalar/element
[https://w1.fi/security/2019-4/] (CVE-2019-9497, CVE-2019-9498,
CVE-2019-9499, bsc#1131874, bsc#1131872, bsc#1131871, bsc#1131644)
- fix message reassembly issue with unexpected fragment
[https://w1.fi/security/2019-5/] (CVE-2019-11555, bsc#1133640)
- enforce rand,mask generation rules more strictly
- fix a memory leak in PWE derivation
- disallow ECC groups with a prime under 256 bits (groups 25, 26, and
27)
- SAE/EAP-pwd side-channel attack update
[https://w1.fi/security/2019-6/] (CVE-2019-13377, bsc#1144443)
* fixed CONFIG_IEEE80211R=y (FT) build without CONFIG_FILS=y
* Hotspot 2.0 changes
- do not indicate release number that is higher than the one
AP supports
- added support for release number 3
- enable PMF automatically for network profiles created from
credentials
* fixed OWE network profile saving
* fixed DPP network profile saving
* added support for RSN operating channel validation
(CONFIG_OCV=y and network profile parameter ocv=1)
* added Multi-AP backhaul STA support
* fixed build with LibreSSL
* number of MKA/MACsec fixes and extensions
* extended domain_match and domain_suffix_match to allow list of values
* fixed dNSName matching in domain_match and domain_suffix_match when
using wolfSSL
* started to prefer FT-EAP-SHA384 over WPA-EAP-SUITE-B-192 AKM if both
are enabled
* extended nl80211 Connect and external authentication to support
SAE, FT-SAE, FT-EAP-SHA384
* fixed KEK2 derivation for FILS+FT
* extended client_cert file to allow loading of a chain of PEM
encoded certificates
* extended beacon reporting functionality
* extended D-Bus interface with number of new properties
* fixed a regression in FT-over-DS with mac80211-based drivers
* OpenSSL: allow systemwide policies to be overridden
* extended driver flags indication for separate 802.1X and PSK
4-way handshake offload capability
* added support for random P2P Device/Interface Address use
* extended PEAP to derive EMSK to enable use with ERP/FILS
* extended WPS to allow SAE configuration to be added automatically
for PSK (wps_cred_add_sae=1)
* removed support for the old D-Bus interface (CONFIG_CTRL_IFACE_DBUS)
* extended domain_match and domain_suffix_match to allow list of values
* added a RSN workaround for misbehaving PMF APs that advertise
IGTK/BIP KeyID using incorrect byte order
* fixed PTK rekeying with FILS and FT
* fixed WPA packet number reuse with replayed messages and key
reinstallation
[https://w1.fi/security/2017-1/] (CVE-2017-13077, CVE-2017-13078,
CVE-2017-13079, CVE-2017-13080, CVE-2017-13081, CVE-2017-13082,
CVE-2017-13086, CVE-2017-13087, CVE-2017-13088)
* fixed unauthenticated EAPOL-Key decryption in wpa_supplicant
[https://w1.fi/security/2018-1/] (CVE-2018-14526)
* added support for FILS (IEEE 802.11ai) shared key authentication
* added support for OWE (Opportunistic Wireless Encryption, RFC 8110;
and transition mode defined by WFA)
* added support for DPP (Wi-Fi Device Provisioning Protocol)
* added support for RSA 3k key case with Suite B 192-bit level
* fixed Suite B PMKSA caching not to update PMKID during each 4-way
handshake
* fixed EAP-pwd pre-processing with PasswordHashHash
* added EAP-pwd client support for salted passwords
* fixed a regression in TDLS prohibited bit validation
* started to use estimated throughput to avoid undesired signal
strength based roaming decision
* MACsec/MKA:
- new macsec_linux driver interface support for the Linux
kernel macsec module
- number of fixes and extensions
* added support for external persistent storage of PMKSA cache
(PMKSA_GET/PMKSA_ADD control interface commands; and
MESH_PMKSA_GET/MESH_PMKSA_SET for the mesh case)
* fixed mesh channel configuration pri/sec switch case
* added support for beacon report
* large number of other fixes, cleanup, and extensions
* added support for randomizing local address for GAS queries
(gas_rand_mac_addr parameter)
* fixed EAP-SIM/AKA/AKA' ext auth cases within TLS tunnel
* added option for using random WPS UUID (auto_uuid=1)
* added SHA256-hash support for OCSP certificate matching
* fixed EAP-AKA' to add AT_KDF into Synchronization-Failure
* fixed a regression in RSN pre-authentication candidate selection
* added option to configure allowed group management cipher suites
(group_mgmt network profile parameter)
* removed all PeerKey functionality
* fixed nl80211 AP and mesh mode configuration regression with
Linux 4.15 and newer
* added ap_isolate configuration option for AP mode
* added support for nl80211 to offload 4-way handshake into the driver
* added support for using wolfSSL cryptographic library
* SAE
- added support for configuring SAE password separately of the
WPA2 PSK/passphrase
- fixed PTK and EAPOL-Key integrity and key-wrap algorithm selection
for SAE;
note: this is not backwards compatible, i.e., both the AP and
station side implementations will need to be update at the same
time to maintain interoperability
- added support for Password Identifier
- fixed FT-SAE PMKID matching
* Hotspot 2.0
- added support for fetching of Operator Icon Metadata ANQP-element
- added support for Roaming Consortium Selection element
- added support for Terms and Conditions
- added support for OSEN connection in a shared RSN BSS
- added support for fetching Venue URL information
* added support for using OpenSSL 1.1.1
* FT
- disabled PMKSA caching with FT since it is not fully functional
- added support for SHA384 based AKM
- added support for BIP ciphers BIP-CMAC-256, BIP-GMAC-128,
BIP-GMAC-256 in addition to previously supported BIP-CMAC-128
- fixed additional IE inclusion in Reassociation Request frame when
using FT protocol
- Limit P2P_DEVICE name to appropriate ifname size.
- Enable SAE support(jsc#SLE-14992).
- CVE-2019-16275: AP mode PMF disconnection protection bypass (bsc#1150934)
- Fix wicked wlan (bsc#1156920)
- Still include fi.epitest.hostap.WPASupplicant.service (bsc#1167331)
- Change wpa_supplicant.service to ensure wpa_supplicant gets started before
network. Fix WLAN config on boot with wicked. (bsc#1166933)
- Adjust the service to start after network.target wrt bsc#1165266
- Using O_WRONLY flag [http://w1.fi/security/2015-5/] (CVE-2015-8041)
Patchnames
SUSE-2020-3424,SUSE-SLE-SERVER-12-SP5-2020-3424
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for wpa_supplicant", title: "Title of the patch", }, { category: "description", text: "This update for wpa_supplicant fixes the following issues:\n\nwpa_supplicant was updated to 2.9 release:\n\n * SAE changes\n - disable use of groups using Brainpool curves\n - improved protection against side channel attacks\n [https://w1.fi/security/2019-6/]\n * EAP-pwd changes\n - disable use of groups using Brainpool curves\n - allow the set of groups to be configured (eap_pwd_groups)\n - improved protection against side channel attacks\n [https://w1.fi/security/2019-6/]\n * fixed FT-EAP initial mobility domain association using PMKSA caching\n (disabled by default for backwards compatibility; can be enabled\n with ft_eap_pmksa_caching=1)\n * fixed a regression in OpenSSL 1.1+ engine loading\n * added validation of RSNE in (Re)Association Response frames\n * fixed DPP bootstrapping URI parser of channel list\n * extended EAP-SIM/AKA fast re-authentication to allow use with FILS\n * extended ca_cert_blob to support PEM format\n * improved robustness of P2P Action frame scheduling\n * added support for EAP-SIM/AKA using anonymous@realm identity\n * fixed Hotspot 2.0 credential selection based on roaming consortium\n to ignore credentials without a specific EAP method\n * added experimental support for EAP-TEAP peer (RFC 7170)\n * added experimental support for EAP-TLS peer with TLS v1.3\n * fixed a regression in WMM parameter configuration for a TDLS peer\n * fixed a regression in operation with drivers that offload 802.1X\n 4-way handshake\n * fixed an ECDH operation corner case with OpenSSL\n * SAE changes\n - added support for SAE Password Identifier\n - changed default configuration to enable only groups 19, 20, 21\n (i.e., disable groups 25 and 26) and disable all unsuitable groups\n completely based on REVmd changes\n - do not regenerate PWE unnecessarily when the AP uses the\n anti-clogging token mechanisms\n - fixed some association cases where both SAE and FT-SAE were enabled\n on both the station and the selected AP\n - started to prefer FT-SAE over SAE AKM if both are enabled\n - started to prefer FT-SAE over FT-PSK if both are enabled\n - fixed FT-SAE when SAE PMKSA caching is used\n - reject use of unsuitable groups based on new implementation guidance\n in REVmd (allow only FFC groups with prime >= 3072 bits and ECC\n groups with prime >= 256)\n - minimize timing and memory use differences in PWE derivation\n [https://w1.fi/security/2019-1/] (CVE-2019-9494, bsc#1131868)\n * EAP-pwd changes\n - minimize timing and memory use differences in PWE derivation\n [https://w1.fi/security/2019-2/] (CVE-2019-9495, bsc#1131870)\n - verify server scalar/element\n [https://w1.fi/security/2019-4/] (CVE-2019-9497, CVE-2019-9498,\n CVE-2019-9499, bsc#1131874, bsc#1131872, bsc#1131871, bsc#1131644)\n - fix message reassembly issue with unexpected fragment\n [https://w1.fi/security/2019-5/] (CVE-2019-11555, bsc#1133640)\n - enforce rand,mask generation rules more strictly\n - fix a memory leak in PWE derivation\n - disallow ECC groups with a prime under 256 bits (groups 25, 26, and\n 27)\n - SAE/EAP-pwd side-channel attack update\n [https://w1.fi/security/2019-6/] (CVE-2019-13377, bsc#1144443)\n * fixed CONFIG_IEEE80211R=y (FT) build without CONFIG_FILS=y\n * Hotspot 2.0 changes\n - do not indicate release number that is higher than the one\n AP supports\n - added support for release number 3\n - enable PMF automatically for network profiles created from\n credentials\n * fixed OWE network profile saving\n * fixed DPP network profile saving\n * added support for RSN operating channel validation\n (CONFIG_OCV=y and network profile parameter ocv=1)\n * added Multi-AP backhaul STA support\n * fixed build with LibreSSL\n * number of MKA/MACsec fixes and extensions\n * extended domain_match and domain_suffix_match to allow list of values\n * fixed dNSName matching in domain_match and domain_suffix_match when\n using wolfSSL\n * started to prefer FT-EAP-SHA384 over WPA-EAP-SUITE-B-192 AKM if both\n are enabled\n * extended nl80211 Connect and external authentication to support\n SAE, FT-SAE, FT-EAP-SHA384\n * fixed KEK2 derivation for FILS+FT\n * extended client_cert file to allow loading of a chain of PEM\n encoded certificates\n * extended beacon reporting functionality\n * extended D-Bus interface with number of new properties\n * fixed a regression in FT-over-DS with mac80211-based drivers\n * OpenSSL: allow systemwide policies to be overridden\n * extended driver flags indication for separate 802.1X and PSK\n 4-way handshake offload capability\n * added support for random P2P Device/Interface Address use\n * extended PEAP to derive EMSK to enable use with ERP/FILS\n * extended WPS to allow SAE configuration to be added automatically\n for PSK (wps_cred_add_sae=1)\n * removed support for the old D-Bus interface (CONFIG_CTRL_IFACE_DBUS)\n * extended domain_match and domain_suffix_match to allow list of values\n * added a RSN workaround for misbehaving PMF APs that advertise\n IGTK/BIP KeyID using incorrect byte order\n * fixed PTK rekeying with FILS and FT\n * fixed WPA packet number reuse with replayed messages and key\n reinstallation\n [https://w1.fi/security/2017-1/] (CVE-2017-13077, CVE-2017-13078,\n CVE-2017-13079, CVE-2017-13080, CVE-2017-13081, CVE-2017-13082,\n CVE-2017-13086, CVE-2017-13087, CVE-2017-13088)\n * fixed unauthenticated EAPOL-Key decryption in wpa_supplicant\n [https://w1.fi/security/2018-1/] (CVE-2018-14526)\n * added support for FILS (IEEE 802.11ai) shared key authentication\n * added support for OWE (Opportunistic Wireless Encryption, RFC 8110;\n and transition mode defined by WFA)\n * added support for DPP (Wi-Fi Device Provisioning Protocol)\n * added support for RSA 3k key case with Suite B 192-bit level\n * fixed Suite B PMKSA caching not to update PMKID during each 4-way\n handshake\n * fixed EAP-pwd pre-processing with PasswordHashHash\n * added EAP-pwd client support for salted passwords\n * fixed a regression in TDLS prohibited bit validation\n * started to use estimated throughput to avoid undesired signal\n strength based roaming decision\n * MACsec/MKA:\n - new macsec_linux driver interface support for the Linux\n kernel macsec module\n - number of fixes and extensions\n * added support for external persistent storage of PMKSA cache\n (PMKSA_GET/PMKSA_ADD control interface commands; and\n MESH_PMKSA_GET/MESH_PMKSA_SET for the mesh case)\n * fixed mesh channel configuration pri/sec switch case\n * added support for beacon report\n * large number of other fixes, cleanup, and extensions\n * added support for randomizing local address for GAS queries\n (gas_rand_mac_addr parameter)\n * fixed EAP-SIM/AKA/AKA' ext auth cases within TLS tunnel\n * added option for using random WPS UUID (auto_uuid=1)\n * added SHA256-hash support for OCSP certificate matching\n * fixed EAP-AKA' to add AT_KDF into Synchronization-Failure\n * fixed a regression in RSN pre-authentication candidate selection\n * added option to configure allowed group management cipher suites\n (group_mgmt network profile parameter)\n * removed all PeerKey functionality\n * fixed nl80211 AP and mesh mode configuration regression with\n Linux 4.15 and newer\n * added ap_isolate configuration option for AP mode\n * added support for nl80211 to offload 4-way handshake into the driver\n * added support for using wolfSSL cryptographic library\n * SAE\n - added support for configuring SAE password separately of the\n WPA2 PSK/passphrase\n - fixed PTK and EAPOL-Key integrity and key-wrap algorithm selection\n for SAE;\n note: this is not backwards compatible, i.e., both the AP and\n station side implementations will need to be update at the same\n time to maintain interoperability\n - added support for Password Identifier\n - fixed FT-SAE PMKID matching\n * Hotspot 2.0\n - added support for fetching of Operator Icon Metadata ANQP-element\n - added support for Roaming Consortium Selection element\n - added support for Terms and Conditions\n - added support for OSEN connection in a shared RSN BSS\n - added support for fetching Venue URL information\n * added support for using OpenSSL 1.1.1\n * FT\n - disabled PMKSA caching with FT since it is not fully functional\n - added support for SHA384 based AKM\n - added support for BIP ciphers BIP-CMAC-256, BIP-GMAC-128,\n BIP-GMAC-256 in addition to previously supported BIP-CMAC-128\n - fixed additional IE inclusion in Reassociation Request frame when\n using FT protocol\n\n- Limit P2P_DEVICE name to appropriate ifname size.\n- Enable SAE support(jsc#SLE-14992).\n- CVE-2019-16275: AP mode PMF disconnection protection bypass (bsc#1150934)\n- Fix wicked wlan (bsc#1156920)\n- Still include fi.epitest.hostap.WPASupplicant.service (bsc#1167331)\n- Change wpa_supplicant.service to ensure wpa_supplicant gets started before\n network. Fix WLAN config on boot with wicked. (bsc#1166933)\n- Adjust the service to start after network.target wrt bsc#1165266\n\n- Using O_WRONLY flag [http://w1.fi/security/2015-5/] (CVE-2015-8041)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2020-3424,SUSE-SLE-SERVER-12-SP5-2020-3424", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2020_3424-1.json", }, { category: "self", summary: "URL for SUSE-SU-2020:3424-1", url: "https://www.suse.com/support/update/announcement/2020/suse-su-20203424-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2020:3424-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2020-November/007819.html", }, { category: "self", summary: "SUSE Bug 1131644", url: "https://bugzilla.suse.com/1131644", }, { category: "self", summary: "SUSE Bug 1131868", url: "https://bugzilla.suse.com/1131868", }, { category: "self", summary: "SUSE Bug 1131870", url: "https://bugzilla.suse.com/1131870", }, { category: "self", summary: "SUSE Bug 1131871", url: "https://bugzilla.suse.com/1131871", }, { category: "self", summary: "SUSE Bug 1131872", url: "https://bugzilla.suse.com/1131872", }, { category: "self", summary: "SUSE Bug 1131874", url: "https://bugzilla.suse.com/1131874", }, { category: "self", summary: "SUSE Bug 1133640", url: "https://bugzilla.suse.com/1133640", }, { category: "self", summary: "SUSE Bug 1144443", url: "https://bugzilla.suse.com/1144443", }, { category: "self", summary: "SUSE Bug 1150934", url: "https://bugzilla.suse.com/1150934", }, { category: "self", summary: "SUSE Bug 1156920", url: "https://bugzilla.suse.com/1156920", }, { category: "self", summary: "SUSE Bug 1165266", url: "https://bugzilla.suse.com/1165266", }, { category: "self", summary: "SUSE Bug 1166933", url: "https://bugzilla.suse.com/1166933", }, { category: "self", summary: "SUSE Bug 1167331", url: "https://bugzilla.suse.com/1167331", }, { category: "self", summary: "SUSE CVE CVE-2015-8041 page", url: "https://www.suse.com/security/cve/CVE-2015-8041/", }, { category: "self", summary: "SUSE CVE CVE-2017-13077 page", url: "https://www.suse.com/security/cve/CVE-2017-13077/", }, { category: "self", summary: "SUSE CVE CVE-2017-13078 page", url: "https://www.suse.com/security/cve/CVE-2017-13078/", }, { category: "self", summary: "SUSE CVE CVE-2017-13079 page", url: "https://www.suse.com/security/cve/CVE-2017-13079/", }, { category: "self", summary: "SUSE CVE CVE-2017-13080 page", url: "https://www.suse.com/security/cve/CVE-2017-13080/", }, { category: "self", summary: "SUSE CVE CVE-2017-13081 page", url: "https://www.suse.com/security/cve/CVE-2017-13081/", }, { category: "self", summary: "SUSE CVE CVE-2017-13082 page", url: "https://www.suse.com/security/cve/CVE-2017-13082/", }, { category: "self", summary: "SUSE CVE CVE-2017-13086 page", url: "https://www.suse.com/security/cve/CVE-2017-13086/", }, { category: "self", summary: "SUSE CVE CVE-2017-13087 page", url: "https://www.suse.com/security/cve/CVE-2017-13087/", }, { category: "self", summary: "SUSE CVE CVE-2017-13088 page", url: "https://www.suse.com/security/cve/CVE-2017-13088/", }, { category: "self", summary: "SUSE CVE CVE-2018-14526 page", url: "https://www.suse.com/security/cve/CVE-2018-14526/", }, { category: "self", summary: "SUSE CVE CVE-2019-11555 page", url: "https://www.suse.com/security/cve/CVE-2019-11555/", }, { category: "self", summary: "SUSE CVE CVE-2019-13377 page", url: "https://www.suse.com/security/cve/CVE-2019-13377/", }, { category: "self", summary: "SUSE CVE CVE-2019-16275 page", url: "https://www.suse.com/security/cve/CVE-2019-16275/", }, { category: "self", summary: "SUSE CVE CVE-2019-9494 page", url: "https://www.suse.com/security/cve/CVE-2019-9494/", }, { category: "self", summary: "SUSE CVE CVE-2019-9495 page", url: "https://www.suse.com/security/cve/CVE-2019-9495/", }, { category: "self", summary: "SUSE CVE CVE-2019-9497 page", url: "https://www.suse.com/security/cve/CVE-2019-9497/", }, { category: "self", summary: "SUSE CVE CVE-2019-9498 page", url: "https://www.suse.com/security/cve/CVE-2019-9498/", }, { category: "self", summary: "SUSE CVE CVE-2019-9499 page", url: "https://www.suse.com/security/cve/CVE-2019-9499/", }, ], title: "Security update for wpa_supplicant", tracking: { current_release_date: "2020-11-19T15:11:57Z", generator: { date: "2020-11-19T15:11:57Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2020:3424-1", initial_release_date: "2020-11-19T15:11:57Z", revision_history: [ { date: "2020-11-19T15:11:57Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "wpa_supplicant-2.9-23.3.1.aarch64", product: { name: "wpa_supplicant-2.9-23.3.1.aarch64", product_id: "wpa_supplicant-2.9-23.3.1.aarch64", }, }, { category: "product_version", name: "wpa_supplicant-gui-2.9-23.3.1.aarch64", product: { name: "wpa_supplicant-gui-2.9-23.3.1.aarch64", product_id: "wpa_supplicant-gui-2.9-23.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "wpa_supplicant-2.9-23.3.1.i586", product: { name: "wpa_supplicant-2.9-23.3.1.i586", product_id: "wpa_supplicant-2.9-23.3.1.i586", }, }, { category: "product_version", name: "wpa_supplicant-gui-2.9-23.3.1.i586", product: { name: "wpa_supplicant-gui-2.9-23.3.1.i586", product_id: "wpa_supplicant-gui-2.9-23.3.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "wpa_supplicant-2.9-23.3.1.ppc64le", product: { name: "wpa_supplicant-2.9-23.3.1.ppc64le", product_id: "wpa_supplicant-2.9-23.3.1.ppc64le", }, }, { category: "product_version", name: "wpa_supplicant-gui-2.9-23.3.1.ppc64le", product: { name: "wpa_supplicant-gui-2.9-23.3.1.ppc64le", product_id: "wpa_supplicant-gui-2.9-23.3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "wpa_supplicant-2.9-23.3.1.s390", product: { name: "wpa_supplicant-2.9-23.3.1.s390", product_id: "wpa_supplicant-2.9-23.3.1.s390", }, }, { category: "product_version", name: "wpa_supplicant-gui-2.9-23.3.1.s390", product: { name: "wpa_supplicant-gui-2.9-23.3.1.s390", product_id: "wpa_supplicant-gui-2.9-23.3.1.s390", }, }, ], category: "architecture", name: "s390", }, { branches: [ { category: "product_version", name: "wpa_supplicant-2.9-23.3.1.s390x", product: { name: "wpa_supplicant-2.9-23.3.1.s390x", product_id: "wpa_supplicant-2.9-23.3.1.s390x", }, }, { category: "product_version", name: "wpa_supplicant-gui-2.9-23.3.1.s390x", product: { name: "wpa_supplicant-gui-2.9-23.3.1.s390x", product_id: "wpa_supplicant-gui-2.9-23.3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "wpa_supplicant-2.9-23.3.1.x86_64", product: { name: "wpa_supplicant-2.9-23.3.1.x86_64", product_id: "wpa_supplicant-2.9-23.3.1.x86_64", }, }, { category: "product_version", name: "wpa_supplicant-gui-2.9-23.3.1.x86_64", product: { name: "wpa_supplicant-gui-2.9-23.3.1.x86_64", product_id: "wpa_supplicant-gui-2.9-23.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP5", product: { name: "SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles:12:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", product: { name: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:12:sp5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "wpa_supplicant-2.9-23.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", }, product_reference: "wpa_supplicant-2.9-23.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "wpa_supplicant-2.9-23.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", }, product_reference: "wpa_supplicant-2.9-23.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "wpa_supplicant-2.9-23.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", }, product_reference: "wpa_supplicant-2.9-23.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "wpa_supplicant-2.9-23.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", }, product_reference: "wpa_supplicant-2.9-23.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "wpa_supplicant-2.9-23.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", }, product_reference: "wpa_supplicant-2.9-23.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "wpa_supplicant-2.9-23.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", }, product_reference: "wpa_supplicant-2.9-23.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "wpa_supplicant-2.9-23.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", }, product_reference: "wpa_supplicant-2.9-23.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "wpa_supplicant-2.9-23.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", }, product_reference: "wpa_supplicant-2.9-23.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, ], }, vulnerabilities: [ { cve: "CVE-2015-8041", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2015-8041", }, ], notes: [ { category: "general", text: "Multiple integer overflows in the NDEF record parser in hostapd before 2.5 and wpa_supplicant before 2.5 allow remote attackers to cause a denial of service (process crash or infinite loop) via a large payload length field value in an (1) WPS or (2) P2P NFC NDEF record, which triggers an out-of-bounds read.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2015-8041", url: "https://www.suse.com/security/cve/CVE-2015-8041", }, { category: "external", summary: "SUSE Bug 937419 for CVE-2015-8041", url: "https://bugzilla.suse.com/937419", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "moderate", }, ], title: "CVE-2015-8041", }, { cve: "CVE-2017-13077", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13077", }, ], notes: [ { category: "general", text: "Wi-Fi Protected Access (WPA and WPA2) allows reinstallation of the Pairwise Transient Key (PTK) Temporal Key (TK) during the four-way handshake, allowing an attacker within radio range to replay, decrypt, or spoof frames.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13077", url: "https://www.suse.com/security/cve/CVE-2017-13077", }, { category: "external", summary: "SUSE Bug 1056061 for CVE-2017-13077", url: "https://bugzilla.suse.com/1056061", }, { category: "external", summary: "SUSE Bug 1063479 for CVE-2017-13077", url: "https://bugzilla.suse.com/1063479", }, { category: "external", summary: "SUSE Bug 1063963 for CVE-2017-13077", url: "https://bugzilla.suse.com/1063963", }, { category: "external", summary: "SUSE Bug 1179588 for CVE-2017-13077", url: "https://bugzilla.suse.com/1179588", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "important", }, ], title: "CVE-2017-13077", }, { cve: "CVE-2017-13078", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13078", }, ], notes: [ { category: "general", text: "Wi-Fi Protected Access (WPA and WPA2) allows reinstallation of the Group Temporal Key (GTK) during the four-way handshake, allowing an attacker within radio range to replay frames from access points to clients.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13078", url: "https://www.suse.com/security/cve/CVE-2017-13078", }, { category: "external", summary: "SUSE Bug 1056061 for CVE-2017-13078", url: "https://bugzilla.suse.com/1056061", }, { category: "external", summary: "SUSE Bug 1063479 for CVE-2017-13078", url: "https://bugzilla.suse.com/1063479", }, { category: "external", summary: "SUSE Bug 1063667 for CVE-2017-13078", url: "https://bugzilla.suse.com/1063667", }, { category: "external", summary: "SUSE Bug 1179588 for CVE-2017-13078", url: "https://bugzilla.suse.com/1179588", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "important", }, ], title: "CVE-2017-13078", }, { cve: "CVE-2017-13079", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13079", }, ], notes: [ { category: "general", text: "Wi-Fi Protected Access (WPA and WPA2) that supports IEEE 802.11w allows reinstallation of the Integrity Group Temporal Key (IGTK) during the four-way handshake, allowing an attacker within radio range to spoof frames from access points to clients.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13079", url: "https://www.suse.com/security/cve/CVE-2017-13079", }, { category: "external", summary: "SUSE Bug 1056061 for CVE-2017-13079", url: "https://bugzilla.suse.com/1056061", }, { category: "external", summary: "SUSE Bug 1063479 for CVE-2017-13079", url: "https://bugzilla.suse.com/1063479", }, { category: "external", summary: "SUSE Bug 1179588 for CVE-2017-13079", url: "https://bugzilla.suse.com/1179588", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "important", }, ], title: "CVE-2017-13079", }, { cve: "CVE-2017-13080", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13080", }, ], notes: [ { category: "general", text: "Wi-Fi Protected Access (WPA and WPA2) allows reinstallation of the Group Temporal Key (GTK) during the group key handshake, allowing an attacker within radio range to replay frames from access points to clients.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13080", url: "https://www.suse.com/security/cve/CVE-2017-13080", }, { category: "external", summary: "SUSE Bug 1056061 for CVE-2017-13080", url: "https://bugzilla.suse.com/1056061", }, { category: "external", summary: "SUSE Bug 1063479 for CVE-2017-13080", url: "https://bugzilla.suse.com/1063479", }, { category: "external", summary: "SUSE Bug 1063667 for CVE-2017-13080", url: "https://bugzilla.suse.com/1063667", }, { category: "external", summary: "SUSE Bug 1063671 for CVE-2017-13080", url: "https://bugzilla.suse.com/1063671", }, { category: "external", summary: "SUSE Bug 1066295 for CVE-2017-13080", url: "https://bugzilla.suse.com/1066295", }, { category: "external", summary: "SUSE Bug 1105108 for CVE-2017-13080", url: "https://bugzilla.suse.com/1105108", }, { category: "external", summary: "SUSE Bug 1178872 for CVE-2017-13080", url: "https://bugzilla.suse.com/1178872", }, { category: "external", summary: "SUSE Bug 1179588 for CVE-2017-13080", url: "https://bugzilla.suse.com/1179588", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "important", }, ], title: "CVE-2017-13080", }, { cve: "CVE-2017-13081", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13081", }, ], notes: [ { category: "general", text: "Wi-Fi Protected Access (WPA and WPA2) that supports IEEE 802.11w allows reinstallation of the Integrity Group Temporal Key (IGTK) during the group key handshake, allowing an attacker within radio range to spoof frames from access points to clients.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13081", url: "https://www.suse.com/security/cve/CVE-2017-13081", }, { category: "external", summary: "SUSE Bug 1056061 for CVE-2017-13081", url: "https://bugzilla.suse.com/1056061", }, { category: "external", summary: "SUSE Bug 1063479 for CVE-2017-13081", url: "https://bugzilla.suse.com/1063479", }, { category: "external", summary: "SUSE Bug 1066295 for CVE-2017-13081", url: "https://bugzilla.suse.com/1066295", }, { category: "external", summary: "SUSE Bug 1105108 for CVE-2017-13081", url: "https://bugzilla.suse.com/1105108", }, { category: "external", summary: "SUSE Bug 1179588 for CVE-2017-13081", url: "https://bugzilla.suse.com/1179588", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "important", }, ], title: "CVE-2017-13081", }, { cve: "CVE-2017-13082", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13082", }, ], notes: [ { category: "general", text: "Wi-Fi Protected Access (WPA and WPA2) that supports IEEE 802.11r allows reinstallation of the Pairwise Transient Key (PTK) Temporal Key (TK) during the fast BSS transmission (FT) handshake, allowing an attacker within radio range to replay, decrypt, or spoof frames.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13082", url: "https://www.suse.com/security/cve/CVE-2017-13082", }, { category: "external", summary: "SUSE Bug 1056061 for CVE-2017-13082", url: "https://bugzilla.suse.com/1056061", }, { category: "external", summary: "SUSE Bug 1063479 for CVE-2017-13082", url: "https://bugzilla.suse.com/1063479", }, { category: "external", summary: "SUSE Bug 1179588 for CVE-2017-13082", url: "https://bugzilla.suse.com/1179588", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "important", }, ], title: "CVE-2017-13082", }, { cve: "CVE-2017-13086", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13086", }, ], notes: [ { category: "general", text: "Wi-Fi Protected Access (WPA and WPA2) allows reinstallation of the Tunneled Direct-Link Setup (TDLS) Peer Key (TPK) during the TDLS handshake, allowing an attacker within radio range to replay, decrypt, or spoof frames.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13086", url: "https://www.suse.com/security/cve/CVE-2017-13086", }, { category: "external", summary: "SUSE Bug 1056061 for CVE-2017-13086", url: "https://bugzilla.suse.com/1056061", }, { category: "external", summary: "SUSE Bug 1063479 for CVE-2017-13086", url: "https://bugzilla.suse.com/1063479", }, { category: "external", summary: "SUSE Bug 1179588 for CVE-2017-13086", url: "https://bugzilla.suse.com/1179588", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "important", }, ], title: "CVE-2017-13086", }, { cve: "CVE-2017-13087", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13087", }, ], notes: [ { category: "general", text: "Wi-Fi Protected Access (WPA and WPA2) that support 802.11v allows reinstallation of the Group Temporal Key (GTK) when processing a Wireless Network Management (WNM) Sleep Mode Response frame, allowing an attacker within radio range to replay frames from access points to clients.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13087", url: "https://www.suse.com/security/cve/CVE-2017-13087", }, { category: "external", summary: "SUSE Bug 1056061 for CVE-2017-13087", url: "https://bugzilla.suse.com/1056061", }, { category: "external", summary: "SUSE Bug 1063479 for CVE-2017-13087", url: "https://bugzilla.suse.com/1063479", }, { category: "external", summary: "SUSE Bug 1179588 for CVE-2017-13087", url: "https://bugzilla.suse.com/1179588", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "important", }, ], title: "CVE-2017-13087", }, { cve: "CVE-2017-13088", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13088", }, ], notes: [ { category: "general", text: "Wi-Fi Protected Access (WPA and WPA2) that support 802.11v allows reinstallation of the Integrity Group Temporal Key (IGTK) when processing a Wireless Network Management (WNM) Sleep Mode Response frame, allowing an attacker within radio range to replay frames from access points to clients.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13088", url: "https://www.suse.com/security/cve/CVE-2017-13088", }, { category: "external", summary: "SUSE Bug 1056061 for CVE-2017-13088", url: "https://bugzilla.suse.com/1056061", }, { category: "external", summary: "SUSE Bug 1063479 for CVE-2017-13088", url: "https://bugzilla.suse.com/1063479", }, { category: "external", summary: "SUSE Bug 1179588 for CVE-2017-13088", url: "https://bugzilla.suse.com/1179588", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "important", }, ], title: "CVE-2017-13088", }, { cve: "CVE-2018-14526", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-14526", }, ], notes: [ { category: "general", text: "An issue was discovered in rsn_supp/wpa.c in wpa_supplicant 2.0 through 2.6. Under certain conditions, the integrity of EAPOL-Key messages is not checked, leading to a decryption oracle. An attacker within range of the Access Point and client can abuse the vulnerability to recover sensitive information.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2018-14526", url: "https://www.suse.com/security/cve/CVE-2018-14526", }, { category: "external", summary: "SUSE Bug 1104205 for CVE-2018-14526", url: "https://bugzilla.suse.com/1104205", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "moderate", }, ], title: "CVE-2018-14526", }, { cve: "CVE-2019-11555", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-11555", }, ], notes: [ { category: "general", text: "The EAP-pwd implementation in hostapd (EAP server) before 2.8 and wpa_supplicant (EAP peer) before 2.8 does not validate fragmentation reassembly state properly for a case where an unexpected fragment could be received. This could result in process termination due to a NULL pointer dereference (denial of service). This affects eap_server/eap_server_pwd.c and eap_peer/eap_pwd.c.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-11555", url: "https://www.suse.com/security/cve/CVE-2019-11555", }, { category: "external", summary: "SUSE Bug 1133640 for CVE-2019-11555", url: "https://bugzilla.suse.com/1133640", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "moderate", }, ], title: "CVE-2019-11555", }, { cve: "CVE-2019-13377", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-13377", }, ], notes: [ { category: "general", text: "The implementations of SAE and EAP-pwd in hostapd and wpa_supplicant 2.x through 2.8 are vulnerable to side-channel attacks as a result of observable timing differences and cache access patterns when Brainpool curves are used. An attacker may be able to gain leaked information from a side-channel attack that can be used for full password recovery.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-13377", url: "https://www.suse.com/security/cve/CVE-2019-13377", }, { category: "external", summary: "SUSE Bug 1144443 for CVE-2019-13377", url: "https://bugzilla.suse.com/1144443", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "moderate", }, ], title: "CVE-2019-13377", }, { cve: "CVE-2019-16275", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-16275", }, ], notes: [ { category: "general", text: "hostapd before 2.10 and wpa_supplicant before 2.10 allow an incorrect indication of disconnection in certain situations because source address validation is mishandled. This is a denial of service that should have been prevented by PMF (aka management frame protection). The attacker must send a crafted 802.11 frame from a location that is within the 802.11 communications range.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-16275", url: "https://www.suse.com/security/cve/CVE-2019-16275", }, { category: "external", summary: "SUSE Bug 1150934 for CVE-2019-16275", url: "https://bugzilla.suse.com/1150934", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "moderate", }, ], title: "CVE-2019-16275", }, { cve: "CVE-2019-9494", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-9494", }, ], notes: [ { category: "general", text: "The implementations of SAE in hostapd and wpa_supplicant are vulnerable to side channel attacks as a result of observable timing differences and cache access patterns. An attacker may be able to gain leaked information from a side channel attack that can be used for full password recovery. Both hostapd with SAE support and wpa_supplicant with SAE support prior to and including version 2.7 are affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-9494", url: "https://www.suse.com/security/cve/CVE-2019-9494", }, { category: "external", summary: "SUSE Bug 1131291 for CVE-2019-9494", url: "https://bugzilla.suse.com/1131291", }, { category: "external", summary: "SUSE Bug 1131868 for CVE-2019-9494", url: "https://bugzilla.suse.com/1131868", }, { category: "external", summary: "SUSE Bug 1194732 for CVE-2019-9494", url: "https://bugzilla.suse.com/1194732", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "important", }, ], title: "CVE-2019-9494", }, { cve: "CVE-2019-9495", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-9495", }, ], notes: [ { category: "general", text: "The implementations of EAP-PWD in hostapd and wpa_supplicant are vulnerable to side-channel attacks as a result of cache access patterns. All versions of hostapd and wpa_supplicant with EAP-PWD support are vulnerable. The ability to install and execute applications is necessary for a successful attack. Memory access patterns are visible in a shared cache. Weak passwords may be cracked. Versions of hostapd/wpa_supplicant 2.7 and newer, are not vulnerable to the timing attack described in CVE-2019-9494. Both hostapd with EAP-pwd support and wpa_supplicant with EAP-pwd support prior to and including version 2.7 are affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-9495", url: "https://www.suse.com/security/cve/CVE-2019-9495", }, { category: "external", summary: "SUSE Bug 1131291 for CVE-2019-9495", url: "https://bugzilla.suse.com/1131291", }, { category: "external", summary: "SUSE Bug 1131870 for CVE-2019-9495", url: "https://bugzilla.suse.com/1131870", }, { category: "external", summary: "SUSE Bug 1194733 for CVE-2019-9495", url: "https://bugzilla.suse.com/1194733", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "moderate", }, ], title: "CVE-2019-9495", }, { cve: "CVE-2019-9497", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-9497", }, ], notes: [ { category: "general", text: "The implementations of EAP-PWD in hostapd EAP Server and wpa_supplicant EAP Peer do not validate the scalar and element values in EAP-pwd-Commit. This vulnerability may allow an attacker to complete EAP-PWD authentication without knowing the password. However, unless the crypto library does not implement additional checks for the EC point, the attacker will not be able to derive the session key or complete the key exchange. Both hostapd with SAE support and wpa_supplicant with SAE support prior to and including version 2.4 are affected. Both hostapd with EAP-pwd support and wpa_supplicant with EAP-pwd support prior to and including version 2.7 are affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-9497", url: "https://www.suse.com/security/cve/CVE-2019-9497", }, { category: "external", summary: "SUSE Bug 1131871 for CVE-2019-9497", url: "https://bugzilla.suse.com/1131871", }, { category: "external", summary: "SUSE Bug 1131872 for CVE-2019-9497", url: "https://bugzilla.suse.com/1131872", }, { category: "external", summary: "SUSE Bug 1131874 for CVE-2019-9497", url: "https://bugzilla.suse.com/1131874", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "low", }, ], title: "CVE-2019-9497", }, { cve: "CVE-2019-9498", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-9498", }, ], notes: [ { category: "general", text: "The implementations of EAP-PWD in hostapd EAP Server, when built against a crypto library missing explicit validation on imported elements, do not validate the scalar and element values in EAP-pwd-Commit. An attacker may be able to use invalid scalar/element values to complete authentication, gaining session key and network access without needing or learning the password. Both hostapd with SAE support and wpa_supplicant with SAE support prior to and including version 2.4 are affected. Both hostapd with EAP-pwd support and wpa_supplicant with EAP-pwd support prior to and including version 2.7 are affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-9498", url: "https://www.suse.com/security/cve/CVE-2019-9498", }, { category: "external", summary: "SUSE Bug 1131871 for CVE-2019-9498", url: "https://bugzilla.suse.com/1131871", }, { category: "external", summary: "SUSE Bug 1131872 for CVE-2019-9498", url: "https://bugzilla.suse.com/1131872", }, { category: "external", summary: "SUSE Bug 1131874 for CVE-2019-9498", url: "https://bugzilla.suse.com/1131874", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "important", }, ], title: "CVE-2019-9498", }, { cve: "CVE-2019-9499", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-9499", }, ], notes: [ { category: "general", text: "The implementations of EAP-PWD in wpa_supplicant EAP Peer, when built against a crypto library missing explicit validation on imported elements, do not validate the scalar and element values in EAP-pwd-Commit. An attacker may complete authentication, session key and control of the data connection with a client. Both hostapd with SAE support and wpa_supplicant with SAE support prior to and including version 2.4 are affected. Both hostapd with EAP-pwd support and wpa_supplicant with EAP-pwd support prior to and including version 2.7 are affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-9499", url: "https://www.suse.com/security/cve/CVE-2019-9499", }, { category: "external", summary: "SUSE Bug 1131871 for CVE-2019-9499", url: "https://bugzilla.suse.com/1131871", }, { category: "external", summary: "SUSE Bug 1131872 for CVE-2019-9499", url: "https://bugzilla.suse.com/1131872", }, { category: "external", summary: "SUSE Bug 1131874 for CVE-2019-9499", url: "https://bugzilla.suse.com/1131874", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.0", }, products: [ "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:wpa_supplicant-2.9-23.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2020-11-19T15:11:57Z", details: "important", }, ], title: "CVE-2019-9499", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.