Bug 2525503 (CVE-2026-80621) - CVE-2026-80621 kernel: PCI: dwc: Avoid dwc_pcie_rasdes_debugfs_deinit() NULL dereference when no RAS DES capability
Summary: CVE-2026-80621 kernel: PCI: dwc: Avoid dwc_pcie_rasdes_debugfs_deinit() NULL ...
Keywords:
Status: NEW
Alias: CVE-2026-80621
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-28 07:48 UTC by OSIDB Bzimport
Modified: 2026-08-31 08:44 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-28 07:48:20 UTC
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]

Comment 1 Mauro Matteo Cascella 2026-08-31 08:42:04 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026082836-CVE-2026-80621-fc18@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.