CVE-2026-72093

Source
https://cve.org/CVERecord?id=CVE-2026-72093
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72093.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72093
Downstream
Published
2026-08-15T05:52:39.865Z
Modified
2026-08-18T03:56:37.267410714Z
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
accel/amdxdna: Fix use-after-free in amdxdna_gem_dmabuf_mmap()
Details

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

accel/amdxdna: Fix use-after-free in amdxdnagemdmabuf_mmap()

When vminsertpages() fails, the error path calls vma->vmops->close(vma) which internally calls drmgemvmclose() → drmgemobjectput(), releasing the GEM object reference acquired at the start of the function. However, the closevma label then falls through to putobj, which calls drmgemobjectput() a second time on the same object.

If the first put releases the last reference, the object is freed and the second put accesses freed memory, causing a use-after-free.

Fix by returning directly from closevma instead of falling through to putobj, since the close handler already performs all necessary cleanup including the object put.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72093.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
e486147c912f653ef4b60a6c7dbd4168a4c56a9f
Fixed
4e370b5289624f46a356dcc94f9f87025eaa6036
Fixed
5da885c39baa70f570a8be35a78e85a351f33918
Fixed
63bbf9ac5dde2ba85e7b39d0a0b7d540e6252ba4

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.16.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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