In the Linux kernel, the following vulnerability has been resolved:
PCI: dwc: Avoid dwcpcierasdesdebugfsdeinit() NULL dereference when no RAS DES capability
dwcpcierasdesdebugfsinit() returns success when the controller has no RAS DES capability, leaving pci->debugfs->rasdesinfo unset. The common debugfs teardown path still calls dwcpcierasdesdebugfsdeinit(), which dereferences rasdesinfo 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]
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80621.json",
"cna_assigner": "Linux"
}