Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-43868
HistoryAug 20, 2024 - 11:50 p.m.

CVE-2024-43868 riscv/purgatory: align riscv_kernel_entry

2024-08-2023:50:51
Linux
github.com
2
linux kernel
alignment handling
purgatory
trap handler
kexec
jh7110 soc
oreboot
sbi delegating
unaligned access exceptions

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

riscv/purgatory: align riscv_kernel_entry

When alignment handling is delegated to the kernel, everything must be
word-aligned in purgatory, since the trap handler is then set to the
kexec one. Without the alignment, hitting the exception would
ultimately crash. On other occasions, the kernel’s handler would take
care of exceptions.
This has been tested on a JH7110 SoC with oreboot and its SBI delegating
unaligned access exceptions and the kernel configured to handle them.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-43868