CVE-2026-80621
N/A
N/A
Summary
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]
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 4fbfa17f9a075593281034f566ca79cbf4930c82 < 514b84b1bf30f75f32c2fa66734dc1a177abb73e | affected |
| Linux | Linux | 4fbfa17f9a075593281034f566ca79cbf4930c82 < 855870e8c59b97fd424e8fa3543c9e289bb48fac | affected |
| Linux | Linux | 4fbfa17f9a075593281034f566ca79cbf4930c82 < 26b67fa10ef84ea667942491b50e6261a45f098d | affected |
| Linux | Linux | 6.15 | affected |
| Linux | Linux | 0 < 6.15 | unaffected |
| Linux | Linux | 6.18.40 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.5 <= 7.1.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/514b84b1bf30f75f32c2fa66734dc1a177abb73e
- https://git.kernel.org/stable/c/855870e8c59b97fd424e8fa3543c9e289bb48fac
- https://git.kernel.org/stable/c/26b67fa10ef84ea667942491b50e6261a45f098d
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.