In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
May 6, 2026
to the GitHub Advisory Database
•
Updated Jun 1, 2026
Description
Published by the National Vulnerability Database
May 6, 2026
Published to the GitHub Advisory Database
May 6, 2026
Last updated
Jun 1, 2026
In the Linux kernel, the following vulnerability has been resolved:
xfrm_user: fix info leak in build_mapping()
struct xfrm_usersa_id has a one-byte padding hole after the proto
field, which ends up never getting set to zero before copying out to
userspace. Fix that up by zeroing out the whole structure before
setting individual variables.
References