NONE · 0

CVE-2026-90421

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...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-90421?

CVE-2026-90421 is a documented vulnerability. 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...

How severe is CVE-2026-90421?

CVSS scoring is not yet available for CVE-2026-90421. Check NVD for updates.

Is there a patch for CVE-2026-90421?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.