CVE-2021-47186

In the Linux kernel, the following vulnerability has been resolved: tipc: check for null after calling kmemdup kmemdup can return a null pointer so need to check for it, otherwise the null key will be dereferenced later in tipc_crypto_key_xmit as can be seen in the trace [1]. [1] https://syzkaller.appspot.com/bug?id=bca180abb29567b189efdbdb34cbf7ba851c2a58
Configurations

No configuration.

History

08 Jul 2024, 14:16

Type Values Removed Values Added
CWE CWE-690
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5

10 Apr 2024, 19:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-04-10 19:15

Updated : 2024-07-08 14:16


NVD link : CVE-2021-47186

Mitre link : CVE-2021-47186

CVE.ORG link : CVE-2021-47186


JSON object : View

Products Affected

No product.

CWE
CWE-690

Unchecked Return Value to NULL Pointer Dereference