CVE-2026-6130
7.3ChatboxAI · Chatbox
ChatboxAI Chatbox is vulnerable to remote OS command injection via the StdioClientTransport function in src/main/mcp/ipc-stdio-transport.ts, allowing unauthenticated attackers to execute system commands.
Executive summary
An unauthenticated OS command injection vulnerability in ChatboxAI Chatbox allows remote attackers to execute arbitrary system commands, posing a severe risk to host integrity.
Vulnerability
The vulnerability exists within the StdioClientTransport function of the Model Context Protocol Server Management System. An unauthenticated attacker can manipulate the args and env arguments to achieve OS command injection.
Business impact
This vulnerability carries a CVSS score of 7.3, reflecting the high risk posed by remote, unauthenticated access to the underlying operating system. A successful exploit could lead to full system compromise, unauthorized data exfiltration, and the potential for lateral movement within the network, resulting in significant operational downtime and loss of sensitive information.
Remediation
Immediate Action: Since no official patch is currently available from the vendor, users should restrict access to the affected software or disable the Model Context Protocol Server Management features if not strictly required. Monitor the vendor's GitHub repository for updates and apply the latest version immediately upon release.
Proactive Monitoring: Inspect system logs for suspicious process execution patterns or unexpected child processes originating from the Chatbox application. Monitor network traffic for unusual outbound connections that may indicate command-and-control communication following an injection attempt.
Compensating Controls: Deploy a Web Application Firewall (WAF) or equivalent network filter to inspect and block malicious input strings targeting the affected IPC transport components. Implement strict host-based access controls to limit the privileges of the service account running the application.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the linked GitHub issue report.
Analyst recommendation
Given the availability of a public proof-of-concept and the critical nature of OS command injection, users must treat this vulnerability with high urgency. Until the vendor provides a formal security update, the application should be isolated from untrusted networks. Immediate implementation of compensating controls and enhanced monitoring is required to detect and prevent potential exploitation attempts.
Sources
Originally found and disclosed by Yu_Bao (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-356993 | chatboxai chatbox Model Context Protocol Server Management System ipc-stdio-transport.ts StdioClientTranspo Vulnerability database entry
- VDB-356993 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #795355 | chatboxai chatbox 1.20.0 Arbitrary Command Execution Third-party advisory
- Issue tracker
- Exploit / PoC
- github.com