CyberRota
← Ana sayfaya dön

CVE-2026-45954

MEDIUM · CVSS 5.5 EPSS %0.12

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-27T14:17:11.917 · Çekilme zamanı: 2026-06-25T12:11:16.728089+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-45954
Severity
MEDIUM
CVSS
5.5
EPSS
%0.12
Linux

Orijinal NVD Açıklaması

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.