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.
The product reads data past the end, or before the beginning, of the intended buffer.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.