CVE-2026-72328

Source
https://cve.org/CVERecord?id=CVE-2026-72328
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72328.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72328
Downstream
Published
2026-08-15T05:55:39Z
Modified
2026-08-18T03:56:23Z
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 potential amdxdna_umap lifetime race
Details

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

accel/amdxdna: Fix potential amdxdna_umap lifetime race

amdxdna_umap_release() calls the blocking mmu_interval_notifier_remove() before removing the object from abo->mem.umap_list. If aie2_populate_range() runs concurrently, it may obtain a reference to an amdxdna_umap that is being released, leading to a potential use-after-free.

Use kref_get_unless_zero() in aie2_populate_range() when acquiring a reference. If the reference count has already dropped to zero, release is in progress and the entry is skipped.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72328.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
267809e2c56fbea486f7250c8a4acddcc3c54dc5
Fixed
91e8109ecffb925b6202d2737384df285b195bfb
Fixed
14f172eff9c19f8043a9858845f33cd034f3a41e

Database specific

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