CyberRota
← Ana sayfaya dön

CVE-2026-45926

UNKNOWN · CVSS N/A EPSS %0.16

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

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-45926
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.16
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: rust: pwm: Fix potential memory leak on init error When initializing a PWM chip using pwmchip_alloc(), the allocated device owns an initial reference that must be released on all error paths. If __pinned_init() were to fail, the allocated pwm_chip would currently leak because the error path returns without calling pwmchip_put().