NONE · 0

CVE-2026-80867

In the Linux kernel, the following vulnerability has been resolved: alpha/PCI: Add security_locked_down() check to pci_mmap_resource() Currently, Alpha's pci_mmap_resource() does not check security_...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: alpha/PCI: Add security_locked_down() check to pci_mmap_resource() Currently, Alpha's pci_mmap_resource() does not check security_locked_down(LOCKDOWN_PCI_ACCESS) before allowing userspace to mmap PCI BARs. The generic version has had this check since commit eb627e17727e ("PCI: Lock down BAR access when the kernel is locked down") to prevent DMA attacks when the kernel is locked down. Add the same check to Alpha's pci_mmap_resource().

References

FAQ

What is CVE-2026-80867?

CVE-2026-80867 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: alpha/PCI: Add security_locked_down() check to pci_mmap_resource() Currently, Alpha's pci_mmap_resource() does not check security_...

How severe is CVE-2026-80867?

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

Is there a patch for CVE-2026-80867?

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