In the Linux kernel, the following vulnerability has been resolved:
ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}
If the filename casefolding fails, we'll be leaking memory from the
fscrypt_name struct, namely from the 'crypto_buf.name' member.
Make sure we free it in the error path on both ext4_fname_setup_filename()
and ext4_fname_prepare_lookup() functions.
References
Configurations
Configuration 1 (hide)
|
History
06 Feb 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
03 Feb 2026, 19:55
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-401 | |
| References | () https://git.kernel.org/stable/c/1fb3f1bbfdb511034b0360dbeb0f6a8424ed2a5c - Patch | |
| References | () https://git.kernel.org/stable/c/36daf050be3f6f067631dc52054de2d3b7cc849f - Patch | |
| References | () https://git.kernel.org/stable/c/7ca4b085f430f3774c3838b3da569ceccd6a0177 - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux
Linux linux Kernel |
07 Oct 2025, 16:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-10-07 16:15
Updated : 2026-02-06 17:16
NVD link : CVE-2023-53662
Mitre link : CVE-2023-53662
CVE.ORG link : CVE-2023-53662
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
