CVE-2026-89499

Source
https://cve.org/CVERecord?id=CVE-2026-89499
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89499.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89499
Downstream
Published
2026-09-11T19:43:48Z
Modified
2026-09-15T03:30:28Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ring-buffer: Stop remote reader update when page swap fails
Details

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

ring-buffer: Stop remote reader update when page swap fails

The remote swap_reader_page callback can return -EBUSY when the writer moves the head before the remote catches it, particularly during an event storm on a small buffer. __rb_get_reader_page_from_remote() currently warns about that failure but continues with the unchanged reader ID and rearranges the local page list as though the swap succeeded.

Handle the callback failure as a recoverable error. Report it with pr_warn_ratelimited() and return NULL. Callers already handle a NULL reader page as a failed attempt. This avoids splicing the same page as both the previous and new reader without flooding the log under contention.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89499.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
2e67fabd8b77c4f482df9b211bca1b495c6c2c24
Fixed
a14a97048e48471e283d76879b83d2ae323e0722
Fixed
5eab74874d11160725c42ab676ba97a797a362eb

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89499.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-89499.json"