CVE-2026-97946
Last modified
CVE-2026-97946 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: x86/amd_node: Fix PCI device reference counting in amd_smn_init() The local "root" pointer is a temporary variable used during the device search. Therefore, refcount related to the search iterators should be cleaned up after the search is complete. Use the __free() cleanup macro to ensure the refcount is decremented when the temporary pointer goes out of scope. Additionally, increment the refcount when caching a root pointer.
Description
In the Linux kernel, the following vulnerability has been resolved: x86/amd_node: Fix PCI device reference counting in amd_smn_init() The local "root" pointer is a temporary variable used during the device search. Therefore, refcount related to the search iterators should be cleaned up after the search is complete. Use the __free() cleanup macro to ensure the refcount is decremented when the temporary pointer goes out of scope. Additionally, increment the refcount when caching a root pointer. This ensures the in-use refcount is separate from the temporary search refcounting. Finally, drop the redundant "root = NULL" before the second search loop. The pci_get_class() iterator always decrements the refcount of its "from" argument, so the first loop can only fall through with "root" already NULL.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0a4b61d9c2e496b5f0a10e29e355a1465c8738bb, < 84e3a71d11d8593c127b468d75b2653af5074f81; >= 0a4b61d9c2e496b5f0a10e29e355a1465c8738bb, < aa2a4277ad42fd8f918c6dc652473946a253f7b0; >= 0a4b61d9c2e496b5f0a10e29e355a1465c8738bb, < 27600805e62f800bacf990354632eae4e487d34c; c4ad899a33198ab6335732c769835d035e66894a; >= 6.17.8, < 6.18 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97946?
How severe is CVE-2026-97946?
How do I fix CVE-2026-97946?
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-97940In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97941In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97942In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97943In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97944In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97945In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97947In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97948In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97949In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9795A flaw was found in Keycloak's Fine-Grained Admin Permission…7.3
- CVE-2026-97950In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97951In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97946?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
