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

7.8 · HIGH
Published Jul 19, 2026 EPSS 0.15% (5th pctl)

Overview

CVE-2026-63910 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:

dma-buf: fix UAF in dma_buf_fd() tracepoint

Once FD_ADD() returns, the fd is live in the file descriptor table

and a thread sharing that table can close() it before DMA_BUF_TRACE()

runs. The close drops the last reference, __fput() frees the dma_buf,

and the tracepoint then dereferences dmabuf to take dmabuf->name_lock

-- slab-use-after-free.

Split FD_ADD() back into get_unused_fd_flags() + fd_install() and

emit the tracepoint between them. While the fdtable slot is reserved

with a NULL file pointer, a racing close() returns -EBADF without

entering __fput(), so the dma_buf stays alive across the trace. Same

approach as commit 2d76319c4cbb ("dma-buf: fix UAF in dma_buf_put()

tracepoint").

This undoes the FD_ADD() conversion done in commit 34dfce523c90

("dma: convert dma_buf_fd() to FD_ADD()"); FD_ADD() has no place to

hook the tracepoint safely.

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

CVE-2026-63910 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-63910?

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

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

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