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
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
Affected Vendors & Products
| 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 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. |