CyberRota
← Ana sayfaya dön

CVE-2026-43105

MEDIUM · CVSS 5.5 EPSS %0.01

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-06T10:16:24.097 · Çekilme zamanı: 2026-06-05T06:00:41.601193+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-43105
Severity
MEDIUM
CVSS
5.5
EPSS
%0.01
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Fix memory leak of BO array in hang state The hang state's BO array is allocated separately with kzalloc() in vc4_save_hang_state() but never freed in vc4_free_hang_state(). Add the missing kfree() for the BO array before freeing the hang state struct.