In the Linux kernel, the following vulnerability has been resolved:
driver: soc: xilinx: use _safe loop iterator to avoid a use after free
The hashforeachpossible() loop dereferences "evedata" to get the next item on the list. However the loop frees evedata so it leads to a use after free. Use hashforeachpossible_safe() instead.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/54xxx/CVE-2023-54101.json"
}