In the Linux kernel, the following vulnerability has been resolved:
drm/i915/gem: Fix Virtual Memory mapping boundaries calculation
Calculating the size of the mapped area as the lesser value
between the requested size and the actual size does not consider
the partial mapping offset. This can cause page fault access.
Fix the calculation of the starting and ending addresses, the
total size is now deduced from the difference between the end and
start addresses.
Additionally, the calculations have been rewritten in a clearer
and more understandable form.
[Joonas: Add Requires: tag]
Requires: 60a2066c5005 ("drm/i915/gem: Adjust vma offset for framebuffer mmap offset")
(cherry picked from commit 97b6784753da06d9d40232328efc5c5367e53417)
Security readout for executives and security teams
Plain-English summary
A Linux Intel graphics driver error can calculate partial memory-mapping boundaries incorrectly, potentially causing unintended page-fault access. Exploitation requires low-privilege local access, not remote network access. The supplied CVSS score is 7.8, reflecting potentially serious confidentiality, integrity, and availability consequences.
Executive priority
Treat this as a high-priority local privilege-boundary risk on multi-user Linux endpoints using Intel graphics. Prioritize shared workstations and systems where untrusted users can obtain accounts. It is not supported as a remote or actively exploited emergency by the supplied evidence.
Technical view
The i915 GEM mapping logic used the lesser of requested and actual sizes without properly incorporating the partial mapping offset. The correction derives total mapping size from adjusted start and end addresses. The vulnerable path depends on earlier commit 60a2066c5005, and stable-kernel fixes are referenced.
Likely exposure
Exposure primarily concerns Linux systems using Intel i915 graphics on affected kernel branches. The bundle lists releases from 4.9 through 6.11, but does not provide sufficiently clear ranges or distribution package builds. Systems permitting untrusted users local access warrant particular attention.
Exploitation context
The CVSS vector requires local access and low privileges, with no user interaction. The bundle marks this CVE as absent from KEV and provides no evidence of active exploitation. A Project Zero issue is referenced, but its exploit-status details are not included.
Researcher notes
The fix recalculates the mapped interval from corrected start and end addresses, incorporating the partial offset. It carries a dependency on commit 60a2066c5005 and was cherry-picked from 97b6784753da06d9d40232328efc5c5367e53417. No CWE is supplied, and public exploit availability is not established.
Mitigation direction
Update to a vendor-supported kernel containing the applicable upstream stable fix or distribution backport.
Follow distribution or appliance vendor advisories for exact fixed package versions.
Reboot affected systems into the updated kernel and confirm the new kernel is active.
Until patched, reduce untrusted local account access on systems using Intel i915 graphics.
Validation and detection
Inventory running kernel releases and distribution package builds across Linux systems.
Determine whether the Intel i915 driver and GEM mapping path are present and used.
Verify the kernel source or vendor changelog contains the relevant stable fix or identified backport.
After reboot, confirm the running kernel matches the patched package and monitor for related GPU page faults.
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-42259 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.