PatchSiren cyber security CVE debrief
CVE-2026-97617 Linux CVE debrief
A vulnerability in the Linux kernel has been resolved, involving the ring-buffer. The issue arises from the `ring_buffer_subbuf_order_set()` function storing a new sub-buffer order and then checking if resizing is disabled on CPUs. If any CPU has resizing disabled, it returns -EBUSY. However, a user-mapped buffer has resizing disabled, and reading `buffer->subbuf_order` without `buffer->mutex` can lead to incorrect mapping sizes if a resize operation fails.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Linux kernel maintainers, Linux distribution maintainers, and users of Linux kernel versions that have not applied the fix should assess exposure and prioritize updating to a patched version.
Why it matters
The vulnerability in the Linux kernel involves the ring-buffer and can lead to incorrect mapping sizes if a resize operation fails. Linux kernel maintainers and users should assess exposure and prioritize updating to a patched version.
- Verify if Linux kernel versions in use are patched
- Assess system exposure to the vulnerability
- Update to a patched Linux kernel version if necessary
Technical summary
The Linux kernel vulnerability involves the ring-buffer and the `ring_buffer_subbuf_order_set()` function. The function stores a new sub-buffer order and checks if resizing is disabled on CPUs. If resizing is disabled on any CPU, it returns -EBUSY. However, user-mapped buffers have resizing disabled, and reading `buffer->subbuf_order` without `buffer->mutex` can lead to incorrect mapping sizes if a resize operation fails.
Defensive priority
Linux kernel maintainers and users should assess exposure and verify if their systems are using the affected kernel versions. Those using Linux kernel versions that have not applied the fix should prioritize updating to a patched version.
Recommended defensive actions
- Review Linux kernel versions for patch application
- Assess system exposure to the vulnerability
- Update to a patched Linux kernel version if necessary
- Verify if Linux kernel versions in use are patched
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
Evidence notes
The CVE record and NVD entry provide details on the vulnerability. Specific version information and exploitation details are not provided in the corpus. Linux kernel maintainers and users should verify if their systems are using the affected kernel versions and assess exposure. The vulnerability involves the ring-buffer and the `ring_buffer_subbuf_order_set()` function, which stores a new sub-buffer order and checks if resizing is disabled on CPUs. If resizing is disabled on any CPU, it returns -EBUSY. However, user-mapped buffers A
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97617 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97617
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97617 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97617
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/32bf47db9237c5b8b6f6aaa5356bb4c79d241f76
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/9fd4ea952e6ac12a63c3fe89f08ad02771aa2c06
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d860c67c051685abb0460b593b193f0f45f4fa92
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f2099644e1b2a2c0805c5240d63ab0522d9d0174
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.