In the Linux kernel, the following vulnerability has been resolved: acpi/apei/ghes: Use raw_spinlock_t for CXL CPER work locks The CXL CPER work registration and unregistration helpers acquire cxl_…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: acpi/apei/ghes: Use raw_spinlock_t for CXL CPER work locks The CXL CPER work registration and unregistration helpers acquire cxl_cper_work_lock and cxl_cper_prot_err_work_lock with a spinlock guard(), which leaves local interrupts enabled. The corresponding post paths (cxl_cper_post_event(), cxl_cper_post_prot_err()) execute in hard IRQ context (they are called from the GHES error notification path) and acquire the same locks…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0e25382b05de48d09b243d3d447d236a6d735bc2
- https://git.kernel.org/stable/c/6625ca499c3131ef63be3215f8f942d7a097ea3a
- https://git.kernel.org/stable/c/c735dbce7ad03df708bf22ec964f67e43cbc823a
- https://git.kernel.org/stable/c/cbc27a4302a1feb0ff77c1755021837a738b0ce9
Timeline
- nvd_ingest NVD