In the Linux kernel, the following vulnerability has been resolved:
gianfar: ethtool: Fix refcount leak in gfar_get_ts_info
The of_find_compatible_node() function returns a node pointer with
refcount incremented, We should use of_node_put() on it when done
Add the missing of_node_put() to release the refcount.
References
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 07:34
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/0e1b9a2078e07fb1e6e91bf8badfd89ecab1e848 - Patch | |
References | () https://git.kernel.org/stable/c/21044e679ed535345042d2023f7df0ca8e897e2a - Patch | |
References | () https://git.kernel.org/stable/c/2ac5b58e645c66932438bb021cb5b52097ce70b0 - Patch | |
References | () https://git.kernel.org/stable/c/6263f2eb93a85ad7df504daf0c341a7fb6bbe8a6 - Patch | |
References | () https://git.kernel.org/stable/c/f49f646f9ec296fc0afe7ae92c2bb47f23e3846c - Patch | |
References | () https://git.kernel.org/stable/c/f7b3b520349193f8a82cca74daf366199e06add9 - Patch |
23 Jul 2024, 15:11
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
First Time |
Linux
Linux linux Kernel |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CWE | CWE-401 | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
References | () https://git.kernel.org/stable/c/0e1b9a2078e07fb1e6e91bf8badfd89ecab1e848 - Patch | |
References | () https://git.kernel.org/stable/c/21044e679ed535345042d2023f7df0ca8e897e2a - Patch | |
References | () https://git.kernel.org/stable/c/2ac5b58e645c66932438bb021cb5b52097ce70b0 - Patch | |
References | () https://git.kernel.org/stable/c/6263f2eb93a85ad7df504daf0c341a7fb6bbe8a6 - Patch | |
References | () https://git.kernel.org/stable/c/f49f646f9ec296fc0afe7ae92c2bb47f23e3846c - Patch | |
References | () https://git.kernel.org/stable/c/f7b3b520349193f8a82cca74daf366199e06add9 - 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-48856
Mitre link : CVE-2022-48856
CVE.ORG link : CVE-2022-48856
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime