CVE-2023-54046
In CVE-2023-54046, the Linux kernel crypto/essiv path did not correctly handle EBUSY, which can occur for MAY_BACKLOG callers and may lead to a use-after-free if not treated like EINPROGRESS. The description states essiv currently frees request data in non-EINPROGERSS cases and needs to treat EBU...