CVE-2026-97429: drm/amdkfd: fix UAF race in destroy_queue_cpsch

Published Sep 24, 2026
·
Updated

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

drm/amdkfd: fix UAF race in destroyqueuecpsch

waitondestroyqueue() drops locks to wait for queue resume, allowing a concurrent destroy to free the queue. Use isbeingdestroyed flag to serialize destruction.

Affected Software

1 affected component
Linux Linux kernel

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 conditions are required for this issue to occur?

The race requires concurrent queue-destruction activity while destroy_queue_cpsch is waiting for a queue to resume. During that wait, locks are dropped, allowing another destroy operation to free the queue.

2

What is the impact of successful exploitation?

The race can result in a use-after-free of a queue object. The provided information does not specify resulting privileges, code execution, denial-of-service behavior, or other concrete impact.

3

What is the remediation?

Apply a Linux kernel update containing the fix. The fix uses the is_being_destroyed flag to serialize queue destruction and prevent concurrent destruction from freeing the queue during the wait.

4

Are there temporary mitigations if an updated kernel cannot be deployed immediately?

No temporary configuration workaround is provided. Reducing or avoiding concurrent queue destruction may reduce exposure, but this is an inference from the race condition rather than a documented mitigation.

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