In the Linux kernel, the following vulnerability has been resolved:
driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()
The kfree() should be called when memory fails to be allocated for
cb_data in xlnx_add_cb_for_notify_event(), otherwise there will be
a memory leak, so add kfree() to fix it.
References
Configurations
Configuration 1 (hide)
|
History
03 Dec 2025, 16:31
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/1bea534991b9b35c41848a397666ada436456beb - Patch | |
| References | () https://git.kernel.org/stable/c/9dfb6c784e385f6e61994bb4e16ce12f3e4940be - Patch | |
| References | () https://git.kernel.org/stable/c/d35290addcbac94b076babe0a798a8c043421812 - Patch | |
| CWE | CWE-401 | |
| First Time |
Linux
Linux linux Kernel |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
Information
Published : 2025-09-16 08:15
Updated : 2025-12-03 16:31
NVD link : CVE-2023-53267
Mitre link : CVE-2023-53267
CVE.ORG link : CVE-2023-53267
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
