Review reviewCritical

CVE-2024-36913

Linux Linux, linux_kernel, debian linux

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails 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 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. VMBus code could free decrypted pages if set_memory_encrypted()/decrypted() fails. Leak the pages if this happens.

CVSS
9.3
EPSS
0.65%
47.7% percentile
CISA KEV
Not listed
Published
2024.05.31
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.65%
Technical severityCVSS 9.3

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails 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 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. VMBus code could free decrypted pages if set_memory_encrypted()/decrypted() fails. Leak the pages if this happens.

Affected product and versions

Product
Linux Linux, linux_kernel, debian linux
Affected versions
>= f2f136c05fb6093818a3b3fefcba46231ac66a62 < 7f2afcbfe4f6b6047b5f68db5067b7321e5be125, >= f2f136c05fb6093818a3b3fefcba46231ac66a62 < 6123a4e8e25bd40cf44db14694abac00e6b664e6, >= f2f136c05fb6093818a3b3fefcba46231ac66a62 < e813a0fc2e597146e9cebea61ced9c796d4e308f, >= f2f136c05fb6093818a3b3fefcba46231ac66a62 < 03f5a999adba062456c8c818a683beb1b498983a, >= 5.16, >= 1da177e4c3f4 < 6123a4e8e25b, >= 1da177e4c3f4 < e813a0fc2e59, >= 1da177e4c3f4 < 03f5a999adba, 11.0, >= 5.16 < 6.1.143, >= 6.2 < 6.6.31, >= 6.7 < 6.8.10, 6.9
Fixed versions
6.1.143, 6.6.31, 6.8.10

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux_kernel, debian linux and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
CWE
CWE-1258