In the Linux kernel, the following vulnerability has been resolved:
media: v4l: async: Fix duplicated list deletion
The list deletion call dropped here is already called from the
helper function in the line before. Having a second list_del()
call results in either a warning (with CONFIG_DEBUG_LIST=y):
list_del corruption, c46c8198->next is LIST_POISON1 (00000100)
If CONFIG_DEBUG_LIST is disabled the operation results in a
kernel error due to NULL pointer dereference.
References
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 08:39
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/3de6ee94aae701fa949cd3b5df6b6a440ddfb8f2 - Patch | |
References | () https://git.kernel.org/stable/c/49d82811428469566667f22749610b8c132cdb3e - Patch | |
References | () https://git.kernel.org/stable/c/b7062628caeaec90e8f691ebab2d70f31b7b6b91 - Patch |
19 Apr 2024, 18:49
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/3de6ee94aae701fa949cd3b5df6b6a440ddfb8f2 - Patch | |
References | () https://git.kernel.org/stable/c/49d82811428469566667f22749610b8c132cdb3e - Patch | |
References | () https://git.kernel.org/stable/c/b7062628caeaec90e8f691ebab2d70f31b7b6b91 - Patch | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
First Time |
Linux
Linux linux Kernel |
|
CWE | CWE-476 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
23 Feb 2024, 16:14
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-02-23 15:15
Updated : 2024-11-21 08:39
NVD link : CVE-2023-52459
Mitre link : CVE-2023-52459
CVE.ORG link : CVE-2023-52459
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference