PatchSiren cyber security CVE debrief
CVE-2026-97415 Linux CVE debrief
The Linux kernel has a vulnerability in the btrfs tree-checker that could allow for out-of-bounds reads when handling corrupted ROOT_REF and ROOT_BACKREF items. This could lead to information disclosure via the BTRFS_IOC_GET_SUBVOL_INFO ioctl. The vulnerability has been resolved with validation added in tree-checker. The issue arises from the tree-checker's failure to validate the names in ROOT_REF and ROOT_BACKREF items, which can cause readers to access data outside the item boundaries. By adding validation, the tree-checker can prevent such out-of-bounds reads and mitigate the risk of information disclosure.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-24
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-24
- Advisory updated
- 2026-09-25
Who should care
Linux kernel developers and maintainers, as well as users of Linux-based systems that use the btrfs filesystem, should review and apply the patch to prevent potential information disclosure and denial of service. Additionally, system administrators and security teams responsible for Linux-based systems should be aware of this vulnerability and take necessary precautions to mitigate the risk.
Why it matters
The Linux kernel has a vulnerability in the btrfs tree-checker that could allow for out-of-bounds reads when handling corrupted ROOT_REF and ROOT_BACKREF items. This could lead to information disclosure via the BTRFS_IOC_GET_SUBVOL_INFO ioctl. The vulnerability has been resolved with validation added in tree-checker. Linux kernel developers and maintainers should review and apply the patch to prevent potential information disclosure and denial of service.
- Potential information disclosure via BTRFS_IOC_GET_SUBVOL_INFO ioctl
- Need to validate ROOT_REF and ROOT_BACKREF items in tree-checker
- Potential for denial of service due to out-of-bounds reads
Technical summary
The Linux kernel has a vulnerability in the btrfs tree-checker that could allow for out-of-bounds reads when handling corrupted ROOT_REF and ROOT_BACKREF items. This could lead to information disclosure via the BTRFS_IOC_GET_SUBVOL_INFO ioctl. The vulnerability has been resolved with validation added in tree-checker. The tree-checker now validates the names in ROOT_REF and ROOT_BACKREF items to prevent out-of-bounds reads. This validation ensures that the on-disk name length exactly describes the remaining item payload and that the name does not exceed BTRFS_NAME_LEN.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the patch to validate ROOT_REF and ROOT_BACKREF items in tree-checker
- Update Linux kernel to the latest version
- Monitor for potential information disclosure via BTRFS_IOC_GET_SUBVOL_INFO ioctl
- Perform a thorough review of the system for potential exposure
- 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.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description and CVSS score. However, the corpus does not establish versions, exploitation, impact, or remediation, which require verification from the supplied official sources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97415 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97415
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97415 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97415
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/0af37c217edf15fa21dac1c40822086df356c6bb
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/74f577c722c99248d804eca18e7de7c5e47549d7
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/9154542070ca7eadb3c764a882f39a127677854b
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.