Answer in brief
CVE-2026-90421 records a Unknown severity vulnerability in PCI: Fix UAF when probe runs concurrent to dyn ID removal. 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 | >=0994375e9614f78657031e04e30019b9cdb62795 <42a5661ff7e4c7d3c5025d0f8e5079fb5479ea49 || >=0994375e9614f78657031e04e30019b9cdb62795 <3ffc4c9690c33ee28cdb3d0182b12f9c623e3acc | 42a5661ff7e4c7d3c5025d0f8e5079fb5479ea49, 3ffc4c9690c33ee28cdb3d0182b12f9c623e3acc |
| Linux/Linuxgeneric | 2.6.30 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
In the Linux kernel, the following vulnerability has been resolved: PCI: Fix UAF when probe runs concurrent to dyn ID removal Dynamic IDs are only guaranteed to be valid when dynids.lock is held, as remove_id_store() can free the node. Thus, make a copy in pci_match_device(). Also, clarify that the id parameter is only valid during probe.
Quoted source text, attributed separately from HOL analysis.