Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-42230
HistoryJul 30, 2024 - 7:47 a.m.

CVE-2024-42230 powerpc/pseries: Fix scv instruction crash with kexec

2024-07-3007:47:10
Linux
github.com
2
linux kernel
vulnerability
powerpc
pseries
scv instruction
kexec
ail
interrupt
cpu
crash
fix

AI Score

7.2

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

In the Linux kernel, the following vulnerability has been resolved:

powerpc/pseries: Fix scv instruction crash with kexec

kexec on pseries disables AIL (reloc_on_exc), required for scv
instruction support, before other CPUs have been shut down. This means
they can execute scv instructions after AIL is disabled, which causes an
interrupt at an unexpected entry location that crashes the kernel.

Change the kexec sequence to disable AIL after other CPUs have been
brought down.

As a refresher, the real-mode scv interrupt vector is 0x17000, and the
fixed-location head code probably couldn’t easily deal with implementing
such high addresses so it was just decided not to support that interrupt
at all.

AI Score

7.2

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial