CVE-2026-31671

· NIST NVD ↗

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.

MEDIUM
CVSS severity
5.5
CVSS base score
2026-04-24
Published

CWE codes

CWE-401

Affected products

linux:linux_kernel

Sources