Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-40944
HistoryJul 12, 2024 - 12:00 a.m.

CVE-2024-40944

2024-07-1200:00:00
ubuntu.com
ubuntu.com
6
cve-2024-40944
linux kernel
vulnerability
x86/kexec
call depth tracking
fault
system crash
gs segment
load_segments()
gs_base
per-cpu variables
cc_platform_has()
function

AI Score

7

Confidence

High

In the Linux kernel, the following vulnerability has been resolved:
x86/kexec: Fix bug with call depth tracking
The call to cc_platform_has() triggers a fault and system crash if call
depth
tracking is active because the GS segment has been reset by load_segments()
and
GS_BASE is now 0 but call depth tracking uses per-CPU variables to operate.
Call cc_platform_has() earlier in the function when GS is still valid.
[ bp: Massage. ]

AI Score

7

Confidence

High