HIGHVulnerability
Verified
Global

NVD HIGH: CVE-2026-43622 — llama.cpp builds b1886 through b7445 contain a double free vulnerability in the ...

·Source: NIST NVD

Updated:

Executive Summary

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

Analysis

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. CVSS Score: 7.8. Published: 2026-08-06T16:16:42.883.

Indicators of Compromise (1)

CVE (1)
CVE-2026-43622
Source Attribution

Originally published by NIST NVD on Aug 6, 2026. Verified by: NIST.

Related Threats