CVE-2026-63910

Source
https://cve.org/CVERecord?id=CVE-2026-63910
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-63910.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-63910
Downstream
Published
2026-07-19T14:55:15.770Z
Modified
2026-07-22T03:32:04.285231178Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
dma-buf: fix UAF in dma_buf_fd() tracepoint
Details

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

dma-buf: fix UAF in dmabuffd() tracepoint

Once FDADD() returns, the fd is live in the file descriptor table and a thread sharing that table can close() it before DMABUF_TRACE() runs. The close drops the last reference, __fput() frees the dmabuf, and the tracepoint then dereferences dmabuf to take dmabuf->namelock -- slab-use-after-free.

Split FDADD() back into getunusedfdflags() + 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 dmabuf stays alive across the trace. Same approach as commit 2d76319c4cbb ("dma-buf: fix UAF in dmabufput() tracepoint").

This undoes the FDADD() conversion done in commit 34dfce523c90 ("dma: convert dmabuffd() to FDADD()"); FD_ADD() has no place to hook the tracepoint safely.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63910.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
281a226314238e8adb08d11b765347687ffb38b9
Fixed
b569f86e2f8dbf6f11d31d3de794d22e18098b23
Fixed
ead6680f354f83966c796fc7f9463a3171789616

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-63910.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.0.0
Fixed
7.0.12

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-63910.json"