Executive Summary

Informations
Name CVE-2021-47671 First vendor Publication 2025-04-17
Vendor Cve Last vendor Modification 2025-04-21

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

In the Linux kernel, the following vulnerability has been resolved:

can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path

In es58x_rx_err_msg(), if can->do_set_mode() fails, the function directly returns without calling netif_rx(skb). This means that the skb previously allocated by alloc_can_err_skb() is not freed. In other terms, this is a memory leak.

This patch simply removes the return statement in the error branch and let the function continue.

Issue was found with GCC -fanalyzer, please follow the link below for details.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-47671

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 7
Os 3490

Sources (Detail)

https://git.kernel.org/stable/c/4f389e1276a5389c92cef860c9fde8e1c802a871
https://git.kernel.org/stable/c/7eb0881aec26099089f12ae850aebd93190b1dfe
https://git.kernel.org/stable/c/d9447f768bc8c60623e4bb3ce65b8f4654d33a50
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
Date Informations
2025-06-26 01:53:01
  • Multiple Updates
2025-06-25 12:17:15
  • Multiple Updates
2025-06-24 01:57:30
  • Multiple Updates
2025-05-27 01:52:41
  • First insertion