Use-After-Free Vulnerability in Linux Kernel Power Supply Management
CVE-2026-46270

8.4HIGH

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
3 June 2026

What is CVE-2026-46270?

A use-after-free vulnerability in the Linux kernel affects power supply management. It arises when the IRQ is requested before the power_supply handle is registered. This leads to a race condition during removal, where an interrupt can trigger after the handle is freed but before the IRQ handler unregistration. When power_supply_changed() is called in this scenario, it operates on a deallocated handle, resulting in system crashes or memory corruption. The fix involves ensuring that IRQ requests follow the registration of the power_supply handle to mitigate the risk.

Affected Version(s)

Linux e86d69dd786e94046b8f5be7df1b9a8226a40b2a

Linux e86d69dd786e94046b8f5be7df1b9a8226a40b2a < 62d753b916bd500bb269b7078cdab73198ab4718

Linux e86d69dd786e94046b8f5be7df1b9a8226a40b2a

References

CVSS V3.1

Score:
8.4
Severity:
HIGH
Confidentiality:
High
Integrity:
High
Availability:
High
Attack Vector:
Local
Attack Complexity:
Low
Privileges Required:
None
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.