CVE-2026-68288

Source
https://cve.org/CVERecord?id=CVE-2026-68288
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68288.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68288
Downstream
Published
2026-08-10T12:02:21.097Z
Modified
2026-08-12T04:18:47.380250285Z
Summary
net: drop_monitor: fix info leak in NET_DM_ATTR_PAYLOAD
Details

In the Linux kernel, the following vulnerability has been resolved:

net: dropmonitor: fix info leak in NETDMATTRPAYLOAD

netdmpacketreportfill() and netdmhwpacketreportfill() open code the NETDMATTRPAYLOAD attribute to avoid zeroing the packet payload before overwriting it with skbcopybits().

skbput() reserves nlatotalsize(payloadlen), i.e. the header plus the NLAALIGN() padding, but only payloadlen 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 copytoiter copytoiter __skbdatagramiter skb_copydatagramiter netlinkrecvmsg sockrecvmsg __sysrecvfrom Uninit was created at: kmemcache_allocnodenoprof __allocskb netdmpacketwork Bytes 173-175 of 176 are uninitialized

Use _nlareserve(), which sets up the attribute header and zeroes the padding, instead of open coding the attribute construction.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68288.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ca30707dee2bc8bc81cfd8b4277fe90f7ca6df1f
Fixed
8fd6975d2aecc36b25ee82b6aef88e62a3527ccb
Fixed
5e9c8baee0329fbefe7c67aea945e2a07f15e98b

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68288.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.4.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68288.json"