cve/2024/CVE-2024-27388.md
2025-09-29 16:08:36 +00:00

766 B

CVE-2024-27388

Description

In the Linux kernel, the following vulnerability has been resolved:SUNRPC: fix some memleaks in gssx_dec_option_arrayThe creds and oa->data need to be freed in the error-handling paths aftertheir allocation. So this patch add these deallocations in thecorresponding paths.

POC

Reference

No PoCs from references.

Github