CVE-2026-90239
Last modified
CVE-2026-90239 is a vulnerability of currently unknown severity. 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..
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4c5feef6a62c22b578344891232872056415a3dd, < a1f8750668e552837df781783909f2f680958006; >= 4c5feef6a62c22b578344891232872056415a3dd, < fea97ee13c5332f67850733d6cefc1fe99460bde |
| Linux | Linux | 7.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90239?
How severe is CVE-2026-90239?
How do I fix CVE-2026-90239?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90233In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90234In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-90235In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90236In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90237In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90238In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9024A Stored Cross-site Scripting (XSS) vulnerability affecting …8.7
- CVE-2026-90240In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90241In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-90242In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90243In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-90244In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-90239?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
