CVE-2024-50030
Last modified
CVE-2024-50030 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/xe/ct: prevent UAF in send_recv() Ensure we serialize with completion side to prevent UAF with fence going out of scope on the stack, since we have no clue if it will fire after the timeout before we can erase from the xa. Also we have some dependent loads and stores for which we need the correct ordering, and we lack the needed barriers. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/xe/ct: prevent UAF in send_recv() Ensure we serialize with completion side to prevent UAF with fence going out of scope on the stack, since we have no clue if it will fire after the timeout before we can erase from the xa. Also we have some dependent loads and stores for which we need the correct ordering, and we lack the needed barriers. Fix this by grabbing the ct->lock after the wait, which is also held by the completion side. v2 (Badal): - Also print done after acquiring the lock and seeing timeout. (cherry picked from commit 52789ce35c55ccd30c4b67b9cc5b2af55e0122ea)
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 | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.8, < 6.11.4 | — |
| Linux | Linux Kernel | 6.12 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-50030?
How severe is CVE-2024-50030?
How do I fix CVE-2024-50030?
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-50025In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50026In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50027In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50028In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50029In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-5003The WP Stacker WordPress plugin through 1.8.5 does not have …5.4
- CVE-2024-50031In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50032Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-50033In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-50034In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50035In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-50036In the Linux kernel, the following vulnerability has been re…7
Are you affected by CVE-2024-50030?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
