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.
Metrics
Affected Vendors & Products
References
History
No history.
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-04-03T14:55:08.733Z
Updated: 2024-11-05T09:14:13.211Z
Reserved: 2024-02-19T14:20:24.158Z
Link: CVE-2024-26705
Vulnrichment
Updated: 2024-08-02T00:14:12.680Z
NVD
Status : Awaiting Analysis
Published: 2024-04-03T15:15:53.243
Modified: 2024-04-03T17:24:18.150
Link: CVE-2024-26705
Redhat