CyberRota
← Ana sayfaya dön

CVE-2026-45881

UNKNOWN · CVSS N/A EPSS %0.21

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

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-45881
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.21
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: soc: mediatek: svs: Fix memory leak in svs_enable_debug_write() In svs_enable_debug_write(), the buf allocated by memdup_user_nul() is leaked if kstrtoint() fails. Fix this by using __free(kfree) to automatically free buf, eliminating the need for explicit kfree() calls and preventing leaks. [Angelo: Added missing cleanup.h inclusion]