Cyber Resilience

CVE-2025-71124

Memory Safety in Linux Kernel 6.13.1 – 6.18.3

Published
14 January 2026
Modified
25 March 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.0014 4th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-71124 is a medium-severity NULL Pointer Dereference (CWE-476) vulnerability in Linux Linux Kernel. Its CVSS base score is 5.5 (Medium).

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

The strongest mitigations our analysis identified map to SA-15 (Development Process, Standards, and Tools) and SA-11 (Developer Testing and Evaluation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: move preempt_prepare_postamble after error check Move the call to preempt_prepare_postamble() after verifying that preempt_postamble_ptr is valid. If preempt_postamble_ptr is NULL, dereferencing it in preempt_prepare_postamble() would lead to a crash.…

more

This change avoids calling the preparation function when the postamble allocation has failed, preventing potential NULL pointer dereference and ensuring proper error handling. Patchwork: https://patchwork.freedesktop.org/patch/687659/

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

Insufficient information to map techniques.
Confidence: LOW · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-23353Same product: Linux Linux Kernel
CVE-2023-53336Same product: Linux Linux Kernel
CVE-2026-31481Same product: Linux Linux Kernel
CVE-2024-58237Same product: Linux Linux Kernel
CVE-2025-37974Same product: Linux Linux Kernel
CVE-2025-21799Same product: Linux Linux Kernel
CVE-2025-22016Same product: Linux Linux Kernel
CVE-2023-52893Same product: Linux Linux Kernel
CVE-2025-22065Same product: Linux Linux Kernel
CVE-2023-53228Same product: Linux Linux Kernel

Affected Assets

linux
linux kernel
6.13, 6.19 · 6.13.1 — 6.18.3

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SA-15 Development Process, Standards, and Tools
  • SA-11 Developer Testing and Evaluation
  • SI-10 Information Input Validation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires use of secure development standards and tools that enforce proper NULL checks and error handling before pointer dereference, directly preventing this class of flaw.

prevent

Mandates developer testing and evaluation (including static analysis and negative test cases) that would detect the missing NULL validation on preempt_postamble_ptr.

prevent

Requires validation of inputs and internal state before use, which would have caught the invalid pointer in the postamble path.

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 (static analysis, code review, safe coding standards) directly prevent NULL dereference bugs during development.

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.

detects

Security testing can detect NULL dereference defects before release.

prevents

Secure SDLC mandates defensive coding practices that can prevent NULL dereferences.

prevents

Application security requirements can specify input validation and pointer-safety rules.

prevents

Secure architecture principles encourage defensive design that avoids unsafe pointer use.

prevents

Secure coding standards directly require NULL-pointer checks and safe dereference patterns.

References