CVE-2026-45853: drm/amdgpu: Use kvfree instead of kfree in amdgpu_gmc_get_nps_memranges()

Published May 27, 2026
·
Updated

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

drm/amdgpu: Use kvfree instead of kfree in amdgpugmcgetnpsmemranges()

amdgpudiscoverygetnpsinfo() internally allocates memory for ranges using kvcalloc(), which may use vmalloc() for large allocation. Using kfree() to release vmalloc memory will lead to a memory corruption.

Use kvfree() to safely handle both kmalloc and vmalloc allocations.

Compile tested only. Issue found using a prototype static analysis tool and code review.

Affected Software

4 affected components
Linux Linux kernel (amdgpu)
Linux Linux kernel>=6.11<6.12.75
Linux Linux kernel>=6.13<6.18.14
Linux Linux kernel>=6.19<6.19.4

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Apply the drm/amdgpu code change to use kvfree() instead of kfree() when freeing memory allocated by amdgpu_discovery_get_nps_info() / amdgpu_gmc_get_nps_memranges(), because kfree() on vmalloc memory can lead to memory corruption.

Event History

May 27, 2026
CVE Published
via MITRE·12:15 PM
Data Sourced
via MITRE·12:15 PM
Description
Data Sourced
via NVD·02:16 PM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-45853?

CVE-2026-45853 has a severity rating of high with a CVSS score of 7.8.

2

How do I fix CVE-2026-45853?

To fix CVE-2026-45853, update the Linux kernel to a version that addresses this vulnerability.

3

What systems are affected by CVE-2026-45853?

CVE-2026-45853 affects the Linux kernel, specifically the amdgpu component.

4

What type of vulnerability is CVE-2026-45853?

CVE-2026-45853 is a memory handling vulnerability due to improper use of kfree instead of kvfree.

5

What could happen if CVE-2026-45853 is exploited?

If exploited, CVE-2026-45853 could lead to potential memory corruption and stability issues in affected systems.

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