CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-64351

mediumCVSS 5.5covered by 2 sourcesfirst seen 2026-07-14
In the Linux kernel, the following vulnerability has been resolved: net: usb: kalmia: bound RX frame length in kalmia_rx_fixup() kalmia_rx_fixup() computes usb_packet_length = skb->len - (2 * KALMIA_HEADER_LENGTH) as a u16, guarded only by a pre-loop check that skb->len is at least KALMIA_HEADER_LENGTH, which is 6. A device can deliver a short bulk-IN frame with skb->len in the 6 to 11 range, or leave a short trailing remainder on a later loop iteration. Either case underflows usb_packet_length to about 65530. That bypasses the usb_packet_length < ether_packet_length truncation path. The device-supplied ether_packet_length, a le16 up to 65535 read from header_start[2], then drives a memcmp() and the following skb_trim() and skb_pull() past the end of the rx buffer. The rx buffer is hard_mtu * 10, which is 14000 bytes. That is an out of bounds read. Require both the start and end framing headers to be present before subtracting them, on every loop iteration.

CSIRTS triage

Other
What
This vulnerability bounds the RX frame length in the kalmia driver.
Who is affected
Deployments using the kalmia USB driver.
Urgency
Remediation is important to prevent potential buffer overflow issues.
Action
Apply the fix for CVE-2026-64351.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-64351

Get an email if CVE-2026-64351 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-64351

CVE.org record

Embed the live status

CVE-2026-64351 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-64351 status](https://www.csirts.com/badge/CVE-2026-64351)](https://www.csirts.com/cve/CVE-2026-64351)