Security readout for executives and security teams
Plain-English summary
CVE-2022-49352 is a Linux kernel ext4 filesystem bug where a failed inode metadata update can leave file size state inconsistent and later trigger a kernel warning. The source does not provide CVSS, CWE, or a demonstrated security impact, so business urgency depends on kernel exposure and vendor backports.
Executive priority
Treat this as a routine kernel maintenance item unless your environment exposes ext4 operations to untrusted local users or tenants. There is no provided evidence of active exploitation or severe impact, but affected kernels should still receive vendor-backed updates.
Technical view
The issue occurs in ext4_setattr when ext4_mark_inode_dirty fails, such as from ENOMEM, after EXT4_I(inode)->i_disksize was changed but before inode->i_size is updated. A later direct write path can reach ext4_handle_inode_extension and trigger WARN_ON_ONCE because i_size is lower than i_disksize. The fix restores the old i_disksize on failure.
Likely exposure
Exposure is most relevant to Linux systems running affected kernel versions with ext4 filesystems. The bundle lists Linux as affected and references stable kernel fixes. It does not identify distributions, appliances, cloud images, or container runtimes that inherited the bug.
Exploitation context
The source describes a syzkaller-style local filesystem sequence involving setattr, memory allocation failure, and direct write behavior. It does not state remote exploitability, privilege escalation, data disclosure, or active exploitation. KEV is false in the provided bundle.
Researcher notes
Evidence is limited to the Linux kernel fix narrative and stable commit references. The core validation point is whether ext4_setattr restores EXT4_I(inode)->i_disksize when ext4_mark_inode_dirty fails. Do not infer broader impact without distribution advisories or additional kernel analysis.
Mitigation direction
Upgrade to a kernel containing the referenced upstream stable ext4 fix.
Check Linux distribution advisories for backported fixes for your exact kernel package.
Prioritize systems using ext4 with untrusted local workloads or filesystem fuzzing exposure.
Monitor kernel logs for related ext4 WARN_ON or ENOMEM error patterns.
Validation and detection
Inventory Linux kernel versions and identify systems using ext4 filesystems.
Map installed kernels against vendor advisories and the referenced stable commits.
Review kernel logs for ext4_setattr, ext4_file_write_iter, or i_disksize warnings.
Confirm patched systems include the ext4_setattr rollback behavior on inode dirty failure.
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-2022-49352 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.
0CVSS vectors
3Timeline events
0ADP providers
6Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Feb 26, 2025, 02:11 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.