1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package
Stefan Lippers-Hollmann 57ab9e3add hostapd: fix CVE-2019-9496
hostapd: fix SAE confirm missing state validation

Published: April 10, 2019
Identifiers:
- CVE-2019-9496 (SAE confirm missing state validation in hostapd/AP)
Latest version available from: https://w1.fi/security/2019-3/

Vulnerability

When hostapd is used to operate an access point with SAE (Simultaneous
Authentication of Equals; also known as WPA3-Personal), an invalid
authentication sequence could result in the hostapd process terminating
due to a NULL pointer dereference when processing SAE confirm
message. This was caused by missing state validation steps when
processing the SAE confirm message in hostapd/AP mode.

Similar cases against the wpa_supplicant SAE station implementation had
already been tested by the hwsim test cases, but those sequences did not
trigger this specific code path in AP mode which is why the issue was
not discovered earlier.

An attacker in radio range of an access point using hostapd in SAE
configuration could use this issue to perform a denial of service attack
by forcing the hostapd process to terminate.

Vulnerable versions/configurations

All hostapd versions with SAE support (CONFIG_SAE=y in the build
configuration and SAE being enabled in the runtime configuration).

Possible mitigation steps

- Merge the following commit to hostapd and rebuild:

  SAE: Fix confirm message validation in error cases

  These patches are available from https://w1.fi/security/2019-3/

- Update to hostapd v2.8 or newer, once available

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
[bump PKG_RELEASE]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-11 11:26:01 +02:00
..
base-files base-files: add leds migration 2019-04-06 19:14:05 +02:00
boot ath79: add support for Netgear EX6400 and EX7300 2019-04-09 11:09:26 +02:00
devel Revert "valgrind: enable LTO and refresh patches" 2019-03-21 17:07:00 +01:00
firmware ath10k-firmware: update Candela Tech firmware images 2019-03-30 10:36:31 +01:00
kernel kernel: Add RIPEMD160 module 2019-04-06 19:14:06 +02:00
libs mbedtls: update to version 2.16.1 2019-04-06 16:30:43 +02:00
network hostapd: fix CVE-2019-9496 2019-04-11 11:26:01 +02:00
system procd: update to latest git HEAD 2019-04-10 14:16:53 +02:00
utils adb: fix missing PKG_MIRROR_HASH 2019-03-21 00:57:54 +01:00
Makefile build: add ABI_VERSION to binary package names 2019-01-19 14:32:12 +01:00