Security readout for executives and security teams
Plain-English summary
CVE-2022-49349 is a Linux kernel ext4 bug. A local authenticated user or workload handling a corrupted ext4 filesystem could trigger a use-after-free during directory rename, risking kernel crash or possible privilege-impacting memory corruption. It is high priority for Linux systems that mount ext4 content from less-trusted sources.
Executive priority
Treat as a high-priority Linux hygiene issue, not an internet-facing emergency based on current evidence. Prioritize shared servers, developer systems, virtualization hosts, and environments that handle removable media or untrusted filesystem images.
Technical view
The flaw is a CWE-416 use-after-free in ext4_rename_dir_prepare. ext4_get_first_dir_block did not validate a directory entry after reading a directory block; a corrupted rec_len could produce an invalid parent entry. The upstream fix adds directory-entry validation, triggers ext4_error for missing dot entries, and returns an error on corruption.
Likely exposure
Exposure is most likely on Linux systems running affected kernel versions with ext4 enabled, especially where local users, containers, removable media, disk images, or automation can introduce or operate on corrupted ext4 filesystems.
Exploitation context
The CVSS vector is local, low complexity, low privileges, and no user interaction. The source bundle does not identify public exploitation, and KEV is false, so active exploitation should not be assumed from this evidence.
Researcher notes
The provided record ties exploitation to malformed ext4 directory metadata and a rename path. Evidence supports memory corruption risk, but does not provide exploit maturity, affected distribution package names, or a universal fixed version. Validate against kernel stable commits and downstream backports.
Mitigation direction
Update Linux kernels to vendor releases containing the listed upstream stable fixes.
Check distribution advisories for the exact patched package version in use.
Limit untrusted local users' ability to mount or manipulate ext4 disk images.
Avoid mounting untrusted ext4 filesystems on sensitive hosts where practical.
Monitor vendor guidance for backports and supported mitigations.
Validation and detection
Inventory Linux kernel versions across servers, endpoints, containers, and appliances.
Identify hosts using ext4 or processing ext4 disk images.
Compare installed kernel builds against vendor advisories and listed stable commits.
Confirm untrusted filesystem mounting paths are restricted or isolated.
Review kernel logs for ext4 corruption or KASAN-like crash indicators.
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.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
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
10Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.