Bug 2453928 (CVE-2026-34159) - CVE-2026-34159 llama.cpp: unauthenticated RCE via GRAPH_COMPUTE buffer=0 bypass in llama.cpp RPC backend
Summary: CVE-2026-34159 llama.cpp: unauthenticated RCE via GRAPH_COMPUTE buffer=0 bypa...
Keywords:
Status: NEW
Alias: CVE-2026-34159
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
urgent
urgent
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2453936
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-01 18:02 UTC by OSIDB Bzimport
Modified: 2026-04-01 18:29 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-01 18:02:05 UTC
llama.cpp is an inference of several LLM models in C/C++. Prior to version b8492, the RPC backend's deserialize_tensor() skips all bounds validation when a tensor's buffer field is 0. An unauthenticated attacker can read and write arbitrary process memory via crafted GRAPH_COMPUTE messages. Combined with pointer leaks from ALLOC_BUFFER/BUFFER_GET_BASE, this gives full ASLR bypass and remote code execution. No authentication required, just TCP access to the RPC server port. This issue has been patched in version b8492.


Note You need to log in before you can comment on or make changes to this bug.