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

  drm/amd/pm: bound pp_dpm_set_pp_table() memcpy

  The powerplay path allocates hardcode_pp_table once with kmemdup(...,
  soft_pp_table_size)
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/amd/pm: bound pp_dpm_set_pp_table() memcpy

  The powerplay path allocates hardcode_pp_table once with kmemdup(...,
  soft_pp_table_size). memcpy(..., size) used the sy…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    43d2ab8408f9f468b232350c74160ae21e763020
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    3334985f8b4c7c637a829744c81518ad9a671bcb
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    f193e71fa9fab2e68ef85201b106e8f580d3a25b
  - Linux < 6.12.111
  - Linux < 6.18.53
  - Linux (all versions)
published: '2026-09-24'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T13:17:26.283'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97427'
references:
  - url: 'https://git.kernel.org/stable/c/3334985f8b4c7c637a829744c81518ad9a671bcb'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/43d2ab8408f9f468b232350c74160ae21e763020'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/f193e71fa9fab2e68ef85201b106e8f580d3a25b'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-24T16:47:15.882Z'
---

## Overview

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

drm/amd/pm: bound pp_dpm_set_pp_table() memcpy

The powerplay path allocates hardcode_pp_table once with kmemdup(...,
soft_pp_table_size). memcpy(..., size) used the sysfs store count (up to
PAGE_SIZE) with no upper bound, causing heap overflow. Reject
writes where size exceeds soft_pp_table_size.

## Remediation

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