CVE-2026-89748

Source
https://cve.org/CVERecord?id=CVE-2026-89748
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89748.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89748
Downstream
Published
2026-09-11T19:46:53Z
Modified
2026-09-13T03:47:20Z
Summary
tracing: Fix retry exhaustion in simple ring buffer reader swap
Details

In the Linux kernel, the following vulnerability has been resolved:

tracing: Fix retry exhaustion in simple ring buffer reader swap

simple_ring_buffer_swap_reader_page() starts with retry set to 8 and post-decrements it only after a failed link replacement. On the final attempt, a successful replacement leaves retry at zero, while a failed replacement leaves it at -1.

The current !retry test reverses both outcomes. It returns an error after a successful final replacement, leaving the link update complete but the reader bookkeeping unfinished. After a failed final replacement, it falls through and updates the head and reader pointers as though the replacement succeeded, which can corrupt the ring.

Treat only a negative counter as exhaustion and return the documented -EBUSY error.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89748.json"
}
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
34e5b958bdad0f9cf16306368bbc2dc5b2a50143
Fixed
df02489aa3aa1834659f0d20c89f7d212047d268
Fixed
e0d3aed7b12cf37b74c7cc5265073d0263b49cde

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.1.0
Fixed
7.2.4

Database specific

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