CVE-2024-58072
Last modified
CVE-2024-58072 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: remove unused check_buddy_priv Commit 2461c7d60f9f ("rtlwifi: Update header file") introduced a global list of private data structures. Later on, commit 26634c4b1868 ("rtlwifi Modify existing bits to match vendor version 2013.02.07") started adding the private data to that list at probe time and added a hook, check_buddy_priv to find the private data from a similar device. However, that function was never used. Besides, though there is a lock for that list, it is never used. And when the probe fails, the private data is never removed from the list. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: remove unused check_buddy_priv Commit 2461c7d60f9f ("rtlwifi: Update header file") introduced a global list of private data structures. Later on, commit 26634c4b1868 ("rtlwifi Modify existing bits to match vendor version 2013.02.07") started adding the private data to that list at probe time and added a hook, check_buddy_priv to find the private data from a similar device. However, that function was never used. Besides, though there is a lock for that list, it is never used. And when the probe fails, the private data is never removed from the list. This would cause a second probe to access freed memory. Remove the unused hook, structures and members, which will prevent the potential race condition on the list and its corruption during a second probe when probe fails.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 3.10, < 5.4.291 |
| Linux | Linux Kernel | >= 5.5, < 5.10.235 |
| Linux | Linux Kernel | >= 5.11, < 5.15.179 |
| Linux | Linux Kernel | >= 5.16, < 6.1.129 |
| Linux | Linux Kernel | >= 6.2, < 6.6.76 |
| Linux | Linux Kernel | >= 6.7, < 6.12.13 |
| Linux | Linux Kernel | >= 6.13, < 6.13.2 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-58072?
How severe is CVE-2024-58072?
How do I fix CVE-2024-58072?
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-58067In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58068In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58069In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-5807The Business Card WordPress plugin through 1.0.0 does not pr…7.2
- CVE-2024-58070In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58071In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58073In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58074In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58075In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58076In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58077In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58078In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-58072?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
