In the Linux kernel, the following vulnerability has been resolved:
net: psample: fix info leak in PSAMPLEATTRDATA
psample open codes nlaput() 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 datalen may not be divisible by 4B.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64553.json"
}