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-64338

Published Jul 25, 2026 EPSS 0.18% (7th pctl)

Overview

CVE-2026-64338 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: uss720: unregister parport on probe failure

uss720_probe() registers a parport before reading the 1284 register used

to detect unsupported Belkin F5U002 adapters. If get_1284_register()

fails, the error path drops the driver private data and the USB device

reference, but leaves the parport device registered.

Leaving the port registered is more than a private allocation leak:

parport_register_port() has already reserved a parport number and

registered the parport bus device, while pp->private_data still points at

the private data that the common error path is about to release.

Undo the pre-announce registration in the get_1284_register() failure

branch before jumping to the common private-data cleanup path. Clear

priv->pp first, matching the disconnect path and avoiding a stale pointer

in the private data.

This issue was identified during our ongoing static-analysis research while

reviewing kernel code.

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-64338?

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

How severe is CVE-2026-64338?

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-64338?

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-64338?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64338 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.