In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
May 1, 2026
to the GitHub Advisory Database
•
Updated May 8, 2026
Description
Published by the National Vulnerability Database
May 1, 2026
Published to the GitHub Advisory Database
May 1, 2026
Last updated
May 8, 2026
In the Linux kernel, the following vulnerability has been resolved:
net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to prevent an info-leak
When building netlink messages, tc_chain_fill_node() never initializes
the tcm_info field of struct tcmsg. Since the allocation is not zeroed,
kernel heap memory is leaked to userspace through this 4-byte field.
The fix simply zeroes tcm_info alongside the other fields that are
already initialized.
References