Security readout for executives and security teams
Plain-English summary
A flaw in Linux ext4 filesystem handling can read freed or out-of-bounds memory when processing invalid extended-attribute data. A successful trigger could crash the system or compromise confidentiality and integrity. The supplied CVSS score is 8.4, but the attack vector is local rather than network-based.
Executive priority
Treat as a high-priority kernel update for systems exposed to untrusted ext4 content. Internet-facing status alone does not establish exposure because the vector is local. Accelerate remediation on shared hosts, appliances, and image-processing infrastructure; follow normal prioritized patching elsewhere.
Technical view
ext4 failed to validate inode-resident extended attributes before ext4_xattr_inode_dec_ref_all() processed them during inode deletion and orphan cleanup. KASAN detected a use-after-free read while mounting an ext4 filesystem. The kernel fix performs validation through ext4_iget_extra_inode(), avoiding divergent checks.
Likely exposure
Exposure is most relevant to Linux systems that mount or process ext4 filesystems, especially where untrusted users or workflows can introduce filesystem images or storage media. The bundle lists affected kernel versions beginning with 4.13, but its flattened version data cannot reliably identify every vulnerable distribution package.
Exploitation context
The CVSS vector describes local, low-complexity exploitation requiring no privileges or user interaction, with potentially high confidentiality, integrity, and availability impact. The supplied bundle marks KEV false and provides no evidence of active exploitation. The observed failure came from automated kernel testing.
Researcher notes
The root issue is missing validation of inode-resident xattr metadata before reference-count processing. The trace reaches the flaw through ext4 orphan cleanup during mount. The sources document a use-after-free/out-of-bounds read and upstream fixes, but do not establish practical code execution, a public exploit, or exploitation in the wild.
Mitigation direction
Update to a vendor-supported kernel containing the applicable referenced ext4 stable fix.
Consult your Linux distribution or appliance vendor for package-specific affected and fixed versions.
Restrict untrusted users and services from mounting or supplying ext4 filesystem images until patched.
Prioritize systems that ingest removable media, disk images, snapshots, or externally supplied volumes.
Validation and detection
Inventory kernel versions and identify systems that mount or inspect ext4 filesystems.
Map installed distribution packages to vendor advisories; do not rely solely on upstream version strings.
Confirm the installed kernel contains the applicable upstream stable commit or vendor backport.
Review kernel logs for KASAN reports, ext4 errors, crashes, or failures during mount and orphan cleanup.
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-2025-22121 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
1ADP 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.