PT-2026-39087 · Linux · Linux Kernel

CVE-2026-43426

·

Published

2026-05-08

·

Updated

2026-07-21

CVSS v3.1

7.8

High

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description A use-after-free issue exists in the renesas usbhs driver. In the usbhs remove() function, the driver releases resources, including the pipe array, while the interrupt handler usbhs interrupt() remains registered. If an interrupt occurs after usbhs pipe remove() is executed but before the driver is completely unbound, the Interrupt Service Routine (ISR)—a specialized function that handles hardware interrupts—may access memory that has already been freed.
Recommendations Call devm free irq() before freeing resources to ensure the interrupt handler is disabled and synchronized before usbhs pipe remove() is called.

Exploit

Fix

Use After Free

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CVE-2026-43426
SUSE-SU-2026:3130-1
USN-8567-1
USN-8574-1
USN-8575-1
USN-8576-1

Affected Products

Linux Kernel