CyberRota
← Ana sayfaya dön

CVE-2026-52985

UNKNOWN · CVSS N/A EPSS %0.18

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T17:17:09.260 · Çekilme zamanı: 2026-06-30T18:31:48.252208+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-52985
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.18
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: netdevsim: zero initialize struct iphdr in dummy sk_buff Syzbot reports a KMSAN uninit-value originating from nsim_dev_trap_skb_build, with the allocation also being performed in the same function. Fix this by calling skb_put_zero instead of skb_put to guarantee zero initialization of the whole IP header.