n the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix a memleak in gss_import_v2_context The ctx->mech_used.data allocated by kmemdup is not freed in neither gss_import_v2_context nor it only caller gss_krb5_import_sec_context, which frees ctx on error. Thus, this patch reform the last call of gss_import_v2_context to the gss_krb5_import_ctx_v2, preventing the memleak while keepping the return formation.
Configuration 1 (hide)
|
08 Apr 2025, 18:42
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CWE | CWE-401 | |
| References | () https://git.kernel.org/stable/c/47ac11db93e74ac49cd6c3fc69bcbc5964c4a8b4 - Patch | |
| References | () https://git.kernel.org/stable/c/99044c01ed5329e73651c054d8a4baacdbb1a27c - Patch | |
| References | () https://git.kernel.org/stable/c/d111e30d9cd846bb368faf3637dc0f71fcbcf822 - Patch | |
| References | () https://git.kernel.org/stable/c/e67b652d8e8591d3b1e569dbcdfcee15993e91fa - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
21 Nov 2024, 08:40
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/47ac11db93e74ac49cd6c3fc69bcbc5964c4a8b4 - | |
| References | () https://git.kernel.org/stable/c/99044c01ed5329e73651c054d8a4baacdbb1a27c - | |
| References | () https://git.kernel.org/stable/c/d111e30d9cd846bb368faf3637dc0f71fcbcf822 - | |
| References | () https://git.kernel.org/stable/c/e67b652d8e8591d3b1e569dbcdfcee15993e91fa - |
05 Nov 2024, 17:35
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
01 May 2024, 19:50
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2024-05-01 13:15
Updated : 2025-04-08 18:42
NVD link : CVE-2023-52653
Mitre link : CVE-2023-52653
CVE.ORG link : CVE-2023-52653
JSON object : View
Missing Release of Memory after Effective Lifetime