CVE-2026-2944
7.3Tosei · Online Store Management System
An OS command injection vulnerability in the Tosei Online Store Management System allows unauthenticated remote attackers to execute arbitrary system commands via the DevId parameter.
Executive summary
A critical OS command injection vulnerability in Tosei Online Store Management System version 1.01 permits unauthenticated remote attackers to achieve full system compromise.
Vulnerability
This vulnerability is an OS command injection flaw (CWE-78) located in the /cgi-bin/monitor.php file. An unauthenticated attacker can manipulate the DevId parameter in a POST request to inject and execute arbitrary commands with the privileges of the web server user.
Business impact
Successful exploitation of this vulnerability allows an attacker to gain full control over the application server. This can lead to unauthorized data exfiltration, lateral movement within the internal network, and complete system compromise. With a CVSS score of 7.3, this flaw poses a significant risk to the confidentiality, integrity, and availability of the affected infrastructure.
Remediation
Immediate Action: As no official vendor patch is currently available, restrict network access to the /cgi-bin/monitor.php endpoint immediately to prevent unauthorized access.
Proactive Monitoring: Review web server access logs for anomalous POST requests to monitor.php containing shell metacharacters such as semicolons, pipes, or backticks in the DevId parameter.
Compensating Controls: Deploy a Web Application Firewall (WAF) rule to inspect and block incoming traffic containing command injection patterns targeting the DevId parameter in the specified URI.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the technical write-up provided by the vulnerability researcher.
Analyst recommendation
Given the availability of a public proof-of-concept and the lack of a vendor-provided patch, this vulnerability presents an elevated risk. Organizations must prioritize network-level isolation of the affected service and implement rigorous monitoring to detect potential exploitation attempts until a secure version is released by the vendor.
Sources
Originally found and disclosed by CW.Wong (VulDB User), per the CVE Program record.
- VDB-347314 | Tosei Online Store Management System ネット店舗管理システム HTTP POST Request monitor.php system os command injection Vulnerability database entry
- VDB-347314 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #754579 | Tosei Tosei Online Store Management System ネット店舗管理システム 1.01 OS Command Injection / Remote Code Executi Third-party advisory
- Exploit / PoC