PT-2026-24951
llama.cpp is an inference of several LLM models in C/C++. Prior to b8146, the gguf init from file impl in gguf.cpp is vulnerable to an Integer overflow, leading to an undersized heap allocation. Using the subsequent fread writes 528+ bytes of attacker-controlled data past the buffer boundary. Thi...