CVE Catalog

CVE-2026-80867

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel for the Alpha architecture, pci_mmap_resource() did not check security_locked_down(LOCKDOWN_PCI_ACCESS) before allowing userspace to mmap PCI BARs. The generic version has this check to prevent DMA attacks when the kernel is locked down.

Risk Assessment

The missing check could allow an attacker with local access to perform DMA attacks, bypassing kernel lockdown protections.

Recommendation

Apply the kernel patch that adds a security_locked_down() call in pci_mmap_resource() for the Alpha architecture.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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

Vulnerability data from NVD (NIST) · CISA KEV · EPSS