CyberRota
← Ana sayfaya dön

CVE-2026-64161

UNKNOWN · CVSS N/A

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-07-19T16:17:58.113 · Çekilme zamanı: 2026-07-20T12:07:09.426266+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-64161
Severity
UNKNOWN
CVSS
N/A
EPSS
Yok
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssm-prueth: fix eth_ports_node leak in probe The error path on of_property_read_u32() failure inside icssm_prueth_probe() returns without putting eth_ports_node, which was acquired before the for_each_child_of_node() loop. Drop it before returning.