CVE-2026-90239

Source
https://cve.org/CVERecord?id=CVE-2026-90239
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90239.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90239
Downstream
Published
2026-09-17T16:07:43Z
Modified
2026-09-18T03:48:36Z
Summary
media: amd: isp4: release partial allocations in isp4if_alloc_fw_gpumem()
Details

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

media: amd: isp4: release partial allocations in isp4if_alloc_fw_gpumem()

isp4if_alloc_fw_gpumem() allocates several GPU memory pools in sequence. If one of them fails, it jumps to error_no_memory and returns -ENOMEM without releasing the pools that were already allocated, leaking them.

Release the already-allocated pools before returning. isp4if_gpu_mem_free() is a no-op on pools that were not allocated, so calling isp4if_dealloc_fw_gpumem() here safely frees exactly the pools that succeeded.

isp4if_gpu_mem_free() previously logged an error for a NULL entry, which is a normal case during partial-allocation cleanup, so make it silent.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90239.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
4c5feef6a62c22b578344891232872056415a3dd
Fixed
a1f8750668e552837df781783909f2f680958006
Fixed
fea97ee13c5332f67850733d6cefc1fe99460bde

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.6

Database specific

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