Security readout for executives and security teams
Plain-English summary
A Linux kernel diagnostic path can crash the system while memory is being hot-removed and huge pages are in use. The kernel may read an invalid filename pointer while reporting a page problem. This primarily threatens availability in specialized environments using memory hot-plug, DAX/CXL, or hugetlb workloads.
Executive priority
Prioritize remediation for infrastructure that dynamically offlines memory or combines CXL/DAX memory with huge pages. Treat general-purpose systems without these features as lower immediate urgency, while still applying supported kernel security updates during normal maintenance.
Technical view
During memory offlining, dump_mapping() can pass an invalid dentry.d_name.name to the print facility. The resulting supervisor-mode page fault can produce a kernel oops or crash. Stable kernel fixes retrieve the filename through a safer no-fault mechanism, although the reported filename may remain unreliable.
Likely exposure
Exposure is most plausible on Linux systems supporting memory hot-remove while hugetlb-backed memory is actively accessed. The bundle identifies affected Linux releases from 5.0 and lists several later branch boundaries, but exact distribution package applicability requires vendor confirmation.
Exploitation context
The CVSS vector describes a local, low-complexity, low-privilege condition with no user interaction. The supplied evidence demonstrates a crash under a specific operational sequence. KEV is false, and no source establishes active exploitation or a public exploit. Claimed confidentiality impact is not demonstrated in the description.
Researcher notes
The observed fault occurs in dentry_name() through dump_mapping() during page migration and memory offlining. The fix avoids unsafe filename formatting by retrieving the name more defensively. Sources caution that the filename can still be unreliable; the protection addresses the crash, not filename trustworthiness.
Mitigation direction
Install a vendor-supported kernel containing the referenced stable fixes.
Check distribution advisories for the corrected package version applicable to each kernel branch.
Prioritize systems using memory hot-plug, DAX, CXL, or hugetlb workloads.
Restrict memory-offlining operations to authorized administrators until updates are deployed.
Validation and detection
Inventory running kernel versions and identify systems using memory hot-remove or hugetlb.
Compare installed packages against distribution advisories and kernel changelogs.
Confirm the applicable stable fix is present in deployed kernel source or package metadata.
After updating, validate memory-offlining workflows safely in a representative staging environment.
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-49934 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.
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.