CVE-2026-97429

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/09/2026
Last modified:
25/09/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/amdkfd: fix UAF race in destroy_queue_cpsch<br /> <br /> wait_on_destroy_queue() drops locks to wait for queue resume, allowing<br /> a concurrent destroy to free the queue. Use is_being_destroyed flag to<br /> serialize destruction.