CVE-2021-46995
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
28/02/2024
Last modified:
06/12/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
can: mcp251xfd: mcp251xfd_probe(): fix an error pointer dereference in probe<br />
<br />
When we converted this code to use dev_err_probe() we accidentally<br />
removed a return. It means that if devm_clk_get() it will lead to an<br />
Oops when we call clk_get_rate() on the next line.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.12 (including) | 5.12.5 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



