4 matches found
Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15
In the Linux kernel, the following vulnerability has been resolved: pciiounmap: Fixed the MMIO mapping leak. The ifdef ARCHHASGENERICIOPORTMAP condition accidentally also guards iounmap, which means MMIO mappings are leaked. We have moved the guard so that we call iounmap for MMIO mappings...
OESA-2024-2423 kernel security update
The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Fix null pointer dereference in trace ucsiregisteraltmode checks ISERR for the alt pointer and treats NULL as valid. When CONFIGTYPECDPALTMODE ...
pci_iounmap(): Fix MMIO mapping leak
...
DEBIAN-CVE-2024-26977
In the Linux kernel, the following vulnerability has been resolved: pciiounmap: Fix MMIO mapping leak The ifdef ARCHHASGENERICIOPORTMAP accidentally also guards iounmap, which means MMIO mappings are leaked. Move the guard so we call iounmap for MMIO mappings...