CyberRota
← Ana sayfaya dön

CVE-2026-64553

UNKNOWN · CVSS N/A EPSS %0.18

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-07-27T21:17:08.307 · Çekilme zamanı: 2026-07-28T18:30:25.181326+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

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

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: net: psample: fix info leak in PSAMPLE_ATTR_DATA psample open codes nla_put() presumably to avoid wiping the data with 0s just to override it with packet data. This open coding is missing clearing the pad, however, each netlink attr is padded to 4B and data_len may not be divisible by 4B.