Junglewise Threat Intelligence

CVE-2026-45954: Linux Kernel memory leak in au1200fb_drv_probe

CVE-2026-45954 · Severity: info · CVSS 2.1 · Published 2026-05-27

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A memory leak vulnerability was identified in the Linux kernel's au1200fb framebuffer driver. This driver is responsible for managing display output on specific hardware platforms. If the driver fails to initialize correctly, it may fail to release system memory, which could eventually lead to reduced system performance or instability if triggered repeatedly.

Technical details

A memory leak exists in the au1200fb_drv_probe() function within drivers/video/fbdev/au1200fb.c. When the function calls platform_get_irq() and encounters an error, it returns the error code immediately without executing the necessary cleanup routines for previously allocated resources. An attacker with local access could potentially exploit this by repeatedly triggering probe failures (if the environment allows) to exhaust system memory. The fix introduces a goto label to ensure that proper resource deallocation occurs even when an IRQ retrieval failure happens.

Affected products

  • Linux Linux Kernel All versions prior to the fixed stable releases (e.g., 6.1, 6.6, 6.10, etc.)

Timeline

  • 2026-02-03: other: Patch authored
  • 2026-05-27: advisory: NVD publication date

References

Related threats