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.
References
Configurations
Configuration 1 (hide)
|
History
16 Jun 2026, 02:33
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-401 | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.5:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.5:rc7:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.5:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.5:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.5:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.5:-:*:*:*:*:*:* |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/071d8fb757a8318f72c8e02898c2cf7e14e21fb6 - Patch | |
| References | () https://git.kernel.org/stable/c/3d4202ee6494c0d576cdc104b12e0834ca8136a8 - Patch | |
| References | () https://git.kernel.org/stable/c/3e5349e54113e2dce1a659c57935e18032742e56 - Patch | |
| References | () https://git.kernel.org/stable/c/762a26818934241b8b0172a229d2cf5d87260e40 - Patch | |
| References | () https://git.kernel.org/stable/c/81831d56b723bc1090ce3158feddaca88e85f939 - Patch | |
| References | () https://git.kernel.org/stable/c/b024a8efee0f55d330a1cdd3eac8f79ac5acd3be - Patch | |
| References | () https://git.kernel.org/stable/c/bd1ad63e11b2a568e98de536f319054d2de29f56 - Patch | |
| References | () https://git.kernel.org/stable/c/ce4e25198a6aaaaf36248edf8daf3d744ec8e309 - Patch | |
| First Time |
Linux linux Kernel
Linux |
27 May 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 14:17
Updated : 2026-06-16 02:33
NVD link : CVE-2026-45954
Mitre link : CVE-2026-45954
CVE.ORG link : CVE-2026-45954
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
