llama.cpp is an inference of several LLM models in C/C++. Prior to version b5662, an attacker‐supplied GGUF model vocabulary can trigger a buffer overflow in llama.cpp’s vocabulary‐loading code. Specifically, the helper _try_copy in llama.cpp/src/vocab.cpp: llama_vocab::impl::token_to_piece() casts a very large size_t token length into an int32_t, causing the length check (if (length < (int32_t)size)) to be bypassed. As a result, memcpy is still called with that oversized size, letting a malicious model overwrite memory beyond the intended buffer. This can lead to arbitrary memory corruption and potential code execution. This issue has been patched in version b5662.
Conclusion & alert: CVE-2025-49847 is rated Moderate Risk (60.1/100): CVSS High severity, with medium exploitation likelihood (EPSS 0.61%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-04-13 | 0.18% | 0.61% | +0.43% |
| 2 | 2026-03-03 | 0.05% | 0.18% | +0.13% |
| 3 | 2025-06-23 | — | 0.05% | — |
Full EPSS history (4 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.8 | 3.1 | HIGH |
|
2.8 | 5.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2025-49847 not yet assigned priority: Debian including 1 source packages (llama.cpp), 2 status rows across 2 suites (forky, sid): resolved 2. | https://security-tracker.debian.org/tracker/CVE-2025-49847 |
ubuntu
|
medium | CVE-2025-49847 medium priority: Ubuntu including 1 source packages (llama.cpp), 6 status rows across 6 suites (jammy, noble, oracular, plucky, questing, upstream): DNE 4, needs-triage 2. | https://ubuntu.com/security/CVE-2025-49847 |
| URL | Tags |
|---|---|
| https://github.com/ggml-org/llama.cpp/commit/3cfbbdb44e08fd19429fed6cc85b982a91f0efd5 | Patch |
| https://github.com/ggml-org/llama.cpp/security/advisories/GHSA-8wwf-w4qm-gpqr | Mitigation Vendor Advisory |