CVE-2024-39496
Last modified
CVE-2024-39496 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix use-after-free due to race with dev replace While loading a zone's info during creation of a block group, we can race with a device replace operation and then trigger a use-after-free on the device that was just replaced (source device of the replace operation). This happens because at btrfs_load_zone_info() we extract a device from the chunk map into a local variable and then use the device while not under the protection of the device replace rwsem. So if there's a device replace operation happening when we extract the device and that device is the source of the replace operation, we will trigger a use-after-free if before we finish using the device the replace operation finishes and frees the device. Fix this by enlarging the critical section under the protection of the device replace rwsem so that all uses of the device are done inside the critical section.. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix use-after-free due to race with dev replace While loading a zone's info during creation of a block group, we can race with a device replace operation and then trigger a use-after-free on the device that was just replaced (source device of the replace operation). This happens because at btrfs_load_zone_info() we extract a device from the chunk map into a local variable and then use the device while not under the protection of the device replace rwsem. So if there's a device replace operation happening when we extract the device and that device is the source of the replace operation, we will trigger a use-after-free if before we finish using the device the replace operation finishes and frees the device. Fix this by enlarging the critical section under the protection of the device replace rwsem so that all uses of the device are done inside the critical section.
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 |
|---|---|---|
| Debian | Debian Linux | 11.0 |
| Linux | Linux Kernel | >= 5.12, < 6.1.95 |
| Linux | Linux Kernel | >= 6.2, < 6.6.35 |
| Linux | Linux Kernel | >= 6.7, < 6.9.6 |
References
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.htmlMailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-39496?
How severe is CVE-2024-39496?
How do I fix CVE-2024-39496?
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-39490In the Linux kernel, the following vulnerability has been re…6.2
- CVE-2024-39491In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-39492In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-39493In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-39494In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-39495In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-39497In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-39498In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-39499In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-39500In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-39501Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-39502In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2024-39496?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
