LiveActive security incident?Get immediate response
CVE Record

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.

CriticalCVSS 9.1Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

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.
Prepared
Confidence
medium
Sources
10

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.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
9.1CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H3.95.2Linux

Vulnerability scoring details

Base CVSS 3.1 score

9.1Critical
CVSS 3.1 vector shape for CVE-2026-43117Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxbc074524e123ded281cde25ebc5661910f9679e3, bc074524e123ded281cde25ebc5661910f9679e3, bc074524e123ded281cde25ebc5661910f9679e3, bc074524e123ded281cde25ebc5661910f9679e3, bc074524e123ded281cde25ebc5661910f9679e3, bc074524e123ded281cde25ebc5661910f9679e3, bc074524e123ded281cde25ebc5661910f9679e3, bc074524e123ded281cde25ebc5661910f9679e3unaffected
LinuxLinux4.8, 0, 5.10.258, 5.15.209, 6.1.175, 6.6.136, 6.12.83, 6.18.24, 6.19.14, 7.0affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.