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().
Published: 2026-09-04
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation via Unauthorized PCI BAR Memory Mapping
Action: Patch Immediately
AI Analysis

Impact

The kernel’s PCI MMAP routine for Alpha processors omitted a check for the system lock‑down flag before allowing userspace processes to map PCI Base Address Registers (BARs). This oversight lets a process map PCI memory regions without confirming it has permission to do so, potentially exposing device registers and memory to unprivileged code. The weakness is a missing authorization guard that could be exploited for data disclosure or further privilege escalation, especially if the kernel has been locked down for security reasons.

Affected Systems

All Linux kernels running on Alpha hardware are affected, including any kernel versions that do not contain the patch adding a security_locked_down(LOCKDOWN_PCI_ACCESS) guard to pci_mmap_resource(). The vulnerability applies to the generic kernel and Alpha-specific components.

Risk and Exploitability

Because the vulnerability relies on mapping unrestricted PCI BARs, an attacker who can run code with kernel privileges or who can achieve the lock‑down condition will have a straightforward path to manipulate device memory. The lack of a public exploit reference and the absence of an EPSS score suggest that the immediate exploitation likelihood is uncertain, but the potential impact of unauthorized memory mapping is high. The vulnerability is not currently listed in the CISA KEV catalog and no official exploit is publicly documented.

Generated by OpenCVE AI on September 4, 2026 at 19:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes commit eb627e17727e or later, which adds the security_locked_down() check to pci_mmap_resource().
  • If a kernel update is not possible, enable kernel lockdown for PCI access by setting the appropriate lockdown mode or by disabling unprivileged PCI BAR mapping via system configuration or access controls.
  • After remediation, verify that the pci_mmap_resource() function now checks security_locked_down(LOCKDOWN_PCI_ACCESS) by inspecting the kernel source or using a kernel introspection tool.

Generated by OpenCVE AI on September 4, 2026 at 19:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-269
CWE-285

Fri, 04 Sep 2026 17:00:00 +0000

Type Values Removed Values Added
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().
Title alpha/PCI: Add security_locked_down() check to pci_mmap_resource()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-04T16:48:15.723Z

Reserved: 2026-08-26T14:34:25.798Z

Link: CVE-2026-80867

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T17:16:58.510

Modified: 2026-09-04T17:16:58.510

Link: CVE-2026-80867

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T23:30:06Z

Weaknesses
  • CWE-269

    Improper Privilege Management

  • CWE-285

    Improper Authorization