CVE-2026-68288
Last modified
CVE-2026-68288 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: drop_monitor: fix info leak in NET_DM_ATTR_PAYLOAD net_dm_packet_report_fill() and net_dm_hw_packet_report_fill() open code the NET_DM_ATTR_PAYLOAD attribute to avoid zeroing the packet payload before overwriting it with skb_copy_bits(). skb_put() reserves nla_total_size(payload_len), i.e. the header plus the NLA_ALIGN() padding, but only payload_len bytes are copied in.
Description
In the Linux kernel, the following vulnerability has been resolved: net: drop_monitor: fix info leak in NET_DM_ATTR_PAYLOAD net_dm_packet_report_fill() and net_dm_hw_packet_report_fill() open code the NET_DM_ATTR_PAYLOAD attribute to avoid zeroing the packet payload before overwriting it with skb_copy_bits(). skb_put() reserves nla_total_size(payload_len), i.e. the header plus the NLA_ALIGN() padding, but only payload_len bytes are copied in. When payload_len is not a multiple of 4 the 1-3 padding bytes are never initialized and are leaked to user space inside the netlink message. KMSAN confirms the leak for the software path when the packet payload length is not 4-byte aligned: BUG: KMSAN: kernel-infoleak in _copy_to_iter _copy_to_iter __skb_datagram_iter skb_copy_datagram_iter netlink_recvmsg sock_recvmsg __sys_recvfrom Uninit was created at: kmem_cache_alloc_node_noprof __alloc_skb net_dm_packet_work Bytes 173-175 of 176 are uninitialized Use __nla_reserve(), which sets up the attribute header and zeroes the padding, instead of open coding the attribute construction.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ca30707dee2bc8bc81cfd8b4277fe90f7ca6df1f, < 8fd6975d2aecc36b25ee82b6aef88e62a3527ccb; >= ca30707dee2bc8bc81cfd8b4277fe90f7ca6df1f, < 5e9c8baee0329fbefe7c67aea945e2a07f15e98b |
| Linux | Linux | 5.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68288?
How severe is CVE-2026-68288?
How do I fix CVE-2026-68288?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68282In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68283In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68284In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68285In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68286In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68287In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68289In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6829nesquena hermes-webui contains a trust-boundary failure vuln…6.3
- CVE-2026-68290In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68291In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68292In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68293In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68288?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
