CVE-2024-49854
Last modified
CVE-2024-49854 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for accessing waker_bfqq after splitting After commit 42c306ed7233 ("block, bfq: don't break merge chain in bfq_split_bfqq()"), if the current procress is the last holder of bfqq, the bfqq can be freed after bfq_split_bfqq(). Hence recored the bfqq and then access bfqq->waker_bfqq may trigger UAF. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for accessing waker_bfqq after splitting After commit 42c306ed7233 ("block, bfq: don't break merge chain in bfq_split_bfqq()"), if the current procress is the last holder of bfqq, the bfqq can be freed after bfq_split_bfqq(). Hence recored the bfqq and then access bfqq->waker_bfqq may trigger UAF. What's more, the waker_bfqq may in the merge chain of bfqq, hence just recored waker_bfqq is still not safe. Fix the problem by adding a helper bfq_waker_bfqq() to check if bfqq->waker_bfqq is in the merge chain, and current procress is the only holder.
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 | >= 5.10.227, < 5.15.168 |
| Linux | Linux Kernel | >= 5.16, < 6.1.113 |
| Linux | Linux Kernel | >= 6.2, < 6.6.54 |
| Linux | Linux Kernel | >= 6.7, < 6.10.13 |
| Linux | Linux Kernel | >= 6.11, < 6.11.2 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-49854?
How severe is CVE-2024-49854?
How do I fix CVE-2024-49854?
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-49849A vulnerability has been identified in SIMATIC S7-PLCSIM V16…8.4
- CVE-2024-4985An authentication bypass vulnerability was present in the Gi…9.8
- CVE-2024-49850In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49851In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49852In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-49853In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-49855In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-49856In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49857In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49858In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49859In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-49860In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2024-49854?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
