CVE-2023-52501
Last modified
CVE-2023-52501 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not attempt to read past "commit" When iterating over the ring buffer while the ring buffer is active, the writer can corrupt the reader. There's barriers to help detect this and handle it, but that code missed the case where the last event was at the very end of the page and has only 4 bytes left. The checks to detect the corruption by the writer to reads needs to see the length of the event. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not attempt to read past "commit" When iterating over the ring buffer while the ring buffer is active, the writer can corrupt the reader. There's barriers to help detect this and handle it, but that code missed the case where the last event was at the very end of the page and has only 4 bytes left. The checks to detect the corruption by the writer to reads needs to see the length of the event. If the length in the first 4 bytes is zero then the length is stored in the second 4 bytes. But if the writer is in the process of updating that code, there's a small window where the length in the first 4 bytes could be zero even though the length is only 4 bytes. That will cause rb_event_length() to read the next 4 bytes which could happen to be off the allocated page. To protect against this, fail immediately if the next event pointer is less than 8 bytes from the end of the commit (last byte of data), as all events must be a minimum of 8 bytes anyway.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 5.10.198 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.134 | — |
| Linux | Linux Kernel | >= 5.16, <= 6.1.56 | — |
| Linux | Linux Kernel | >= 6.2, <= 6.5.6 | — |
| Linux | Linux Kernel | 6.6 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-52501?
How severe is CVE-2023-52501?
How do I fix CVE-2023-52501?
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-52496Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-52497In the Linux kernel, the following vulnerability has been re…6.1
- CVE-2023-52498In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52499In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5250The Grid Plus plugin for WordPress is vulnerable to Local Fi…8.8
- CVE-2023-52500In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52502In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-52503In the Linux kernel, the following vulnerability has been re…7
- CVE-2023-52504In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-52505In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-52506In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52507In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2023-52501?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
