CVE-2026-43632
HIGHllama.cpp b7492–b9060 Use-After-Free in Tokenization Endpoints
Title source: cnaDescription
llama.cpp builds b7492 through the latest b9060 contains a use-after-free vulnerability in llama-server affecting six tokenization endpoints (/tokenize, /detokenize, /infill, /apply-template, /rerank, and /anthropic/count_tokens) that bypass the task queue and access ctx_server.vocab directly on HTTP worker threads. Attackers can exploit a time-of-check-time-of-use race condition where the main thread destroys and frees vocab after the synchronization lock is released but before the handler finishes using it, causing a crash or potential code execution when --sleep-idle-seconds is configured.
References (1)
Core 1
Core References
Mitigation mitigation
https://github.com/Vladimir-tokarev-cyera/llama-cpp-security-patches
Scores
CVSS v3
8.1
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Details
CWE
CWE-367
CWE-416
Status
published
Products (1)
ggml-org/llama.cpp
b7492 - b9060
Published
Aug 06, 2026
Tracked Since
Aug 07, 2026