CVE-2026-97424
Last modified
CVE-2026-97424 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/ras: add ras_suspend callback and use it for cp_ecc_error_irq cp_ecc_error_irq is acquired in amdgpu_gfx_ras_late_init() but released in gfx_v9_0_hw_fini(), so the put site has to query amdgpu_irq_enabled() because the get is skipped on SR-IOV VF. ras_late_init / ras_fini have no suspend counterpart, so move the put to amdgpu_gfx_ras_suspend() / amdgpu_gfx_ras_fini() and add a matching ras_suspend callback that is invoked from amdgpu_ras_suspend() before disable_all_features(). The get and put now sit in the same place and check the same condition (not VF, funcs registered), no refcount querying needed. An active flag gates ras_fini so the suspend-then-unload-without-resume path falls into amdgpu_ras_block_late_fini_default() instead of double-releasing what ras_suspend already cleaned up. Drop the cp_ecc_error_irq put from gfx_v9_0_hw_fini().
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/ras: add ras_suspend callback and use it for cp_ecc_error_irq cp_ecc_error_irq is acquired in amdgpu_gfx_ras_late_init() but released in gfx_v9_0_hw_fini(), so the put site has to query amdgpu_irq_enabled() because the get is skipped on SR-IOV VF. ras_late_init / ras_fini have no suspend counterpart, so move the put to amdgpu_gfx_ras_suspend() / amdgpu_gfx_ras_fini() and add a matching ras_suspend callback that is invoked from amdgpu_ras_suspend() before disable_all_features(). The get and put now sit in the same place and check the same condition (not VF, funcs registered), no refcount querying needed. An active flag gates ras_fini so the suspend-then-unload-without-resume path falls into amdgpu_ras_block_late_fini_default() instead of double-releasing what ras_suspend already cleaned up. Drop the cp_ecc_error_irq put from gfx_v9_0_hw_fini(). gfx_v8_0 manages cp_ecc_error_irq locally and is unaffected; no other GFX generation has this IRQ.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 760a1d55344d823287850466db893ed77e948803, < 001824103f2fe6ffd2380afddf81f43b446035b2; >= 760a1d55344d823287850466db893ed77e948803, < e3829992dd9fa0a82511af4f01733fc854cd15a5 |
| Linux | Linux | 5.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97424?
How severe is CVE-2026-97424?
How do I fix CVE-2026-97424?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97419In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9742When OIDC authentication is enabled in configuration, client…5.9
- CVE-2026-97420In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97421In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97422In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97423In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97425In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97426In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97427In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97428In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-97429In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-9743In MongoDB Server 8.0, an aggregation stage can leave its _s…7.1
Are you affected by CVE-2026-97424?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
