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

PCI: mediatek: 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: n/a
KEV: No
Impact: Potential arbitrary code execution via race condition in PCI Mediatek root bus removal
Action: Apply Patch
AI Analysis

Impact

The Linux kernel Mediatek PCI driver previously lacked a proper lock when stopping and removing a root bus. This omission created a race condition that could be triggered during concurrent rescan or hotplug operations via sysfs. The race may cause a use‑after‑free or kernel crash, potentially allowing an attacker to gain arbitrary code execution or cause a denial of service.

Affected Systems

The vulnerability impacts all Linux kernel releases that include the Mediatek PCI driver before the commit that introduced pci_rescan_remove_lock. No specific version numbers are listed, so systems should treat any pre‑patch kernel as affected.

Risk and Exploitability

The CVSS score is not publicly available, and EPSS is not provided, placing the exploitation likelihood in the unknown range. The vulnerability is not currently listed in the CISA KEV catalog. However, because it relies on a kernel race condition and can result in an use‑after‑free, the risk to systems that handle PCI root bus removal is high enough to warrant immediate patching. Exploitation would likely require local or privileged access to trigger the race, but the potential for arbitrary code execution makes it a severe threat.

Generated by OpenCVE AI on September 25, 2026 at 04:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that adds the pci_rescan_remove_lock to the Mediatek PCI driver, or update to a kernel version that contains this fix.
  • Reboot the system after applying the patch to ensure the new lock logic is in effect.
  • Avoid performing PCI root bus removal while other systems may be rescanning or hotplugging; ensure no concurrent operations are scheduled during maintenance.

Generated by OpenCVE AI on September 25, 2026 at 04:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-362

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: mediatek: 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: mediatek: 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-24T16:02:56.394Z

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

Link: CVE-2026-93819

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-09-24T17:17:15.467

Link: CVE-2026-93819

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T05:00:10Z

Weaknesses
  • CWE-362

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