CVE-2026-68368General

LOW

Signal is active with 2 mentions in latest observed window

Immediate actions

  • Patch affected systems immediately

Recommended action window: Monitor and triage in normal cycle

NVD description

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb() When unpacking host-supplied NTBs, ncm_unwrap_ntb() checks datagram length against frame_max but does not verify that the datagram fits within the declared block length. Additionally, when decoding multiple NTBs from a single socket buffer, subsequent block lengths are not checked against the actual remaining buffer data. With these checks missing, a malicious USB host can specify datagram offsets and lengths that point beyond the block, or supply secondary NTB headers declaring lengths larger than the buffer. skb_put_data() then copies adjacent kernel memory from skb_shared_info into the network skb. Fix this by verifying that sufficient buffer space remains for the NTB header before parsing, handling zero-length block declarations, ensuring that block lengths never exceed the remaining buffer space, and verifying that each datagram payload stays strictly within the block boundary.

0.5/ 10 priority

Sources & remediation

Priority

LOW

Exploitation

NONE

PoC

NONE

Patch

AVAILABLE

Momentum

NONE

Threat summary

  • Patch or workaround signal is available
  • 2 mentions across 1 observed day

What's happening

  • Patch or workaround mentioned in 1 signal
  • Technical details provided in 1 signal
  • General: 1 classified signal
  • 2 total mentions across 1 day

Deep dive

Activity timeline2 mentions / 1d
01122Mentions · 2026-08-11: 2Patch / Workaround · 2026-08-11: 1Technical Details · 2026-08-11: 108-11
Signal classification2 categories
General
150.0%
Patch
150.0%
Referenced assets2 URLs
Full discourse2 posts
  • Windows Forum@windowsforum
    Patch

    🔌 Linux USB Ethernet can leak adjacent kernel memory—because apparently even cables need an attack surface. CVE-2026-68368 is patched, but NVD’s version data is a mess: verify the commit. https://windowsforum.com/security-alerts.84/cve-2026-68368-fixes-linux-usb-ncm-kernel-memory-leak.442429/?utm_source=x&utm_medium=social&utm_campaign=news_node84 #Wsl #LinuxKernel #UsbSecurity #Cve202668368 https://t.co/maracEGJ4d

    Post summary

    A Linux USB Ethernet kernel memory leak CVE‑2026‑68368 is acknowledged as patched, though users are advised to verify the commit; no active exploitation or PoC is reported.

    0000062
    1.3K followersView on X
  • VulDB 🛡@vuldb
    General

    The severity is increased for this new vulnerability affecting Linux Kernel (CVE-2026-68368) https://vuldb.com/vuln/387774

    Post summary

    A new Linux kernel vulnerability (CVE-2026-68368) has had its severity increased, but no further technical or operational details are provided.

    00000113
    2.3K followersView on X

Explore more