VYPR

Llama Cpp Security Patches

by Vladimir Tokarev Cyera

CVEs (4)

  • CVE-2026-43632HigAug 6, 2026
    risk 0.53cvss 8.1epss

    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…

  • CVE-2026-43631HigAug 6, 2026
    risk 0.53cvss 8.1epss

    llama.cpp builds b7492 through the latest b9060 contains a use-after-free vulnerability in the vocab pointer of llama-server when the --sleep-idle-seconds feature is enabled, allowing unauthenticated remote attackers to execute arbitrary code. Attackers can trigger the…

  • CVE-2026-43629HigAug 6, 2026
    risk 0.53cvss 8.1epss

    llama.cpp builds b4882 through b9058 contain a heap buffer overflow vulnerability in the KV cache state restore path where the state_read_data() function computes write size without overflow checking, allowing attackers with write access to the slot_save_path directory to…

  • CVE-2026-43627HigAug 6, 2026
    risk 0.51cvss 7.8epss

    llama.cpp builds b1283 through b9058 contain an integer overflow vulnerability in the llama_batch_init() function where unchecked multiplications in malloc() calls can wrap past INT32_MAX when computing allocation sizes. Attackers can pass specially crafted parameters to trigger…