CVE-2026-4956
7.3Shenzhen Ruiming Technology · Streamax Crocus
A remote SQL injection vulnerability exists in the Parameter Handler component of Streamax Crocus 1.3.44, allowing unauthenticated attackers to manipulate the State argument via DevicePrint.do.
Executive summary
A critical SQL injection vulnerability in Shenzhen Ruiming Technology Streamax Crocus 1.3.44 allows unauthenticated remote attackers to compromise database integrity.
Vulnerability
The vulnerability is a SQL injection (CWE-89) located in the DevicePrint.do endpoint within the Parameter Handler component. An unauthenticated attacker can inject malicious SQL commands through the State parameter to interact with the underlying database.
Business impact
Successful exploitation allows an unauthenticated attacker to execute arbitrary SQL queries against the device database, potentially leading to unauthorized data access or modification. Given the CVSS score of 7.3, this represents a significant risk to the confidentiality and integrity of device management systems. If the database contains administrative credentials or sensitive configuration data, this could lead to a full system compromise.
Remediation
Immediate Action: Since no vendor patch is currently available, restrict access to the affected device management interface to trusted networks only and block requests containing suspicious SQL patterns.
Proactive Monitoring: Monitor network traffic and application logs for unusual GET requests targeting the DevicePrint.do endpoint, specifically looking for SQL syntax characters within the State parameter.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to filter and block malicious input targeting the known vulnerable parameter and endpoint.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the technical write-up provided by the researcher at the referenced Feishu link.
Analyst recommendation
Organizations utilizing Streamax Crocus 1.3.44 must treat this vulnerability with high priority due to the presence of a public proof-of-concept and the lack of a vendor-provided fix. Immediately isolate the device from public internet access and apply strict ingress filtering to mitigate the risk of unauthorized remote exploitation.
More Shenzhen Ruiming Technology CVEs
Sources
Originally found and disclosed by 0menc (VulDB User), with VulDB (coordinator), per the CVE Program record.
- VDB-353833 | Shenzhen Ruiming Technology Streamax Crocus Parameter DevicePrint.do sql injection Vulnerability database entry
- VDB-353833 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #777534 | Shenzhen Ruiming Technology Co., Ltd. Streamax Crocus O&M Platform 1.3.44 SQL Injection Third-party advisory
- Exploit / PoC