ID

VAR-201904-1552


CVE

CVE-2019-9494


TITLE

WPA3 design issues and implementation vulnerabilities in hostapd and wpa_supplicant

Trust: 0.8

sources: CERT/CC: VU#871675

DESCRIPTION

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. WPA3 Protocol and hostapd When wpa_supplicant There are multiple vulnerabilities in the implementation of, and a remote attacker can obtain weak password information and privileges, as well as disrupt service operations. (DoS) An attack may be carried out. These vulnerabilities "Dragonblood" It is called. CERT/CC Then continue WPA3 The protocol is being verified. Discovered this time WPA3 Vulnerabilities related to the implementation of can be attributed to the protocol specification itself. WPA3 Is a key exchange protocol, Simultaneous Authentication of Equals (SAE) Is adopted. this is "Dragonfly Key Exchange" It is also called WPA2 In Pre-Shared Key (PSK) Acts as a protocol replacement. hostapd Is WPA3 Access point and authentication server daemon is. Also, wpa_supplicant Is WPA authenticator ( access point ) Implemented key exchange with supplicant ( client ) And WPA3 Is supported. SAE confirm Message validation is not performed during processing (CWE-642) - CVE-2019-9496 hostapd Process hostapd/AP When operating in mode SAE confirm Incomplete verification of message processing due to incorrect authentication sequence hostapd The process may end. EAP-PWD Reflection attack (EAP-pwd-Commit Incorrect message validation ) (CWE-301) - CVE-2019-9497 hostapd (EAP Server) And wpa_supplicant (EAP Peer) In EAP-PWD In implementation, EAP-pwd-Commit Message scalar and element values are not validated. EAP-PWD Server In EAP-pwd-Commit Incorrect message validation (CWE-346) - CVE-2019-9498 hostapd (EAP Server) In EAP-PWD In the implementation, the cryptographic library used for the build is EAP-pwd-Commit Message element value (EC point) If you do not implement the verification process for EAP-pwd-Commit Message scalar and element values are not validated. EAP-PWD Peer In EAP-pwd-Commit Incorrect message validation (CWE-346) - CVE-2019-9499 wpa_supplicant (EAP Peer) In EAP-PWD In the implementation, the cryptographic library used for the build is EAP-pwd-Commit Message element value (EC point) If you do not implement the verification process for EAP-pwd-Commit Message scalar and element values are not validated.* A side-channel attack captures information that can be used to recover passwords - CVE-2019-9494 * A weak password is obtained by a dictionary attack - CVE-2019-9495 This attack requires the authority to install and execute applications. Memory access pattern analysis is possible by observing the shared cache. hostapd/wpa_supplicant 2.7 And later versions CVE-2019-9494 Is not affected by the timing attack *hostapd Process can be terminated ( Service operation interruption ) - CVE-2019-9496 *EAP-PWD Authentication is bypassed - CVE-2019-9497 Crypto library EC point If a verification process is implemented for an attacker, an attacker cannot acquire or exchange a session key * Illegal scalar / Session key is obtained using message with element value and authentication is bypassed - CVE-2019-9498, CVE-2019-9499. WPA3 is prone to a security weakness. Attackers can exploit this issue to bypass certain security restrictions to perform unauthorized actions. This may aid in further attacks. There is an information disclosure vulnerability in WPA3, which originates from configuration errors in the network system or product during operation. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 ============================================================================= FreeBSD-SA-19:03.wpa Security Advisory The FreeBSD Project Topic: Multiple vulnerabilities in hostapd and wpa_supplicant Category: contrib Module: wpa Announced: 2019-05-14 Affects: All supported versions of FreeBSD. Corrected: 2019-05-01 01:42:38 UTC (stable/12, 12.0-STABLE) 2019-05-14 22:57:29 UTC (releng/12.0, 12.0-RELEASE-p4) 2019-05-01 01:43:17 UTC (stable/11, 11.2-STABLE) 2019-05-14 22:59:32 UTC (releng/11.2, 11.2-RELEASE-p10) CVE Name: CVE-2019-9494, CVE-2019-9495, CVE-2019-9496, CVE-2019-9497, CVE-2019-9498, CVE-2019-9499, CVE-2019-11555 For general information regarding FreeBSD Security Advisories, including descriptions of the fields above, security branches, and the following sections, please visit <URL:https://security.FreeBSD.org/>. I. Background Wi-Fi Protected Access II (WPA2) is a security protocol developed by the Wi-Fi Alliance to secure wireless computer networks. hostapd(8) and wpa_supplicant(8) are implementations of user space daemon for access points and wireless client that implements the WPA2 protocol. II. Problem Description Multiple vulnerabilities exist in the hostapd(8) and wpa_supplicant(8) implementations. For more details, please see the reference URLs in the References section below. III. Impact Security of the wireless network may be compromised. For more details, please see the reference URLS in the References section below. IV. Workaround No workaround is available, but systems not using hostapd(8) or wpa_supplicant(8) are not affected. V. Solution Perform one of the following: 1) Upgrade your vulnerable system to a supported FreeBSD stable or release / security branch (releng) dated after the correction date. Afterwards, restart hostapd(8) or wpa_supplicant(8). 2) To update your vulnerable system via a binary patch: Systems running a RELEASE version of FreeBSD on the i386 or amd64 platforms can be updated via the freebsd-update(8) utility: # freebsd-update fetch # freebsd-update install Afterwards, restart hostapd(8) or wpa_supplicant(8). 3) To update your vulnerable system via a source code patch: The following patches have been verified to apply to the applicable FreeBSD release branches. a) Download the relevant patch from the location below, and verify the detached PGP signature using your PGP utility. [FreeBSD 12.0] # fetch https://security.FreeBSD.org/patches/SA-19:03/wpa-12.patch # fetch https://security.FreeBSD.org/patches/SA-19:03/wpa-12.patch.asc # gpg --verify wpa-12.patch.asc [FreeBSD 11.2] # fetch https://security.FreeBSD.org/patches/SA-19:03/wpa-11.patch # fetch https://security.FreeBSD.org/patches/SA-19:03/wpa-11.patch.asc # gpg --verify wpa-11.patch.asc b) Apply the patch. Execute the following commands as root: # cd /usr/src # patch < /path/to/patch c) Recompile the operating system using buildworld and installworld as described in <URL:https://www.FreeBSD.org/handbook/makeworld.html>. Restart the applicable daemons, or reboot the system. VI. Correction details The following list contains the correction revision numbers for each affected branch. Branch/path Revision - ------------------------------------------------------------------------- stable/12/ r346980 releng/12.0/ r347587 stable/11/ r346981 releng/11.2/ r347588 - ------------------------------------------------------------------------- To see which files were modified by a particular revision, run the following command, replacing NNNNNN with the revision number, on a machine with Subversion installed: # svn diff -cNNNNNN --summarize svn://svn.freebsd.org/base Or visit the following URL, replacing NNNNNN with the revision number: <URL:https://svnweb.freebsd.org/base?view=revision&revision=NNNNNN> VII. References <URL:https://w1.fi/security/2019-1> <URL:https://w1.fi/security/2019-2> <URL:https://w1.fi/security/2019-3> <URL:https://w1.fi/security/2019-4> <URL:https://w1.fi/security/2019-5> <URL:https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9494> <URL:https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9495> <URL:https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9496> <URL:https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9497> <URL:https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9498> <URL:https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9499> <URL:https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11555> The latest revision of this advisory is available at <URL:https://security.FreeBSD.org/advisories/FreeBSD-SA-19:03.wpa.asc> -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE/A6HiuWv54gCjWNV05eS9J6n5cIFAlzbTrVfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEZD MEU4NzhBRTVBRkU3ODgwMjhENjM1NUQzOTc5MkY0OUVBN0U1QzIACgkQ05eS9J6n 5cLsaA/9EB577JYdYdwFCOQ6TiOVhyluLJzgrhG3aiXeBntj8ytkRjcXKnP0aega 3G2R1do7pixVYUF52OWJwaNO3Hm+LHMngiOqujcLI+49ISI3T/APaU/D2dqmXVb8 nN/Pd+0HDGj3R3MwyyHT8/3fX0pJ395vcQhYb61M6PUSrwr8uiBbILT57iCadZoL F4KOCvRv7I4EFWXvqngGfeohZbbeHPBga2DwuebWR/E/1uWrMKEOF2pvh4b6ZSN2 pdr7ZHMiL1cZt+p+2gwWoqDWyD93u2lTC7Gmo3Vom+meH7eaQ79obXEN541aiQ04 CYhjkwuW5uNGUWCO/Xsfn5gqICeB1G5A/aBHQlAyVgUGia8jukL1jn3ga4AQgKrN h9aTmvrQs17PjMVtq81ZS0xm0ztW0Y6t2A9fRgGcnOOw+uy5tHMbJaKSMy8x97NT gUyXtoyu47tjjMrzsQcma2t6/+iCEDuW1P1LybSmv/v59gro9uveCdl0busgM9GS M5bpWK/qYQS1HYmYeTKMRynmD8ntRbflYoUP/SpijHsz+56rgyeJO12WyltyT32f j5fgnKaznW/UPtgmK0wnPIG9XEj3Nzs4C4cypO5t8OiuLEli4wRdb6MYlvEjq4la R3lnCzmTd9sg+K6cod2qWWSYdsdEwizcpQDp7M9lRqomiANLqJ4= =MXma -----END PGP SIGNATURE-----

Trust: 2.88

sources: NVD: CVE-2019-9494 // CERT/CC: VU#871675 // JVNDB: JVNDB-2019-002625 // BID: 107864 // VULHUB: VHN-160929 // VULMON: CVE-2019-9494 // PACKETSTORM: 152914

AFFECTED PRODUCTS

vendor:opensusemodel:leapscope:eqversion:15.1

Trust: 1.0

vendor:fedoraprojectmodel:fedorascope:eqversion:28

Trust: 1.0

vendor:w1 fimodel:hostapdscope:lteversion:2.7

Trust: 1.0

vendor:fedoraprojectmodel:fedorascope:eqversion:29

Trust: 1.0

vendor:w1 fimodel:wpa supplicantscope:lteversion:2.7

Trust: 1.0

vendor:opensusemodel:backports slescope:eqversion:15.0

Trust: 1.0

vendor:synologymodel:radius serverscope:eqversion:3.0

Trust: 1.0

vendor:freebsdmodel:freebsdscope:eqversion:12.0

Trust: 1.0

vendor:fedoraprojectmodel:fedorascope:eqversion:30

Trust: 1.0

vendor:synologymodel:router managerscope:ltversion:1.2.3-8087

Trust: 1.0

vendor:freebsdmodel:freebsdscope:eqversion:11.2

Trust: 1.0

vendor:broadcommodel: - scope: - version: -

Trust: 0.8

vendor:freeradiusmodel: - scope: - version: -

Trust: 0.8

vendor:synologymodel: - scope: - version: -

Trust: 0.8

vendor:multiple vendorsmodel: - scope: - version: -

Trust: 0.8

vendor:wi fimodel:alliance wpa3 (wi-fi protected accessscope:eqversion:3)0

Trust: 0.3

vendor:w1 f1model:wpa supplicantscope:eqversion:0.7.1

Trust: 0.3

vendor:w1 f1model:wpa supplicantscope:eqversion:0.7

Trust: 0.3

vendor:w1 f1model:wpa supplicantscope:eqversion:2.7

Trust: 0.3

vendor:w1 f1model:wpa supplicantscope:eqversion:2.6

Trust: 0.3

vendor:w1 f1model:wpa supplicantscope:eqversion:2.5

Trust: 0.3

vendor:w1 f1model:wpa supplicantscope:eqversion:2.4

Trust: 0.3

vendor:w1 f1model:wpa supplicantscope:eqversion:2.3

Trust: 0.3

vendor:w1 f1model:wpa supplicantscope:eqversion:2.2

Trust: 0.3

vendor:w1 f1model:wpa supplicantscope:eqversion:2.1

Trust: 0.3

vendor:w1 f1model:wpa supplicantscope:eqversion:2.0

Trust: 0.3

vendor:w1 f1model:wpa supplicantscope:eqversion:0.6.7

Trust: 0.3

vendor:w1 f1model:wpa supplicantscope:eqversion:0.4.0

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:2.0.1

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.7.3

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.7.2

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.7.1

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.7

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.6.7

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.6.6

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.6.5

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.6.4

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.6.2

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.6.1

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.6

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.5.6

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.5.5

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.5.4

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.5.3

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.5.2

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.5.1

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.5

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.4.7

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.4.4

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:2.7

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:2.6

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:2.5

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:2.4

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:2.2

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.6.3

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.4.6

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.4.5

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.4.3

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.4.2

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.4.1

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.4.0

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.3.7

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.3.5

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.3.4

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.3.3

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.3.2

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.3.1

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.3.0

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.2.4

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.2.2

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.2.1

Trust: 0.3

vendor:w1 f1model:hostapdscope:eqversion:0.2.0

Trust: 0.3

sources: CERT/CC: VU#871675 // BID: 107864 // JVNDB: JVNDB-2019-002625 // NVD: CVE-2019-9494

CVSS

SEVERITY

CVSSV2

CVSSV3

nvd@nist.gov: CVE-2019-9494
value: MEDIUM

Trust: 1.0

JPCERT/CC: JVNDB-2019-002625
value: MEDIUM

Trust: 0.8

CNNVD: CNNVD-201904-567
value: MEDIUM

Trust: 0.6

VULHUB: VHN-160929
value: MEDIUM

Trust: 0.1

VULMON: CVE-2019-9494
value: MEDIUM

Trust: 0.1

nvd@nist.gov: CVE-2019-9494
severity: MEDIUM
baseScore: 4.3
vectorString: AV:N/AC:M/AU:N/C:P/I:N/A:N
accessVector: NETWORK
accessComplexity: MEDIUM
authentication: NONE
confidentialityImpact: PARTIAL
integrityImpact: NONE
availabilityImpact: NONE
exploitabilityScore: 8.6
impactScore: 2.9
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 1.1

JPCERT/CC: JVNDB-2019-002625
severity: HIGH
baseScore: 7.0
vectorString: AV:A/AC:M/AU:S/C:C/I:C/A:P
accessVector: ADJACENT NETWORK
accessComplexity: MEDIUM
authentication: SINGLE
confidentialityImpact: COMPLETE
integrityImpact: COMPLETE
availabilityImpact: PARTIAL
exploitabilityScore: NONE
impactScore: NONE
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 0.8

VULHUB: VHN-160929
severity: MEDIUM
baseScore: 4.3
vectorString: AV:N/AC:M/AU:N/C:P/I:N/A:N
accessVector: NETWORK
accessComplexity: MEDIUM
authentication: NONE
confidentialityImpact: PARTIAL
integrityImpact: NONE
availabilityImpact: NONE
exploitabilityScore: 8.6
impactScore: 2.9
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 0.1

nvd@nist.gov: CVE-2019-9494
baseSeverity: MEDIUM
baseScore: 5.9
vectorString: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
attackVector: NETWORK
attackComplexity: HIGH
privilegesRequired: NONE
userInteraction: NONE
scope: UNCHANGED
confidentialityImpact: HIGH
integrityImpact: NONE
availabilityImpact: NONE
exploitabilityScore: 2.2
impactScore: 3.6
version: 3.1

Trust: 1.0

JPCERT/CC: JVNDB-2019-002625
baseSeverity: MEDIUM
baseScore: 6.7
vectorString: CVSS:3.0/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L
attackVector: ADJACENT NETWORK
attackComplexity: HIGH
privilegesRequired: LOW
userInteraction: NONE
scope: UNCHANGED
confidentialityImpact: HIGH
integrityImpact: HIGH
availabilityImpact: LOW
exploitabilityScore: NONE
impactScore: NONE
version: 3.0

Trust: 0.8

sources: VULHUB: VHN-160929 // VULMON: CVE-2019-9494 // JVNDB: JVNDB-2019-002625 // CNNVD: CNNVD-201904-567 // NVD: CVE-2019-9494

PROBLEMTYPE DATA

problemtype:CWE-203

Trust: 1.1

problemtype:CWE-208

Trust: 1.0

problemtype:CWE-524

Trust: 1.0

problemtype:CWE-200

Trust: 0.1

sources: VULHUB: VHN-160929 // NVD: CVE-2019-9494

THREAT TYPE

remote

Trust: 0.6

sources: CNNVD: CNNVD-201904-567

TYPE

information disclosure

Trust: 0.6

sources: CNNVD: CNNVD-201904-567

CONFIGURATIONS

sources: JVNDB: JVNDB-2019-002625

EXPLOIT AVAILABILITY

sources: VULHUB: VHN-160929

PATCH

title:WPA Security vulnerabilitiesurl:http://www.cnnvd.org.cn/web/xxk/bdxqById.tag?id=91382

Trust: 0.6

title:Debian CVElist Bug Report Logs: freeradius: VU#871675: Authentication bypass in EAP-PWD (CVE-2019-11234 CVE-2019-11235)url:https://vulmon.com/vendoradvisory?qidtp=debian_cvelist_bugreportlogs&qid=e2dffdfdccbb2784fe652db6e5cddb2c

Trust: 0.1

title:Debian Security Advisories: DSA-4430-1 wpa -- security updateurl:https://vulmon.com/vendoradvisory?qidtp=debian_security_advisories&qid=81a56edb299848e0579a7dd950bd73ba

Trust: 0.1

title:Debian CVElist Bug Report Logs: src:wpa: multiples vulnerabilities in SAE and EAP-pwd code in wpaurl:https://vulmon.com/vendoradvisory?qidtp=debian_cvelist_bugreportlogs&qid=39e042d68cbe59a677ae53b8328d282d

Trust: 0.1

title:PoC in GitHuburl:https://github.com/nomi-sec/PoC-in-GitHub

Trust: 0.1

title:PoC in GitHuburl:https://github.com/manas3c/CVE-POC

Trust: 0.1

title:The Registerurl:https://www.theregister.co.uk/2019/04/11/bughunters_punch_holes_in_wpa3_wifi_security/

Trust: 0.1

sources: VULMON: CVE-2019-9494 // CNNVD: CNNVD-201904-567

EXTERNAL IDS

db:NVDid:CVE-2019-9494

Trust: 3.0

db:PACKETSTORMid:152914

Trust: 1.9

db:CERT/CCid:VU#871675

Trust: 1.7

db:BIDid:107864

Trust: 1.0

db:JVNid:JVNVU94228755

Trust: 0.8

db:JVNDBid:JVNDB-2019-002625

Trust: 0.8

db:CNNVDid:CNNVD-201904-567

Trust: 0.7

db:AUSCERTid:ESB-2020.0047

Trust: 0.6

db:AUSCERTid:ESB-2019.1258

Trust: 0.6

db:AUSCERTid:ESB-2022.0738

Trust: 0.6

db:AUSCERTid:ESB-2020.4125

Trust: 0.6

db:AUSCERTid:ESB-2019.1775

Trust: 0.6

db:VULHUBid:VHN-160929

Trust: 0.1

db:VULMONid:CVE-2019-9494

Trust: 0.1

sources: CERT/CC: VU#871675 // VULHUB: VHN-160929 // VULMON: CVE-2019-9494 // BID: 107864 // JVNDB: JVNDB-2019-002625 // PACKETSTORM: 152914 // CNNVD: CNNVD-201904-567 // NVD: CVE-2019-9494

REFERENCES

url:https://w1.fi/security/2019-1/

Trust: 3.7

url:http://packetstormsecurity.com/files/152914/freebsd-security-advisory-freebsd-sa-19-03.wpa.html

Trust: 3.0

url:https://wpa3.mathyvanhoef.com/

Trust: 2.5

url:https://papers.mathyvanhoef.com/dragonblood.pdf

Trust: 2.5

url:https://security.freebsd.org/advisories/freebsd-sa-19:03.wpa.asc

Trust: 2.4

url:https://seclists.org/bugtraq/2019/may/40

Trust: 1.8

url:https://www.synology.com/security/advisory/synology_sa_19_16

Trust: 1.8

url:http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00021.html

Trust: 1.8

url:https://w1.fi/security/

Trust: 1.6

url:https://w1.fi/security/2019-2/

Trust: 1.6

url:https://w1.fi/security/2019-3/

Trust: 1.6

url:https://w1.fi/security/2019-4/

Trust: 1.6

url:https://w1.fi/hostapd/

Trust: 1.6

url:https://w1.fi/cgit/hostap/log/

Trust: 1.6

url:https://nvd.nist.gov/vuln/detail/cve-2019-9494

Trust: 1.5

url:https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/56obbojjskrtdgexzovfstp4hdsdblae/

Trust: 1.1

url:https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/tdozgr3t7fvo5jszwk2qpr7aofiejtiz/

Trust: 1.1

url:https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/svmjofeybgxzlff5iolw67ssopkfejp3/

Trust: 1.1

url:https://seclists.org/oss-sec/2019/q2/16

Trust: 0.9

url:https://github.com/vanhoefm/dragonforce

Trust: 0.9

url:https://github.com/vanhoefm/dragonslayer

Trust: 0.9

url:http://www.wi-fi.org/index.php

Trust: 0.9

url:https://www.wi-fi.org/news-events/newsroom/wi-fi-alliance-security-update-april-2019

Trust: 0.9

url:https://nvd.nist.gov/vuln/detail/cve-2019-9495

Trust: 0.9

url:https://nvd.nist.gov/vuln/detail/cve-2019-9496

Trust: 0.9

url:https://nvd.nist.gov/vuln/detail/cve-2019-9497

Trust: 0.9

url:https://w1.fi/wpa_supplicant/

Trust: 0.8

url:https://freeradius.org/security/

Trust: 0.8

url:https://en.avm.de/service/current-security-notifications/

Trust: 0.8

url:https://www.lancom-systems.com/service-support/instant-help/general-security-information/

Trust: 0.8

url:https://github.com/openssl/openssl/pull/8750

Trust: 0.8

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-9497

Trust: 0.8

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-9498

Trust: 0.8

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-9499

Trust: 0.8

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-9494

Trust: 0.8

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-9495

Trust: 0.8

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-9496

Trust: 0.8

url:https://jvn.jp/vu/jvnvu94228755/

Trust: 0.8

url:https://nvd.nist.gov/vuln/detail/cve-2019-9498

Trust: 0.8

url:https://nvd.nist.gov/vuln/detail/cve-2019-9499

Trust: 0.8

url:https://www.kb.cert.org/vuls/id/871675/

Trust: 0.8

url:https://w1.fi/wpa_supplicant/

Trust: 0.8

url:https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/56obbojjskrtdgexzovfstp4hdsdblae/

Trust: 0.7

url:https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/svmjofeybgxzlff5iolw67ssopkfejp3/

Trust: 0.7

url:https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/tdozgr3t7fvo5jszwk2qpr7aofiejtiz/

Trust: 0.7

url:http://www.debian.org/security/2019/dsa-4430

Trust: 0.6

url:https://fortiguard.com/psirt/fg-ir-19-107

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2020.0047/

Trust: 0.6

url:https://www.securityfocus.com/bid/107864

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2022.0738

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2020.4125/

Trust: 0.6

url:https://www.auscert.org.au/bulletins/81182

Trust: 0.6

url:https://www.auscert.org.au/bulletins/78946

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2019.1775/

Trust: 0.6

url:https://cwe.mitre.org/data/definitions/203.html

Trust: 0.1

url:https://nvd.nist.gov

Trust: 0.1

url:https://www.theregister.co.uk/2019/04/11/bughunters_punch_holes_in_wpa3_wifi_security/

Trust: 0.1

url:https://www.kb.cert.org/vuls/id/871675

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-11555>

Trust: 0.1

url:https://svnweb.freebsd.org/base?view=revision&revision=nnnnnn>

Trust: 0.1

url:https://security.freebsd.org/patches/sa-19:03/wpa-11.patch.asc

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-9494>

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-9497>

Trust: 0.1

url:https://security.freebsd.org/patches/sa-19:03/wpa-12.patch.asc

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-9499>

Trust: 0.1

url:https://w1.fi/security/2019-1>

Trust: 0.1

url:https://security.freebsd.org/>.

Trust: 0.1

url:https://w1.fi/security/2019-4>

Trust: 0.1

url:https://w1.fi/security/2019-5>

Trust: 0.1

url:https://w1.fi/security/2019-2>

Trust: 0.1

url:https://w1.fi/security/2019-3>

Trust: 0.1

url:https://www.freebsd.org/handbook/makeworld.html>.

Trust: 0.1

url:https://security.freebsd.org/patches/sa-19:03/wpa-11.patch

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-9496>

Trust: 0.1

url:https://security.freebsd.org/advisories/freebsd-sa-19:03.wpa.asc>

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-9495>

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-9498>

Trust: 0.1

url:https://security.freebsd.org/patches/sa-19:03/wpa-12.patch

Trust: 0.1

sources: CERT/CC: VU#871675 // VULHUB: VHN-160929 // VULMON: CVE-2019-9494 // BID: 107864 // JVNDB: JVNDB-2019-002625 // PACKETSTORM: 152914 // CNNVD: CNNVD-201904-567 // NVD: CVE-2019-9494

CREDITS

Mathy Vanhoef (New York University Abu Dhabi) and Eyal Ronen (Tel Aviv University),security.freebsd.org

Trust: 0.6

sources: CNNVD: CNNVD-201904-567

SOURCES

db:CERT/CCid:VU#871675
db:VULHUBid:VHN-160929
db:VULMONid:CVE-2019-9494
db:BIDid:107864
db:JVNDBid:JVNDB-2019-002625
db:PACKETSTORMid:152914
db:CNNVDid:CNNVD-201904-567
db:NVDid:CVE-2019-9494

LAST UPDATE DATE

2024-08-14T13:12:29.026000+00:00


SOURCES UPDATE DATE

db:CERT/CCid:VU#871675date:2019-06-05T00:00:00
db:VULHUBid:VHN-160929date:2021-11-03T00:00:00
db:VULMONid:CVE-2019-9494date:2023-11-07T00:00:00
db:BIDid:107864date:2019-04-10T00:00:00
db:JVNDBid:JVNDB-2019-002625date:2019-12-27T00:00:00
db:CNNVDid:CNNVD-201904-567date:2022-02-22T00:00:00
db:NVDid:CVE-2019-9494date:2023-11-07T03:13:40.763

SOURCES RELEASE DATE

db:CERT/CCid:VU#871675date:2019-04-12T00:00:00
db:VULHUBid:VHN-160929date:2019-04-17T00:00:00
db:VULMONid:CVE-2019-9494date:2019-04-17T00:00:00
db:BIDid:107864date:2019-04-10T00:00:00
db:JVNDBid:JVNDB-2019-002625date:2019-04-16T00:00:00
db:PACKETSTORMid:152914date:2019-05-15T15:30:08
db:CNNVDid:CNNVD-201904-567date:2019-04-10T00:00:00
db:NVDid:CVE-2019-9494date:2019-04-17T14:29:03.840