NONE · 0

CVE-2026-64553

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 ...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-64553?

CVE-2026-64553 is a documented vulnerability. 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 ...

How severe is CVE-2026-64553?

CVSS scoring is not yet available for CVE-2026-64553. Check NVD for updates.

Is there a patch for CVE-2026-64553?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.