CVE-2025-22094 Information
Description
In the Linux kernel the following vulnerability has been resolved:
powerpc/perf: Fix ref-counting on the PMU ‘vpa_pmu’
Commit 176cda0619b6 (\powerpc/perf: Add perf interface to expose vpa counters) introduced ‘vpa_pmu’ to expose Book3s-HV nested APIv2 provided L1<->L2 context switch latency counters to L1 user-space via perf-events. However the newly introduced PMU named ‘vpa_pmu’ doesn’t assign ownership of the PMU to the module ‘vpa_pmu’. Consequently the module ‘vpa_pmu’ can be unloaded while one of the perf-events are still active which can lead to kernel oops and panic of the form below on a Pseries-LPAR:
BUG: Kernel NULL pointer dereference on read at 0x00000058
Fix this by adding the module ownership to ‘vpa_pmu’ so that the module ‘vpa_pmu’ is ref-counted and prevented from being unloaded when perf-events are initialized.
Reference
https://git.kernel.org/stable/c/6cf045b51e2c5721db7e55305f09ee32741e00f9 https://git.kernel.org/stable/c/70ea7c5189197c6f5acdcfd8a2651be2c41e2faa https://git.kernel.org/stable/c/ff99d5b6a246715f2257123cdf6c4a29cb33aa78
Share on: