3 matches found
ROOT-OS-UBUNTU-2204-CVE-2026-31576 CVE-2026-31576 in rootio-linux - Patched by Root
Root has patched CVE-2026-31576 in the rootio-linux package for Root:Ubuntu:22.04. Multiple fixed versions available...
ROOT-OS-DEBIAN-12-CVE-2026-31576 CVE-2026-31576 in rootio-linux - Patched by Root
Root has patched CVE-2026-31576 in the rootio-linux package for Root:Debian:12. Multiple fixed versions available...
CVE-2026-31576
In the Linux kernel, the following vulnerability has been resolved: media: hackrf: fix to not free memory after the device is registered in hackrfprobe In hackrf driver, the following race condition occurs: CPU0 CPU1 hackrfprobe kzalloc; // alloc hackrfdev .... v4l2deviceregister; .... fd =...