NONE · 0

CVE-2026-92505

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devid_write debugfs function When for_each_pci_segment() loop completes without finding a mat...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devid_write debugfs function When for_each_pci_segment() loop completes without finding a matching segment, the pci_seg pointer is not NULL but points to an invalid memory location (the list head). Accessing pci_seg->id after the loop causes undefined behavior. Fix this by handling the successful case inside the loop and returning -EINVAL after the loop if no matching segment is found.

References

FAQ

What is CVE-2026-92505?

CVE-2026-92505 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devid_write debugfs function When for_each_pci_segment() loop completes without finding a mat...

How severe is CVE-2026-92505?

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

Is there a patch for CVE-2026-92505?

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