CVE-2021-47466

Publication date

2024-05-22 06:23:25

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: mm, slub: fix potential memoryleak in kmem_cache_open() In error path, the random_seq of slub cache might be leaked. Fix this by using __kmem_cache_release() to release all the relevant resources.