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.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Kernel memory corruption
Action: Apply patch
AI Analysis

Impact

The vulnerability involves improper handling of PCI device reference counts during the amd_smn_init() initialization in the Linux kernel. A temporary root pointer used in the PCI device search was not correctly decremented, leading to stale reference counts. Additionally, the code unnecessarily reset the root pointer before a second search loop. These issues could result in memory leaks, kernel instability, or potential kernel panics due to dangling references.

Affected Systems

The flaw resides in the Linux kernel’s x86 AMD node code. Because the affected code path exists in all kernel builds that include amd_smn_init(), any system running a kernel version without the fix may be vulnerable. Vendor and version details are not explicitly listed, so all pre‑fix kernel releases are potentially impacted until the patch is applied.

Risk and Exploitability

The CVSS score is not provided, and the EPSS score is unknown. The flaw is not listed in the CISA KEV catalog. The likely attack vector is local root or privileged code execution that can trigger the device initialization routine, such as during boot or when loading drivers. If exploited, the improper reference counting could lead to memory corruption, kernel crashes, or denial of service. Given the kernel privilege implications, the risk is considered high for affected installations.

Generated by OpenCVE AI on September 25, 2026 at 14:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a kernel version that includes the fix for amd_smn_init() (e.g., after commit 27600805e62f800bacf990354632eae4e487d34c).
  • Reboot the system to ensure the patched kernel module is loaded.
  • Monitor dmesg and kernel logs for any issues related to PCI device initialization or reference count warnings.

Generated by OpenCVE AI on September 25, 2026 at 14:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 25 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
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.
Title x86/amd_node: Fix PCI device reference counting in amd_smn_init()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-25T10:22:56.572Z

Reserved: 2026-09-25T10:18:58.204Z

Link: CVE-2026-97946

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:22.110

Modified: 2026-09-25T11:17:22.110

Link: CVE-2026-97946

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T15:00:20Z

Weaknesses