In the Linux kernel, the following vulnerability has been resolved:
net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addr
This node pointer is returned by of_find_compatible_node() with
refcount incremented. Calling of_node_put() to aovid the refcount leak.
References
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 07:34
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/4cc66bf17220ff9631f9fa99b02a872e0ad5a08b - Patch | |
References | () https://git.kernel.org/stable/c/b7c2fd1d126329340639adfb8dd2938fe4b65df7 - Patch | |
References | () https://git.kernel.org/stable/c/c9ffa3e2bc451816ce0295e40063514fabf2bd36 - Patch |
23 Jul 2024, 15:02
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux
Linux linux Kernel |
|
CWE | CWE-401 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
Summary |
|
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
References | () https://git.kernel.org/stable/c/4cc66bf17220ff9631f9fa99b02a872e0ad5a08b - Patch | |
References | () https://git.kernel.org/stable/c/b7c2fd1d126329340639adfb8dd2938fe4b65df7 - Patch | |
References | () https://git.kernel.org/stable/c/c9ffa3e2bc451816ce0295e40063514fabf2bd36 - Patch |
16 Jul 2024, 13:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-07-16 13:15
Updated : 2024-11-21 07:34
NVD link : CVE-2022-48859
Mitre link : CVE-2022-48859
CVE.ORG link : CVE-2022-48859
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime