Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-41072
HistoryJul 29, 2024 - 3:15 p.m.

CVE-2024-41072

2024-07-2915:15:14
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
3
linux
kernel
wifi
vulnerability
cfg80211
wext
siocsiwscan
data check

EPSS

0

Percentile

13.5%

In the Linux kernel, the following vulnerability has been resolved:

wifi: cfg80211: wext: add extra SIOCSIWSCAN data check

In ‘cfg80211_wext_siwscan()’, add extra check whether number of
channels passed via ‘ioctl(sock, SIOCSIWSCAN, …)’ doesn’t exceed
IW_MAX_FREQUENCIES and reject invalid request with -EINVAL otherwise.