Answer in brief
CVE-2026-80621 records a Unknown severity vulnerability in PCI: dwc: Avoid dwc_pcie_rasdes_debugfs_deinit() NULL dereference when no RAS DES capability. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=4fbfa17f9a075593281034f566ca79cbf4930c82 <514b84b1bf30f75f32c2fa66734dc1a177abb73e || >=4fbfa17f9a075593281034f566ca79cbf4930c82 <855870e8c59b97fd424e8fa3543c9e289bb48fac || >=4fbfa17f9a075593281034f566ca79cbf4930c82 <26b67fa10ef84ea667942491b50e6261a45f098d | 514b84b1bf30f75f32c2fa66734dc1a177abb73e, 855870e8c59b97fd424e8fa3543c9e289bb48fac, 26b67fa10ef84ea667942491b50e6261a45f098d |
| Linux/Linuxgeneric | 6.15 | Not reported |
Published upstream
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 28, 2026
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]
Quoted source text, attributed separately from HOL analysis.