PT-2026-46009 · Linux · Linux

Published

2026-06-03

·

Updated

2026-06-03

·

CVE-2026-46246

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
power: supply: pm8916 lbc: Fix use-after-free for extcon in IRQ handler
Using the devm variant for requesting IRQ before the devm variant for allocating/registering the extcon handle, means that the extcon handle will be deallocated/unregistered before the interrupt handler (since devm naturally deallocates in reverse allocation order). This means that during removal, there is a race condition where an interrupt can fire just after the extcon handle has been freed, but just before the corresponding unregistration of the IRQ handler has run.
This will lead to the IRQ handler calling extcon set state sync() with a freed extcon handle. Which usually crashes the system or otherwise silently corrupts the memory...
Fix this racy use-after-free by making sure the IRQ is requested after the registration of the extcon handle.

Related Identifiers

CVE-2026-46246

Affected Products

Linux