In the Linux kernel, the following vulnerability has been resolved:
parisc: BTLB: Fix crash when setting up BTLB at CPU bringup
When using hotplug and bringing up a 32-bit CPU, ask the firmware about the
BTLB information to set up the static (block) TLB entries.
For that write access to the static btlb_info struct is needed, but
since it is marked __ro_after_init the kernel segfaults with missing
write permissions.
Fix the crash by dropping the __ro_after_init annotation.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-04-03 15:15
Updated : 2025-03-17 15:36
NVD link : CVE-2024-26705
Mitre link : CVE-2024-26705
CVE.ORG link : CVE-2024-26705
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-862
Missing Authorization
