CVE-2026-72095

Source
https://cve.org/CVERecord?id=CVE-2026-72095
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72095.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72095
Downstream
Published
2026-08-15T05:52:41.470Z
Modified
2026-08-18T03:56:20.481070720Z
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-fence: Make dma_fence_dedup_array() robust against 0-count input
Details

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

dma-fence: Make dmafencededup_array() robust against 0-count input

dmafencededuparray() returns 1 when called with numfences == 0: the for-loop body never executes, j stays at 0, and the final return ++j yields 1. This contradicts both the kernel-doc ("Return: Number of unique fences remaining in the array") and the natural expectation that 0 input gives 0 output.

The caller _dmafenceunwrapmerge() bails out via the if (count == 0 || count == 1) fast path and so is save.

But amdgpuuserqwait_*() could reach the dedup call with a zero local count and dereference an uninitialized fence slot in the array.

Make the contract match the documentation by returning 0 early. This also skips an unnecessary sort() call on an empty array.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72095.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
575ec9b0c2f11f40535ea737ed5a64792780d1ef
Fixed
7aa8f3dba53422465dbe1be8dbb7240304462bb2
Fixed
e2d9a2ea178a5da0b4a6693e8ebca5c7fc4d7051
Fixed
77a9298741f8f9e8b963c977f5582ab21c6d3427

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72095.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-72095.json"