First published: Wed May 01 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: pci_iounmap(): Fix MMIO mapping leak The #ifdef ARCH_HAS_GENERIC_IOPORT_MAP accidentally also guards iounmap(), which means MMIO mappings are leaked. Move the guard so we call iounmap() for MMIO mappings.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-26977 is classified as moderate due to the potential for MMIO mapping leaks.
To fix CVE-2024-26977, update to the fixed versions of the Linux kernel, such as 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.119-1, 6.12.11-1, or 6.12.12-1.
CVE-2024-26977 affects various versions of the Linux kernel, specifically those associated with Debian.
CVE-2024-26977 affects the handling of MMIO (Memory-Mapped Input/Output) mappings leading to potential leaks.
Yes, a patch that resolves the MMIO mapping leak in CVE-2024-26977 has been implemented in the newer versions of the Linux kernel.