| tiêu đề | llama.cpp commit 55abc39 Stack-based Buffer Overflow |
|---|
| Mô tả | A stack-based buffer overflow (stack overflow) vulnerability existed in the GBNF grammar handling logic of llama.cpp. When processing specific grammar constructs, the function `llama_grammar_advance_stack()` could enter unbounded recursive expansion because it lacked adequate recursion/cycle protection beyond checking for an empty stack. In particular, a crafted GBNF file containing nested repetition patterns (for example `(...*)*`) could cause the function to repeatedly create new stack states and recursively call itself until the program’s call stack was exhausted. This results in a crash detected by AddressSanitizer and can be exploited as a denial-of-service condition when an application loads attacker-controlled grammar files. The vendor has since addressed the issue. |
|---|
| Nguồn | ⚠️ https://github.com/ggml-org/llama.cpp/issues/18988 |
|---|
| Người dùng | TYGLS (UID 94774) |
|---|
| Đệ trình | 23/01/2026 04:29 (cách đây 5 các tháng) |
|---|
| Kiểm duyệt | 06/02/2026 08:41 (14 days later) |
|---|
| Trạng thái | được chấp nhận |
|---|
| Mục VulDB | 344636 [ggml-org llama.cpp đến 55abc39 GBNF Grammar llama-grammar.cpp llama_grammar_advance_stack tràn bộ đệm] |
|---|
| điểm | 20 |
|---|