LiveActive security incident?Get immediate response
CVE Record

CVE-2024-53096: mm: resolve faulty mmap_region() error path behaviour

In the Linux kernel, the following vulnerability has been resolved: mm: resolve faulty mmap_region() error path behaviour The mmap_region() function is somewhat terrifying, with spaghetti-like control flow and numerous means by which issues can arise and incomplete state, memory leaks and other unpleasantness can occur. A large amount of the complexity arises from trying to handle errors late in the process of mapping a VMA, which forms the basis of recently observed issues with resource leaks and observable inconsistent state. Taking advantage of previous patches in this series we move a number of checks earlier in the code, simplifying things by moving the core of the logic into a static internal function __mmap_region(). Doing this allows us to perform a number of checks up front before we do any real work, and allows us to unwind the writable unmap check unconditionally as required and to perform a CONFIG_DEBUG_VM_MAPLE_TREE validation unconditionally also. We move a number of things here: 1. We preallocate memory for the iterator before we call the file-backed memory hook, allowing us to exit early and avoid having to perform complicated and error-prone close/free logic. We carefully free iterator state on both success and error paths. 2. The enclosing mmap_region() function handles the mapping_map_writable() logic early. Previously the logic had the mapping_map_writable() at the point of mapping a newly allocated file-backed VMA, and a matching mapping_unmap_writable() on success and error paths. We now do this unconditionally if this is a file-backed, shared writable mapping. If a driver changes the flags to eliminate VM_MAYWRITE, however doing so does not invalidate the seal check we just performed, and we in any case always decrement the counter in the wrapper. We perform a debug assert to ensure a driver does not attempt to do the opposite. 3. We also move arch_validate_flags() up into the mmap_region() function. This is only relevant on arm64 and sparc64, and the check is only meaningful for SPARC with ADI enabled. We explicitly add a warning for this arch if a driver invalidates this check, though the code ought eventually to be fixed to eliminate the need for this. With all of these measures in place, we no longer need to explicitly close the VMA on error paths, as we place all checks which might fail prior to a call to any driver mmap hook. This eliminates an entire class of errors, makes the code easier to reason about and more robust.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel memory-management flaw in mmap handling. A local user could potentially trigger inconsistent kernel state with high confidentiality, integrity, and availability impact. It is not listed as CISA KEV in the provided data, so active exploitation is not established here.

Executive priority

Treat as a high-priority kernel maintenance issue, especially for shared or multi-tenant Linux infrastructure. It is not proven actively exploited in the supplied evidence, but the potential impact is broad because successful local kernel bugs can undermine host isolation.

Technical view

The fix moves mmap_region() checks earlier and restructures error handling to avoid resource leaks and inconsistent VMA state after late failures. CVSS 3.1 is 7.8 with local attack vector, low complexity, low privileges, no user interaction, and high CIA impact.

Likely exposure

Exposure is most relevant to Linux systems running the affected kernel versions or downstream distributions before their vendor backports. Risk is higher where untrusted users, tenants, containers, or workloads can execute local code on the host kernel.

Exploitation context

The provided sources support local, low-privilege attack conditions, but do not provide exploit steps. KEV is false, and no cited source in the bundle states active exploitation in the wild.

Researcher notes

Focus review on mmap_region(), file-backed shared writable mappings, VMA error paths, iterator preallocation, mapping_map_writable()/mapping_unmap_writable() balance, and architecture flag validation. Evidence ties the fix to robustness against leaks and inconsistent observable state, not a fully described exploit chain.

Mitigation direction

  • Apply fixed Linux kernel updates from your distribution or kernel vendor.
  • Review Debian LTS advisories if using affected Debian kernel packages.
  • Reboot systems after kernel installation to run the fixed kernel.
  • Prioritize multi-user, container-host, CI, and shared compute environments.
  • If updates are unavailable, follow vendor guidance and restrict untrusted local code execution.

Validation and detection

  • Inventory running Linux kernel versions across servers and images.
  • Compare versions against vendor advisories and the referenced stable kernel fixes.
  • Confirm systems have rebooted into the updated kernel.
  • Check Debian LTS advisory coverage for Debian-based fleets.
  • Document any deferred hosts with compensating access restrictions.
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-2024-53096 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
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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
2ADP providers
9Source 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.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-53096Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxa3c08c021778dad30f69895e378843e9f423d734, 43bed0a13a5cdbb314d14f28c2bf2c60eb4e6e1e, deb0f6562884b5b4beb883d73e66a7d3a1b96d99, deb0f6562884b5b4beb883d73e66a7d3a1b96d99, deb0f6562884b5b4beb883d73e66a7d3a1b96d99, 6757330b1be5b0606125b65ed50caac69bccf9a5, 66f2ed0172af04a89677ae1898600e1264e25800unaffected
LinuxLinux6.1, 0, 5.10.231, 5.15.174, 6.1.119, 6.6.63, 6.12affected
Weakness

CWE details

No CWE listed

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