CVE-2024-53189
Last modified
CVE-2024-53189 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.11, < 6.11.11 |
| Linux | Linux Kernel | >= 6.12, < 6.12.2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-53189?
How severe is CVE-2024-53189?
How do I fix CVE-2024-53189?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-53183In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53184In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53185In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53186In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-53187In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53188In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53190In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53191In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-53192In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-53193In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-53194In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-53195In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-53189?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
