CVE-2026-97427: drm/amd/pm: bound pp_dpm_set_pp_table() memcpy

Published Sep 24, 2026
·
Updated

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

drm/amd/pm: bound ppdpmsetpptable() memcpy

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

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In drm/amd/pm pp_dpm_set_pp_table(), bound the memcpy size to soft_pp_table_size and reject writes where size exceeds soft_pp_table_size.

Event History

Sep 24, 2026
CVE Published
via MITRE·04:03 PM
Data Sourced
via MITRE·04:03 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

What is required to trigger the vulnerable path?

The vulnerable path is reached through a sysfs store operation that supplies a powerplay table. An input whose size exceeds soft_pp_table_size can cause the copy to exceed the allocation; the supplied size could be up to PAGE_SIZE.

2

How can I verify that the fix is present?

Inspect the pp_dpm_set_pp_table() handling for a size check that rejects writes when size exceeds soft_pp_table_size before the memcpy is performed.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203