CVE-2023-52501

Source
https://cve.org/CVERecord?id=CVE-2023-52501
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-52501.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-52501
Downstream
Related
Published
2024-03-02T21:52:16.556Z
Modified
2026-03-14T12:16:46.873750Z
Summary
ring-buffer: Do not attempt to read past "commit"
Details

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 rbeventlength() 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/52xxx/CVE-2023-52501.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
785888c544e0433f601df18ff98a3215b380b9c3
Fixed
cee5151c5410e868826b8afecfb356f3799ebea3
Fixed
344f2f3e61a90f0150c754796ec9a17fcaeec03d
Fixed
b08a4938229dbb530a35c41b83002a1457c6ff49
Fixed
75fc9e99b3a71006720ad1e029db11a4b5c32d4a
Fixed
95a404bd60af6c4d9d8db01ad14fe8957ece31ca

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-52501.json"