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

7.8 · HIGH
Published Jul 19, 2026 EPSS 0.17% (6th pctl)

Overview

CVE-2026-63894 is a high-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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: f_fs: serialize DMABUF cancel against request completion

ffs_epfile_dmabuf_io_complete() calls usb_ep_free_request() on the

completed request but leaves priv->req, the back-pointer that

ffs_dmabuf_transfer() set on submission, pointing at the freed

memory. A later FUNCTIONFS_DMABUF_DETACH ioctl or

ffs_epfile_release() on the close path still sees priv->req

non-NULL under ffs->eps_lock:

if (priv->ep && priv->req)

usb_ep_dequeue(priv->ep, priv->req);

so usb_ep_dequeue() is called on a freed usb_request.

On dummy_hcd the dequeue path only walks a live queue and

pointer-compares, so the freed pointer reads without faulting and

KASAN requires an explicit check at the FunctionFS call site to

surface the use-after-free. On SG-capable in-tree UDCs the

dequeue path dereferences the supplied request immediately:

* chipidea's ep_dequeue() does

container_of(req, struct ci_hw_req, req) and

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

CVE-2026-63894 is a high-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-63894?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-63894?

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

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