CVE-2025-12345
Received
Received - Intake
Remote Buffer Overflow in LLM-Claw Agent Deployment Component
Publication date: 2026-03-03
Last updated on: 2026-03-03
Assigner: VulDB
Description
Description
A security vulnerability has been detected in LLM-Claw 0.1.0/0.1.1/0.1.1a/0.1.1a-p1. The affected element is the function agent_deploy_init of the file /agents/deploy/initiate.c of the component Agent Deployment. Such manipulation leads to buffer overflow. It is possible to launch the attack remotely. A patch should be applied to remediate this issue.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| llm-claw | llm-claw | 0.1.0 |
| llm-claw | llm-claw | 0.1.1 |
| llm-claw | llm-claw | 0.1.1a |
| llm-claw | llm-claw | 0.1.1a-p1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-119 | The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data. |
| CWE-120 | The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer. |