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

5.5 · MEDIUM
Published Jul 24, 2026 linux

Overview

CVE-2026-64233 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 24, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

usb: gadget: uvc: hold opts->lock across XU walks in uvc_function_bind

uvc_function_bind() walks &opts->extension_units twice without holding

opts->lock:

- directly, for the iExtension string-descriptor fixup loop;

- indirectly, four times via uvc_copy_descriptors() (once per speed),

where the helper iterates uvc->desc.extension_units (which aliases

&opts->extension_units) to size and emit XU descriptors.

The configfs side (uvcg_extension_make / uvcg_extension_drop, in

drivers/usb/gadget/function/uvc_configfs.c) takes opts->lock around its

list_add_tail / list_del operations. A privileged userspace process

that holds the configfs subtree open and writes the gadget UDC name

to bind the function while concurrently rmdir()'ing an extensions

subdir can race uvcg_extension_drop() against the bind-time list walks

and dereference a freed struct uvcg_extension.

Hold opts->lock from the start of the XU string-

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.3, < 6.6.143 Affected

Frequently Asked Questions

What is CVE-2026-64233?

CVE-2026-64233 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 24, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-64233?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-64233?

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