Cyber Resilience

CVE-2024-36912

Linux Kernel 5.16 – 6.1.91

Published
30 May 2024
Modified
04 August 2026
Patch / advisory
CVSS Score v3.1 9.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0096 58th percentile
Risk Priority 69 floored blend · peak EPSS

Summary

CVE-2024-36912 is a critical-severity Exposure of Sensitive System Information Due to Uncleared Debug Information (CWE-1258) vulnerability in Linux Linux Kernel. Its CVSS base score is 9.6 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique OS Credential Dumping (T1003); ranked in the top 42% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to CM-7 (Least Functionality) and SA-3 (System Development Life Cycle) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl In CoCo VMs it is possible for the untrusted host to cause set_memory_encrypted() or set_memory_decrypted() to fail such that an error is…

more

returned and the resulting memory is shared. Callers need to take care to handle these errors to avoid returning decrypted (shared) memory to the page allocator, which could lead to functional or security issues. In order to make sure callers of vmbus_establish_gpadl() and vmbus_teardown_gpadl() don't return decrypted/shared pages to allocators, add a field in struct vmbus_gpadl to keep track of the decryption status of the buffers. This will allow the callers to know if they should free or leak the pages.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1003 OS Credential Dumping Credential Access
Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-47731Same product: Linux Linux Kernel
CVE-2024-26667Same product: Linux Linux Kernel
CVE-2024-47693Same product: Linux Linux Kernel
CVE-2024-45027Same product: Linux Linux Kernel
CVE-2024-49851Same product: Linux Linux Kernel
CVE-2024-36952Same product: Linux Linux Kernel
CVE-2024-26756Same product: Linux Linux Kernel
CVE-2024-26832Same product: Linux Linux Kernel
CVE-2024-44982Same product: Linux Linux Kernel
CVE-2024-47728Same product: Linux Linux Kernel

Affected Assets

linux
linux kernel
6.9 · 5.16 — 6.1.91 · 6.2 — 6.6.31 · 6.7 — 6.8.10

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V13.3.3
  • V17.2.1
  • V11.2.1

Mitigating Controls (NIST 800-53 r5) AI

Disabling debug and other non-essential functionality prevents the system from entering a debug state that would expose uncleared sensitive values.

Mandating a security-aware SDLC ensures hardware designs incorporate debug-mode clearing requirements.

Acquisition requirements can explicitly mandate secure debug behavior and data clearing in supplied hardware.

Requiring security engineering principles during design directly addresses the need to clear sensitive data on debug entry.

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.

ID.RA-09 partial match
prevents

Pre-acquisition hardware integrity assessment can identify devices with uncleared debug exposure before purchase.

PR.PS-03 partial match
prevents

Hardware replacement policy can retire devices whose debug interfaces fail to clear sensitive state.

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.

finds

Security testing in development can detect uncleared debug information before release.

degrades

Cryptographic key management and secure handling requirements reduce exposure of sensitive values during debug entry.

prevents

Secure system architecture and engineering principles directly address clearing of sensitive data on debug transitions.

degrades

Secure coding practices can mandate explicit clearing of debug registers and memory.

degrades

Test information protection includes ensuring debug artifacts do not leak sensitive data.

References