In the Linux kernel, the following vulnerability has been resolved:
gpio: aggregator: fix a potential use-after-free
On error we free aggr->lookups->devid before removing the entry from the lookup table. If a concurrent thread calls gpiodfind() before we remove the entry, it could iterate over the list and call gpiodmatchlookuptable() which unconditionally dereferences devid when calling strcmp(). Reverse the order of cleanup.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64023.json"
}