Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-64339

Published Jul 25, 2026 EPSS 0.20% (10th pctl)

Overview

CVE-2026-64339 is a known-severity vulnerability. It was published on July 25, 2026.

Technical Description

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

usb: misc: usbio: bound bulk IN response length to the received transfer

usbio_bulk_msg() copies bpkt_len = le16_to_cpu(bpkt->len) bytes out of

the bulk IN buffer (usbio->rxbuf, allocated with size usbio->rxbuf_len)

into the caller's buffer. bpkt_len is fully controlled by the device

and is only checked against ibuf_len; ibuf_len in turn is checked

against usbio->txbuf_len, not against rxbuf_len:

if ((obuf_len > (usbio->txbuf_len - sizeof(*bpkt))) ||

(ibuf_len > (usbio->txbuf_len - sizeof(*bpkt))))

return -EMSGSIZE;

txbuf_len and rxbuf_len are taken independently from the bulk OUT and

bulk IN endpoint wMaxPacketSize in usbio_probe(). A malicious or

malfunctioning device that advertises a large bulk OUT endpoint and a

small bulk IN endpoint (e.g. by claiming one of the quirk-free IDs such

as the Lattice NX33U, 0x2ac1:0x20cb) therefore makes ibuf_len, and

hence the device-supplied bpkt_len, exceed rxbuf_len

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-64339?

CVE-2026-64339 is a known-severity vulnerability. It was published on July 25, 2026.

How severe is CVE-2026-64339?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-64339?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-64339?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64339 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.