In the Linux kernel, the following vulnerability has been resolved:
RDMA/mana: Validate rxhashkey_len
Sashiko points out that rxhashkey_len comes from a uAPI structure and is blindly passed to memcpy, allowing the userspace to trash kernel memory. Bounds check it so the memcpy cannot overflow.