Cyber Resilience

CVE-2024-42259

Linux Kernel 4.9 – 4.19.320

Published
14 August 2024
Modified
12 May 2026
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0026 17th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2024-42259 is a medium-severity Incorrect Calculation of Buffer Size (CWE-131) vulnerability in Linux Linux Kernel. Its CVSS base score is 5.5 (Medium).

Operationally, ranked at the 17th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

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…

more

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)

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-43107Same product: Linux Linux Kernel
CVE-2024-46684Same product: Linux Linux Kernel
CVE-2024-26721Same product: Linux Linux Kernel
CVE-2024-43843Same product: Linux Linux Kernel
CVE-2026-43302Same product: Linux Linux Kernel
CVE-2026-53091Same product: Linux Linux Kernel
CVE-2024-46729Same product: Linux Linux Kernel
CVE-2026-43501Same product: Linux Linux Kernel
CVE-2026-53143Same product: Linux Linux Kernel
CVE-2026-52955Same product: Linux Linux Kernel

Affected Assets

linux
linux kernel
4.9 — 4.19.320 · 4.20 — 5.4.282 · 5.5 — 5.10.224

Mitigating Controls

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent buffer-size miscalculations via coding standards, reviews, and testing, while fixing this single weakness only partially fulfills the broader control.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Secure coding standards directly require correct buffer-size calculations.

detects

Security testing can detect buffer-size errors before release.

prevents

Secure development lifecycle mandates size-checking practices that reduce buffer-size miscalculations.

prevents

Application security requirements can specify buffer-size validation rules.

prevents

Secure architecture principles include safe memory-allocation guidelines.

References