CVE-2026-89828

Source
https://cve.org/CVERecord?id=CVE-2026-89828
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89828.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89828
Downstream
Published
2026-09-16T10:31:00Z
Modified
2026-09-18T03:48:33Z
Summary
drm/amdgpu: Fix init ordering in amdgpu_vram_mgr_init()
Details

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

drm/amdgpu: Fix init ordering in amdgpu_vram_mgr_init()

drmm_cgroup_register_region() is called before INIT_LIST_HEAD() and gpu_buddy_init() in amdgpu_vram_mgr_init(). If it fails, the function returns early and bypasses those initializations.

Since adev->mman.initialized is set to true before amdgpu_vram_mgr_init() is called, a failure triggers amdgpu_ttm_fini(), which calls amdgpu_vram_mgr_fini(), which then:

  • Calls list_for_each_entry_safe() on reservations_pending and reserved_pages, whose list_head::next pointers are zero-initialized (NULL). The loop does not recognize them as empty and dereferences NULL.

  • Calls gpu_buddy_fini(), which iterates free_trees[] unconditionally via for_each_free_tree(). Since mm->free_trees is NULL (never allocated), this dereferences NULL.

Both result in a kernel panic on the module load error path.

Fix by moving drmm_cgroup_register_region() to after the list and buddy allocator are fully initialized, so the teardown path is safe to run.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89828.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
2b624a2c18656ea32e0849e7bc0018ba3c97ca64
Fixed
e184e46ca1ba652ab8053a10a51b39aad06d3f5c
Fixed
3e234c6face8651045f46895dfe9c086ea64f03b
Fixed
e773798e14ac0aea54ca9676083b91f445e5bc59

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.14.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

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