In the Linux kernel, the following... CVE-2022-48768

- AV AC AU C I A
发布: 2024-06-20
修订: 2024-11-21

In the Linux kernel, the following vulnerability has been resolved: tracing/histogram: Fix a potential memory leak for kstrdup() kfree() is missing on an error path to free the memory allocated by kstrdup(): p = param = kstrdup(data->params[i], GFP_KERNEL); So it is better to free it via kfree(p).

0%
暂无可用Exp或PoC
当前有5条受影响产品信息