CVE-2026-31566

Source
https://cve.org/CVERecord?id=CVE-2026-31566
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-31566.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-31566
Downstream
Published
2026-04-24T14:35:46.740Z
Modified
2026-07-08T08:00:04.307736960Z
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
drm/amdgpu: Fix fence put before wait in amdgpu_amdkfd_submit_ib
Details

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

drm/amdgpu: Fix fence put before wait in amdgpuamdkfdsubmit_ib

amdgpuamdkfdsubmitib() submits a GPU job and gets a fence from amdgpuib_schedule(). This fence is used to wait for job completion.

Currently, the code drops the fence reference using dmafenceput() before calling dmafencewait().

If dmafenceput() releases the last reference, the fence may be freed before dmafencewait() is called. This can lead to a use-after-free.

Fix this by waiting on the fence first and releasing the reference only after dmafencewait() completes.

Fixes the below: drivers/gpu/drm/amd/amdgpu/amdgpuamdkfd.c:697 amdgpuamdkfdsubmitib() warn: passing freed memory 'f' (line 696)

(cherry picked from commit 8b9e5259adc385b61a6590a13b82ae0ac2bd3482)

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31566.json",
    "cna_assigner": "Linux"
}
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
9ae55f030dc523fc4dc6069557e4a887ea815453
Fixed
bc7760c107dc08ef3e231d72c492e67b0a86848b
Fixed
e23602eb0779760544314ed3905fa6a89a4e4070
Fixed
138e42be35ff2ce6572ae744de851ea286cf3c69
Fixed
39820864eacd886f1a6f817414fb8f9ea3e9a2b4
Fixed
42d248726a0837640452b71c5a202ca3d35239ec
Fixed
7150850146ebfa4ca998f653f264b8df6f7f85be

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.0.0
Fixed
6.1.168
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.131
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.80
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.21
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.11

Database specific

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