Junglewise Threat Intelligence

CVE-2026-43332: Linux Kernel use-after-free in thermal zone device registration

CVE-2026-43332 · Severity: high · CVSS 7.8 · Published 2026-05-08

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability exists in the Linux kernel's thermal management system, which monitors and regulates hardware temperatures. If the system fails while setting up a new thermal sensor or zone, it may incorrectly clean up its internal memory. This could allow a local attacker to cause a system crash or potentially gain unauthorized access to sensitive information.

Technical details

A use-after-free vulnerability exists in the Linux kernel thermal core component due to an improper error handling path in thermal_zone_device_register_with_trips(). If registration fails after the thermal zone device has been initialized, the error path fails to wait for the completion of the device's removal. If a userspace process has acquired a reference to the thermal zone's kobject, the thermal_release() function may not be triggered immediately, leading to the thermal zone structure being freed prematurely while still referenced. This is a local attack vector requiring low privileges. Patches have been released across multiple stable kernel branches (e.g., 6.6.y, 6.12.y, 6.18.y, 6.19.y).

Affected products

  • Linux Linux Kernel 6.13 to 6.18.22, 6.19 to 6.19.12, 6.6.14 to 6.6.134, 6.8 to 6.12.81, 6.7.2, 7.0-rc1 to 7.0-rc6

Timeline

  • 2026-05-08: disclosed
  • 2026-04-01: patched: Initial patch authored by Rafael J. Wysocki
  • 2026-05-08: advisory

References

Related threats