Impact
A race condition in the Linux kernel’s power supply driver for RT9455 can cause a use‑after‑free when an interrupt handler is invoked after the power_supply handle has already been freed and before its IRQ is unregistered. This leads to a kernel crash or silent memory corruption, disrupting the entire system. The weakness is a classic use‑after‑free scenario (CWE‑364) and a related improper release of resources violation (CWE‑416).
Affected Systems
The flaw exists in the Linux kernel’s rt9455 power supply module. No specific kernel version ranges are listed, so any kernel build compiling this driver could be impacted.
Risk and Exploitability
The EPSS score is below 1%, indicating a low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The CVSS score of 8.4 signifies a high severity. Because the flaw requires the driver to be removed while an IRQ is pending, it is reasonable to infer that the attack vector would be local to a privileged user or a process that can trigger driver removal.
OpenCVE Enrichment