CVE-2026-45954
Analyzed Analyzed - Analysis Complete
Memory Leak in Linux Kernel fbdev au1200fb Driver

Publication date: 2026-05-27

Last updated on: 2026-06-16

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe() In au1200fb_drv_probe(), when platform_get_irq fails(), it directly returns from the function with an error code, which causes a memory leak. Replace it with a goto label to ensure proper cleanup.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-06-16
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 17 associated CPEs
Vendor Product Version / Range
linux linux_kernel 6.5
linux linux_kernel 6.5
linux linux_kernel 6.5
linux linux_kernel 6.5
linux linux_kernel 6.5
linux linux_kernel From 6.4.7 (inc) to 6.5 (exc)
linux linux_kernel From 4.19.291 (inc) to 4.20 (exc)
linux linux_kernel From 4.14.322 (inc) to 4.15 (exc)
linux linux_kernel From 5.4.251 (inc) to 5.5 (exc)
linux linux_kernel 6.5
linux linux_kernel From 6.13 (inc) to 6.18.14 (exc)
linux linux_kernel From 6.19 (inc) to 6.19.4 (exc)
linux linux_kernel From 6.7 (inc) to 6.12.75 (exc)
linux linux_kernel From 5.10.188 (inc) to 5.10.252 (exc)
linux linux_kernel From 5.15.123 (inc) to 5.15.202 (exc)
linux linux_kernel From 6.1.42 (inc) to 6.1.165 (exc)
linux linux_kernel From 6.5.1 (inc) to 6.6.128 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-401 The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's fbdev au1200fb driver, specifically in the function au1200fb_drv_probe().

When the function platform_get_irq fails, it returns immediately with an error code without properly cleaning up allocated memory, causing a memory leak.

The fix replaces the direct return with a goto label to ensure that all allocated resources are properly freed before exiting the function.

Impact Analysis

The memory leak caused by this vulnerability can lead to increased memory usage over time when the affected function fails.

This may degrade system performance or stability, especially on systems that frequently encounter this error condition.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-45954. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart