CVE-2025-12345
Remote Buffer Overflow in LLM-Claw Agent Deployment Component
Publication date: 2026-03-03
Last updated on: 2026-03-03
Assigner: VulDB
Description
Description
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-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. |
| 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-12345 is a critical buffer overflow vulnerability found in the LLM-Claw software versions 0.1.0, 0.1.1, 0.1.1a, and 0.1.1a-p1.
The flaw exists in the function agent_deploy_init within the file /agents/deploy/initiate.c of the Agent Deployment component.
The vulnerability arises because the software copies an input buffer to an output buffer without verifying that the input size is smaller than the output buffer size, leading to a classic buffer overflow condition.
This vulnerability can be exploited remotely, making the attack highly functional and easy to execute.
How can this vulnerability impact me? :
The buffer overflow impacts the confidentiality, integrity, and availability of the affected system.
Because the attack can be launched remotely without physical or local access, it poses a high risk of unauthorized system compromise.
Exploitation of this vulnerability could lead to system crashes, data corruption, or unauthorized access, severely affecting system operations.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability exists in the function agent_deploy_init of the file /agents/deploy/initiate.c in LLM-Claw versions 0.1.0, 0.1.1, 0.1.1a, and 0.1.1a-p1. Detection involves identifying if these vulnerable versions of LLM-Claw are running on your system.
Since the vulnerability is a buffer overflow exploitable remotely, network detection could involve monitoring for unusual or malformed packets targeting the Agent Deployment component, but specific detection commands or signatures are not provided.
To check the installed version of LLM-Claw on a Unix-like system, you might use commands such as:
- llm-claw --version
- dpkg -l | grep llm-claw
- rpm -qa | grep llm-claw
For network detection, monitoring tools like IDS/IPS could be configured to look for exploit attempts targeting the agent_deploy_init function, but no specific commands or signatures are provided in the available information.
What immediate steps should I take to mitigate this vulnerability?
The primary and immediate mitigation step is to apply the available patch for LLM-Claw versions 0.1.0, 0.1.1, 0.1.1a, and 0.1.1a-p1 that addresses the buffer overflow in the agent_deploy_init function.
Until the patch is applied, it is advisable to restrict remote access to the Agent Deployment component to trusted networks only, to reduce the attack surface.
Additionally, monitoring network traffic for suspicious activity targeting the vulnerable component and employing intrusion detection/prevention systems can help mitigate exploitation attempts.