Vulnerabilities (CVE)

Filtered by CWE-401
Total 1002 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-42262 1 Linux 1 Linux Kernel 2024-08-19 N/A 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the performance extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drm_syncobj_put. Fix it by exporting and using a common cleanup helper. (cherry picked from commit 484de39fa5f5b7bd0c5f2e2c5265167250ef7501)
CVE-2024-42477 1 Ggerganov 1 Llama.cpp 2024-08-15 N/A 5.3 MEDIUM
llama.cpp provides LLM inference in C/C++. The unsafe `type` member in the `rpc_tensor` structure can cause `global-buffer-overflow`. This vulnerability may lead to memory data leakage. The vulnerability is fixed in b3561.