Junglewise Threat Intelligence

CVE-2026-43072: Linux Linux kernel improper error handling in vc4 HDMI driver

CVE-2026-43072 · Severity: medium · CVSS 5.5 · Published 2026-05-05

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's video driver for Broadcom VC4 graphics (commonly used in Raspberry Pi devices). The system fails to properly check for errors when setting up display-related interrupts, which could lead to system instability or a crash. This primarily affects the availability of the device's display and HDMI functions.

Technical details

A vulnerability exists in the vc4_hdmi_hotplug_init function within drivers/gpu/drm/vc4/vc4_hdmi.c. The driver calls platform_get_irq_byname() to retrieve IRQs for 'hpd-connected' and 'hpd-removed' events but stores the result in an unsigned integer and fails to check for negative error codes. These unvalidated values are then passed directly to devm_request_threaded_irq(). An attacker with local access could potentially exploit this improper error handling to cause a kernel panic or denial of service. The issue has been resolved by correctly checking for negative return values before proceeding with IRQ registration.

Affected products

  • Linux Linux Kernel vc4 driver component

Timeline

  • 2026-02-23: other: Patch authored
  • 2026-03-05: patched: Initial patch commit
  • 2026-05-05: disclosed: CVE published

References

Related threats