Vulnerability in Linux
CVE-2024-53189
In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: fix bounds checker error in nl80211_parse_sched_scan The channels array in the cfg80211_scan_request has a __counted_by attribute attached to it, which points to the n_channels variable. This attribute is used in bounds checking, and if it is not set before the array is filled, then the bounds sanitizer will issue a warning or a kernel panic if CONFIG_UBSAN_TRAP is set. This patch sets the size of allocated memory as the initial value for n_channels. It is updated with the actual number of added elements after the array is filled.
EPSS: 0.002 (13.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions aa4ec06c455d0200eea0a4361cc58eb5b8bf68c4, 6.11, 0
- Linux Linux_kernel
Public proof-of-concept exploits
References
Frequently asked questions
- What is CVE-2024-53189?
- CVE-2024-53189 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2024-12-27.
- How severe is CVE-2024-53189?
- Medium severity. CVSS v3 base score is 5.5 out of 10.
- Is CVE-2024-53189 known to be exploited?
- 1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.