In the Linux kernel, the following vulnerability has been resolved:
net: sched: fix memory leak in tcindex_partial_destroy_work
Syzbot reported memory leak in tcindex_set_parms(). The problem was in
non-freed perfect hash in tcindex_partial_destroy_work().
In tcindex_set_parms() new tcindex_data is allocated and some fields from
old one are copied to new one, but not the perfect hash. Since
tcindex_partial_destroy_work() is the destroy function for old
tcindex_data, we need to free perfect hash to avoid memory leak.
Metrics
Affected Vendors & Products
References
History
Tue, 05 Nov 2024 08:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Linux
Linux linux Kernel |
|
CPEs | cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:* | |
Vendors & Products |
Linux
Linux linux Kernel |
|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-21T14:35:18.696Z
Updated: 2024-11-04T12:03:10.169Z
Reserved: 2024-05-21T13:27:52.130Z
Link: CVE-2021-47295
Vulnrichment
Updated: 2024-08-04T05:32:08.570Z
NVD
Status : Awaiting Analysis
Published: 2024-05-21T15:15:17.400
Modified: 2024-07-03T01:37:35.127
Link: CVE-2021-47295
Redhat