CyberRota
← Ana sayfaya dön

CVE-2026-43035

MEDIUM · CVSS 5.5 EPSS %0.01

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-01T15:16:48.147 · Çekilme zamanı: 2026-05-31T12:00:18.897420+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

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

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to prevent an info-leak When building netlink messages, tc_chain_fill_node() never initializes the tcm_info field of struct tcmsg. Since the allocation is not zeroed, kernel heap memory is leaked to userspace through this 4-byte field. The fix simply zeroes tcm_info alongside the other fields that are already initialized.