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

PCI: dwc: Avoid dwc_pcie_rasdes_debugfs_deinit() NULL dereference when no RAS DES capability

dwc_pcie_rasdes_debugfs_init() returns success when the controller has no
RAS DES capability, leaving pci->debugfs->rasdes_info unset. The common
debugfs teardown path still calls dwc_pcie_rasdes_debugfs_deinit(), which
dereferences rasdes_info unconditionally.

Return early when no RAS DES state was allocated. In that case no RAS DES
mutex was initialized, so there is nothing to destroy.

[mani: reworded subject]
Published: 2026-08-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Immediate Patch
AI Analysis

Impact

The dwc_pcie driver in the Linux kernel does not handle the absence of RAS DES capability correctly. During initialization it reports success and leaves the rasdes_info structure unset. When the driver is torn down the routine dereferences this uninitialized pointer unconditionally, causing a kernel NULL pointer dereference that results in a crash and a complete loss of service.

Affected Systems

All Linux kernel builds that include the dwc_pcie driver and have not yet incorporated the patch fixing the dereference are affected. The exact kernel versions are not listed, but any mainstream distribution shipping the standard kernel prior to the commit referenced in the advisory is vulnerable, unless the vendor has backported the change.

Risk and Exploitability

Based on the description, it is inferred that exploitation requires local privileged access because the dwc_pcie debugfs interface is normally accessible only to root. The EPSS score of < 1% indicates a very low probability that automated attacks will target this vulnerability, and it is not listed in CISA's KEV catalog, suggesting no widespread exploitation. The CVSS score of 5.5 indicates a moderate severity, reflecting the potential impact of a kernel crash. Nevertheless, the crash can disrupt critical services; therefore the risk warrants prompt kernel updates. The vulnerability does not require network exposure or remote code execution; it is limited to local systems with kernel access.

Generated by OpenCVE AI on August 31, 2026 at 14:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that contains the dwc_pcie patch which returns early from dwc_pcie_rasdes_debugfs_deinit when no RAS DES info is present
  • Reboot the system after applying the kernel update so that the patched code is loaded and the crash path is eliminated
  • If an update cannot be applied immediately, disable the dwc_pcie debugfs interface by unmounting /sys/kernel/debug/dwc_pcie or loading the module with a debugfs_disable parameter to prevent the dereference path from being triggered

Generated by OpenCVE AI on August 31, 2026 at 14:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 28 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 28 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 28 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Avoid dwc_pcie_rasdes_debugfs_deinit() NULL dereference when no RAS DES capability dwc_pcie_rasdes_debugfs_init() returns success when the controller has no RAS DES capability, leaving pci->debugfs->rasdes_info unset. The common debugfs teardown path still calls dwc_pcie_rasdes_debugfs_deinit(), which dereferences rasdes_info unconditionally. Return early when no RAS DES state was allocated. In that case no RAS DES mutex was initialized, so there is nothing to destroy. [mani: reworded subject]
Title PCI: dwc: Avoid dwc_pcie_rasdes_debugfs_deinit() NULL dereference when no RAS DES capability
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-08-28T06:48:41.081Z

Reserved: 2026-08-26T14:34:25.774Z

Link: CVE-2026-80621

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:46.220

Modified: 2026-08-28T08:16:46.220

Link: CVE-2026-80621

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80621 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T14:15:06Z

Weaknesses