llama.cpp builds b1886 through b7445 contain a double free vulnerability in the LLaMA-Android JNI wrapper where new_1batch() allocates memory using malloc() while free_1batch() deallocates it using the C++ delete operator, causing heap metadata corruption. Attackers can trigger this memory management mismatch to cause denial of service through process crashes or potentially achieve arbitrary code execution depending on allocator state.
References
| Link | Resource |
|---|---|
| https://github.com/Vladimir-tokarev-cyera/llama-cpp-security-patches | Patch Third Party Advisory |
| https://github.com/ggml-org/llama.cpp/commit/5c0d18881e0e9794c96b2602736b758bac9d9388 | Patch |
| https://github.com/ggml-org/llama.cpp/releases/tag/b7446 | Patch Release Notes Vendor Advisory |
| https://www.vulncheck.com/advisories/llama-cpp-b1886-b7445-double-free-via-llama-android-cpp | Patch Third Party Advisory |
Configurations
History
No history.
Information
Published : 2026-08-06 16:16
Updated : 2026-09-04 18:15
NVD link : CVE-2026-43622
Mitre link : CVE-2026-43622
CVE.ORG link : CVE-2026-43622
JSON object : View
Products Affected
ggml
- llama.cpp
