CVE-2024-35996

In the Linux kernel, the following vulnerability has been resolved: cpu: Re-enable CPU mitigations by default for !X86 architectures Rename x86's to CPU_MITIGATIONS, define it in generic code, and force it on for all architectures exception x86. A recent commit to turn mitigations off by default if SPECULATION_MITIGATIONS=n kinda sorta missed that "cpu_mitigations" is completely generic, whereas SPECULATION_MITIGATIONS is x86-specific. Rename x86's SPECULATIVE_MITIGATIONS instead of keeping both and have it select CPU_MITIGATIONS, as having two configs for the same thing is unnecessary and confusing. This will also allow x86 to use the knob to manage mitigations that aren't strictly related to speculative execution. Use another Kconfig to communicate to common code that CPU_MITIGATIONS is already defined instead of having x86's menu depend on the common CPU_MITIGATIONS. This allows keeping a single point of contact for all of x86's mitigations, and it's not clear that other architectures *want* to allow disabling mitigations at compile-time.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.9:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.9:rc5:*:*:*:*:*:*

Configuration 2 (hide)

cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*

History

17 Dec 2025, 03:35

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/36b32816fbab267611f073223f1b0b816ec5920f - () https://git.kernel.org/stable/c/36b32816fbab267611f073223f1b0b816ec5920f - Patch
References () https://git.kernel.org/stable/c/38f17d1fbb5bfb56ca1419e2d06376d57a9396f9 - () https://git.kernel.org/stable/c/38f17d1fbb5bfb56ca1419e2d06376d57a9396f9 - Patch
References () https://git.kernel.org/stable/c/8292f4f8dd1b005d0688d726261004f816ef730a - () https://git.kernel.org/stable/c/8292f4f8dd1b005d0688d726261004f816ef730a - Patch
References () https://git.kernel.org/stable/c/af6d6a923b40bf6471e44067ac61cc5814b48e7f - () https://git.kernel.org/stable/c/af6d6a923b40bf6471e44067ac61cc5814b48e7f - Patch
References () https://git.kernel.org/stable/c/fd8547ebc187037cc69441a15c1441aeaab80f49 - () https://git.kernel.org/stable/c/fd8547ebc187037cc69441a15c1441aeaab80f49 - Patch
References () https://git.kernel.org/stable/c/fe42754b94a42d08cf9501790afc25c4f6a5f631 - () https://git.kernel.org/stable/c/fe42754b94a42d08cf9501790afc25c4f6a5f631 - Patch
References () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - Third Party Advisory, Mailing List
CWE NVD-CWE-noinfo
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
First Time Linux
Debian
Debian debian Linux
Linux linux Kernel
CPE cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.9:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.9:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

21 Nov 2024, 09:21

Type Values Removed Values Added
References
  • () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html -
References () https://git.kernel.org/stable/c/36b32816fbab267611f073223f1b0b816ec5920f - () https://git.kernel.org/stable/c/36b32816fbab267611f073223f1b0b816ec5920f -
References () https://git.kernel.org/stable/c/38f17d1fbb5bfb56ca1419e2d06376d57a9396f9 - () https://git.kernel.org/stable/c/38f17d1fbb5bfb56ca1419e2d06376d57a9396f9 -
References () https://git.kernel.org/stable/c/8292f4f8dd1b005d0688d726261004f816ef730a - () https://git.kernel.org/stable/c/8292f4f8dd1b005d0688d726261004f816ef730a -
References () https://git.kernel.org/stable/c/af6d6a923b40bf6471e44067ac61cc5814b48e7f - () https://git.kernel.org/stable/c/af6d6a923b40bf6471e44067ac61cc5814b48e7f -
References () https://git.kernel.org/stable/c/fd8547ebc187037cc69441a15c1441aeaab80f49 - () https://git.kernel.org/stable/c/fd8547ebc187037cc69441a15c1441aeaab80f49 -
References () https://git.kernel.org/stable/c/fe42754b94a42d08cf9501790afc25c4f6a5f631 - () https://git.kernel.org/stable/c/fe42754b94a42d08cf9501790afc25c4f6a5f631 -

05 Nov 2024, 10:17

Type Values Removed Values Added
References
  • {'url': 'https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html', 'source': '416baaa9-dc9f-4396-8d5f-8c081fb06d67'}

25 Jun 2024, 22:15

Type Values Removed Values Added
References
  • () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html -
Summary
  • (es) En el kernel de Linux, se resolvió la siguiente vulnerabilidad: cpu: vuelva a habilitar las mitigaciones de CPU de forma predeterminada para arquitecturas !X86. Cambie el nombre de x86 a CPU_MITIGATION, defínalo en código genérico y fuércelo para todas las arquitecturas con excepción de x86. Una confirmación reciente para desactivar las mitigaciones de forma predeterminada si SPECULATION_MITIGATION=n pasó por alto que "cpu_mitigations" es completamente genérico, mientras que SPECULATION_MITIGATIONS es específico de x86. Cambie el nombre de SPECULATIVE_MITIGATION de x86 en lugar de conservar ambos y haga que seleccione CPU_MITIGATION, ya que tener dos configuraciones para lo mismo es innecesario y confuso. Esto también permitirá que x86 use la perilla para administrar mitigaciones que no están estrictamente relacionadas con la ejecución especulativa. Utilice otro Kconfig para comunicar al código común que CPU_MITIGACIONES ya está definida en lugar de que el menú de x86 dependa de CPU_MITIGACIONES comunes. Esto permite mantener un único punto de contacto para todas las mitigaciones de x86, y no está claro que otras arquitecturas *quieran* permitir deshabilitar las mitigaciones en tiempo de compilación.

20 May 2024, 10:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-05-20 10:15

Updated : 2025-12-17 03:35


NVD link : CVE-2024-35996

Mitre link : CVE-2024-35996

CVE.ORG link : CVE-2024-35996


JSON object : View

Products Affected

debian

  • debian_linux

linux

  • linux_kernel