cve/2019/CVE-2019-9495.md

20 lines
1.4 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-9495](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9495)
![](https://img.shields.io/static/v1?label=Product&message=hostapd%20with%20EAP-pwd%20support&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=wpa_supplicant%20with%20EAP-pwd%20support&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=2.7%3C%3D%202.7%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-524%20Information%20Exposure%20Through%20Caching&color=brighgreen)
### Description
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.
### POC
#### Reference
- http://packetstormsecurity.com/files/152914/FreeBSD-Security-Advisory-FreeBSD-SA-19-03.wpa.html
2024-06-09 00:33:16 +00:00
- http://packetstormsecurity.com/files/152914/FreeBSD-Security-Advisory-FreeBSD-SA-19-03.wpa.html
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.