3 matches found
Linux Distros Unpatched Vulnerability : CVE-2021-47295
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: sched: fix memory leak in tcindexpartialdestroywork Syzbot reported memory leak in tcindexsetparms. The problem was in non-freed perfect hash in...
CVE-2021-47295
CVE-2021-47295 affects the Linux kernel net: sched tcindex code. The issue was a memory leak in tcindex_partial_destroy_work due to the allocation of a new tcindex_data in tcindex_set_parms() and copying fields from the old one without freeing the old tcindex_data’s perfect hash. The destroy func...
CVE-2021-47295 net: sched: fix memory leak in tcindex_partial_destroy_work
In the Linux kernel, the following vulnerability has been resolved: net: sched: fix memory leak in tcindexpartialdestroywork Syzbot reported memory leak in tcindexsetparms. The problem was in non-freed perfect hash in tcindexpartialdestroywork. In tcindexsetparms new tcindexdata is allocated and...