CVE-2026-43117: btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file()
In the Linux kernel, the following vulnerability has been resolved:
btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file()
If overlay is used on top of btrfs, dentry->d_sb translates to overlay's
super block and fsid assignment will lead to a crash.
Use file_inode(file)->i_sb to always get btrfs_sb.
Security readout for executives and security teams
Plain-English summary
A Linux kernel bug can crash systems when an overlay filesystem operates over Btrfs and the affected file-sync tracepoint uses the overlay superblock incorrectly. This creates a configuration-dependent availability risk. The supplied technical description does not establish data theft or remote exploitation.
Executive priority
Prioritize rapid validation on production hosts using OverlayFS over Btrfs, especially availability-sensitive container infrastructure. Patch confirmed exposures through supported distribution updates. Do not infer universal remote compromise from the 9.1 score because the supplied root-cause description establishes a conditional kernel crash, while confidentiality impact and network exploitability remain unexplained.
Technical view
The btrfs_sync_file tracepoint derives filesystem context from dentry->d_sb, which can reference OverlayFS rather than Btrfs. Assigning the resulting fsid can crash the kernel. The correction uses file_inode(file)->i_sb to obtain the Btrfs superblock. Exact affected-version boundaries are unclear in the supplied version data.
Likely exposure
Exposure is most likely on Linux systems running OverlayFS over Btrfs where the affected tracepoint is exercised. Systems without that storage arrangement are less likely to trigger this bug. Inventory should emphasize container hosts and other systems using layered filesystems, without assuming they are vulnerable solely from their kernel version.
Exploitation context
The bundle reports no CISA KEV listing and provides no evidence of active exploitation or a public exploit. Although the supplied CVSS vector describes network reachability, no privileges, confidentiality loss, and availability loss, the technical description only explains a crash condition. Treat those broader claims as unconfirmed pending vendor clarification.
Researcher notes
The source bundle contains notable inconsistencies: repeated commit identifiers, an ambiguous affected-version list, and a CVSS vector whose network and confidentiality claims are unsupported by the crash description. The stable-kernel references indicate fixes across branches, but the bundle does not map each commit to a precise vulnerable range. No CWE is supplied.
Mitigation direction
Apply a vendor-supported kernel update containing the appropriate referenced stable fix.
Confirm the update matches the deployed kernel branch and distribution packaging.
Where operationally feasible, avoid OverlayFS-over-Btrfs configurations until patched.
Check Linux distribution advisories for precise affected and fixed version boundaries.
Validation and detection
Inventory hosts using OverlayFS with Btrfs as the underlying filesystem.
Record running kernel versions and compare them with distribution advisories.
Verify the installed kernel contains the applicable referenced stable commit.
Review kernel crash records for Btrfs sync-file tracepoint involvement.
Retest affected workloads after updating using approved defensive procedures.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-43117 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
9Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.