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

PCI: iproc: Protect root bus removal with rescan lock

Hold the pci_rescan_remove_lock lock while stopping and removing a root bus
to avoid racing with concurrent rescan or hotplug operations triggered via
sysfs. Such races may lead to use-after-free issues or system crashes.

[bhelgaas: commit log]
Published: 2026-09-24
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service (system crash)
Action: Apply Patch
AI Analysis

Impact

A race condition exists in the Linux kernel’s iproc PCI driver when a root bus is removed. During removal the pci_rescan_remove_lock is not held, allowing another thread to trigger a rescan or hot‑plug operation through sysfs. The concurrent actions can cause the driver to dereference memory that has already been freed, leading to a use‑after‑free crash of the kernel and a complete loss of availability.

Affected Systems

All Linux kernel versions that include the iproc driver and lack the fix introduced by commits a6a64e1, bd2bf1e and ee06aaf are affected. This encompasses every unpatched kernel build released before the inclusion of those patches; any machine running such a kernel is vulnerable.

Risk and Exploitability

The vulnerability can be exploited from user space by writing to the /sys/class/pci_bus interface to initiate root bus removal while another process triggers a rescan. The race can reliably cause a crash, resulting in a denial of service. No EPSS score is available and the issue is not listed in the CISA KEV catalog, but the local attack vector and the guarantee of a crash make the risk high for any system exposed to unprivileged users with access to the sysfs entries.

Generated by OpenCVE AI on September 25, 2026 at 07:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to any release that incorporates the commit holding pci_rescan_remove_lock during root bus removal.
  • If a kernel upgrade is not possible, backport the three commits a6a64e1, bd2bf1e, and ee06aaf to the running kernel and rebuild the kernel image.
  • As a temporary defensive measure, limit or disable hot‑plug operations on the device by removing it from the driver or mounting the relevant /sys/class/pci_* sysfs directories with read‑only permissions, thereby preventing concurrent rescans while a bus is being removed.

Generated by OpenCVE AI on September 25, 2026 at 07:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-362
CWE-416

Thu, 24 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: PCI: iproc: Protect root bus removal with rescan lock Hold the pci_rescan_remove_lock lock while stopping and removing a root bus to avoid racing with concurrent rescan or hotplug operations triggered via sysfs. Such races may lead to use-after-free issues or system crashes. [bhelgaas: commit log]
Title PCI: iproc: Protect root bus removal with rescan lock
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-25T12:43:31.407Z

Reserved: 2026-09-18T17:59:28.792Z

Link: CVE-2026-93822

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T17:17:15.813

Modified: 2026-09-25T13:17:23.040

Link: CVE-2026-93822

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T07:15:17Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • CWE-416

    Use After Free