Impact
In the hwmon subsystem of the Linux kernel, a guard around the device mutex is released after freeing the device if a write operation fails with an error other than -EOPNOTSUPP. This sequence causes a use‑after‑free of the mutex, which can trigger a kernel panic or, in certain contexts, arbitrary code execution. The weakness is a classic Use‑After‑Free flaw (CWE‑416).
Affected Systems
All Linux kernel versions that contain the buggy pec_store implementation are affected. The fix is included in the kernel series following the patch commit referenced in the advisory; upgrading to any kernel that incorporates that commit mitigates the issue.
Risk and Exploitability
The CVSS score is not listed, and the EPSS score is not available, indicating that the exploit probability is not publicly quantified. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector is a local privileged user who can trigger a failing hwmon write and exploit the use‑after‑free to crash the system or gain code execution at kernel level.
OpenCVE Enrichment