In the Linux kernel, the following vulnerability has been resolved:
net/mlx5e: Fix null deref accessing lag dev
It could be the lag dev is null so stop processing the event.
In bond_enslave() the active/backup slave being set before setting the
upper dev so first event is without an upper dev.
After setting the upper dev with bond_master_upper_dev_link() there is
a second event and in that event we have an upper dev.
References
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 06:35
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/2e4b0b95a489259f9d35a3db17023061f8f3d587 - Patch | |
References | () https://git.kernel.org/stable/c/83026d83186bc48bb41ee4872f339b83f31dfc55 - Patch | |
References | () https://git.kernel.org/stable/c/bdfd3593a8248eea6ecfcbf7b47b56b86515672d - Patch |
23 May 2024, 17:50
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
First Time |
Linux linux Kernel
Linux |
|
References | () https://git.kernel.org/stable/c/2e4b0b95a489259f9d35a3db17023061f8f3d587 - Patch | |
References | () https://git.kernel.org/stable/c/83026d83186bc48bb41ee4872f339b83f31dfc55 - Patch | |
References | () https://git.kernel.org/stable/c/bdfd3593a8248eea6ecfcbf7b47b56b86515672d - Patch | |
CWE | CWE-476 | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
25 Mar 2024, 13:47
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
25 Mar 2024, 10:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-03-25 10:15
Updated : 2024-11-21 06:35
NVD link : CVE-2021-47164
Mitre link : CVE-2021-47164
CVE.ORG link : CVE-2021-47164
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference