CyberRota
← Ana sayfaya dön

CVE-2026-31671

MEDIUM · CVSS 5.5 EPSS %0.01

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-04-24T15:16:46.903 · Çekilme zamanı: 2026-05-24T12:01:09.685107+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

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

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: xfrm_user: fix info leak in build_report() struct xfrm_user_report is a __u8 proto field followed by a struct xfrm_selector which means there is three "empty" bytes of padding, but the padding is never zeroed before copying to userspace. Fix that up by zeroing the structure before setting individual member variables.