---
id: CVE-2026-97494
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/amdgpu: validate and share PSP fw_pri_buf copies via psp_copy_fw

  Change psp_copy_fw from void to int: return -ENODEV when drm_dev_enter
  fails, and -EINVAL when the…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/amdgpu: validate and share PSP fw_pri_buf copies via psp_copy_fw

  Change psp_copy_fw from void to int: return -ENODEV when drm_dev_enter
  fails, and -EINVAL when the…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    25bec2425c3d50ba9a92ad87bbf8628be29e5c32
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    1aa55af304a2decaacca1d1fabe4257c277ca54a
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    d1f9f5839bd785a3a06335a01d53282e80f8e5fa
  - Linux < 6.12.111
  - Linux < 6.18.53
  - Linux (all versions)
published: '2026-09-24'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T17:17:27.060'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97494'
references:
  - url: 'https://git.kernel.org/stable/c/1aa55af304a2decaacca1d1fabe4257c277ca54a'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/25bec2425c3d50ba9a92ad87bbf8628be29e5c32'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/d1f9f5839bd785a3a06335a01d53282e80f8e5fa'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-24T16:47:15.866Z'
---

## Overview

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

drm/amdgpu: validate and share PSP fw_pri_buf copies via psp_copy_fw

Change psp_copy_fw from void to int: return -ENODEV when drm_dev_enter
fails, and -EINVAL when the image size is zero or larger than the
1 MiB PSP private buffer.

Replace open-coded memset/memcpy into fw_pri_buf with psp_copy_fw.

## Remediation

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