CVE-2026-97427

Unknown

Last modified

CVE-2026-97427 is a vulnerability of currently unknown severity. 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.

Description

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.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= b9c1a77e8cd73aa42c2736b6b0ffddda6230af1a, < 43d2ab8408f9f468b232350c74160ae21e763020; >= b9c1a77e8cd73aa42c2736b6b0ffddda6230af1a, < 3334985f8b4c7c637a829744c81518ad9a671bcb; >= b9c1a77e8cd73aa42c2736b6b0ffddda6230af1a, < f193e71fa9fab2e68ef85201b106e8f580d3a25b
LinuxLinux4.6

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-97427?
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.
How severe is CVE-2026-97427?
Severity scoring for CVE-2026-97427 is pending analysis.
How do I fix CVE-2026-97427?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-97427?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST