---
id: CVE-2026-90239
title: |-
  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…
summary: |-
  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…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 4c5feef6a62c22b578344891232872056415a3dd <
    a1f8750668e552837df781783909f2f680958006
  - >-
    Linux >= 4c5feef6a62c22b578344891232872056415a3dd <
    fea97ee13c5332f67850733d6cefc1fe99460bde
  - Linux 7.2
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:17:19.860'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90239'
references:
  - url: 'https://git.kernel.org/stable/c/a1f8750668e552837df781783909f2f680958006'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/fea97ee13c5332f67850733d6cefc1fe99460bde'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.847Z'
epss: 0.00189
epssPercentile: 0.0881
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
