In the Linux kernel, the following vulnerability has been resolved:
gpio: qixis-fpga: Fix error handling for devmregmapinit_mmio()
devmregmapinitmmio() returns an ERRPTR() on failure, not NULL. The original code checked for NULL which would never trigger on error, potentially leading to an invalid pointer dereference. Use ISERR() and PTRERR() to properly handle the error case.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43008.json",
"cna_assigner": "Linux"
}