Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: can: m_can: m_can_read_fifo: fix memory leak in error branch In m_can_read_fifo(), if the second call to m_can_fifo_read() fails, the function jump to the out_fail label and returns without calling m_can_receive_skb(). This means that the skb previously allocated by alloc_can_skb() is not freed. In other terms, this is a memory leak. This patch adds a goto label to destroy the skb if an error occurs. Issue was found with GCC -fanalyzer, please follow the link below for details.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.15, < 5.15.8 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/31cb32a590d62b18f69a9a6d433f4e69c74fdd56Patch
- https://git.kernel.org/stable/c/75a422165477dd12d2d20aa7c9ee7c9a281c9908Patch
- https://git.kernel.org/stable/c/31cb32a590d62b18f69a9a6d433f4e69c74fdd56Patch
- https://git.kernel.org/stable/c/75a422165477dd12d2d20aa7c9ee7c9a281c9908Patch
FAQ
What is CVE-2021-47519?
CVE-2021-47519 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: can: m_can: m_can_read_fifo: fix memory leak in error branch In m_can_read_fifo(), if the second call to m_can_fifo_read() fails, ...
How severe is CVE-2021-47519?
CVE-2021-47519 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-47519?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.