CVE-2021-47295
HighIn 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.
CVSS 3.1 score
7.5
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness type
CWE-400CVE-2021-47295 is a Uncontrolled Resource Consumption vulnerability
What is Uncontrolled Resource Consumption?
The product does not properly control the amount of resources it consumes, leading to exhaustion. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2021-47295 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/01d0d2b8b4e3cf2110baba9371c0c3d04ad5c77b
-
PatchKernel patch commithttps://git.kernel.org/stable/c/18c3fa7a7fdbb4d21dafc8a7710ae2c1680930f6
-
PatchKernel patch commithttps://git.kernel.org/stable/c/372ae77cf11d11fb118cbe2d37def9dd5f826abd
Frequently asked questions
-
What is CVE-2021-47295?
CVE-2021-47295 is a High severity Linux kernel vulnerability with a CVSS score of 7.5 out of 10 , classified as an Uncontrolled Resource Consumption flaw (CWE-400) . CVE-2021-47295 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2021-47295?
CVE-2021-47295 has a CVSS score of 7.5 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2021-47295?
No patch is currently available for CVE-2021-47295. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2021-47295 actively exploited?
No — CVE-2021-47295 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Uncontrolled Resource Consumption (CWE-400)?
The product does not properly control the amount of resources it consumes, leading to exhaustion. View CWE-400 on MITRE CWE →