CVE-2023-52486
Last modified
CVE-2023-52486 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm: Don't unref the same fb many times by mistake due to deadlock handling If we get a deadlock after the fb lookup in drm_mode_page_flip_ioctl() we proceed to unref the fb and then retry the whole thing from the top. But we forget to reset the fb pointer back to NULL, and so if we then get another error during the retry, before the fb lookup, we proceed the unref the same fb again without having gotten another reference. The end result is that the fb will (eventually) end up being freed while it's still in use. Reset fb to NULL once we've unreffed it to avoid doing it again until we've done another fb lookup. This turned out to be pretty easy to hit on a DG2 when doing async flips (and CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y). The first symptom I saw that drm_closefb() simply got stuck in a busy loop while walking the framebuffer list. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm: Don't unref the same fb many times by mistake due to deadlock handling If we get a deadlock after the fb lookup in drm_mode_page_flip_ioctl() we proceed to unref the fb and then retry the whole thing from the top. But we forget to reset the fb pointer back to NULL, and so if we then get another error during the retry, before the fb lookup, we proceed the unref the same fb again without having gotten another reference. The end result is that the fb will (eventually) end up being freed while it's still in use. Reset fb to NULL once we've unreffed it to avoid doing it again until we've done another fb lookup. This turned out to be pretty easy to hit on a DG2 when doing async flips (and CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y). The first symptom I saw that drm_closefb() simply got stuck in a busy loop while walking the framebuffer list. Fortunately I was able to convince it to oops instead, and from there it was easier to track down the culprit.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 4.19.307 |
| Linux | Linux Kernel | >= 4.20, < 5.4.269 |
| Linux | Linux Kernel | >= 5.5, < 5.10.210 |
| Linux | Linux Kernel | >= 5.11, < 5.15.149 |
| Linux | Linux Kernel | >= 5.16, < 6.1.76 |
| Linux | Linux Kernel | >= 6.2, < 6.6.15 |
| Linux | Linux Kernel | >= 6.7, < 6.7.3 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-52486?
How severe is CVE-2023-52486?
How do I fix CVE-2023-52486?
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 2023
- CVE-2023-52480In the Linux kernel, the following vulnerability has been re…7
- CVE-2023-52481In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-52482In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52483In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52484In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52485In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52487In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52488In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52489In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-5249Use After Free vulnerability in Arm Ltd Bifrost GPU Kernel D…7
- CVE-2023-52490In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52491In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2023-52486?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
