2 matches found
SUNRPC: fix a memleak in gss_import_v2_context
...
AZL-59595 CVE-2023-52653 affecting package kernel 5.15.200.1-1
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix a memleak in gssimportv2context The ctx-mechused.data allocated by kmemdup is not freed in neither gssimportv2context nor it only caller gsskrb5importseccontext, which frees ctx on error. Thus, this patch reform the...