CVE-2026-4910
Received Received - Intake
Remote SQL Injection in Streamax Crocus bis Endpoint Component

Publication date: 2026-03-27

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security vulnerability has been detected in Shenzhen Ruiming Technology Streamax Crocus up to 1.3.44. Affected is an unknown function of the file /RemoteFormat.do of the component Endpoint. Such manipulation of the argument State leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-27
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2026-03-27
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
shenzhen_ruiming_technology streamax_crocus 1.3.44
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in Shenzhen Ruiming Technology Streamax Crocus bis 1.3.44, specifically in an unknown function within the /RemoteFormat.do file of the Endpoint component.

The issue arises from manipulation of the argument 'State' which leads to an SQL injection vulnerability.

An attacker can exploit this vulnerability remotely to execute unauthorized SQL commands on the backend database.

The exploit has been publicly disclosed and the vendor did not respond to early contact attempts regarding this issue.


How can this vulnerability impact me? :

This SQL injection vulnerability can allow an attacker to remotely execute arbitrary SQL commands on the affected system.

Potential impacts include unauthorized data access, data modification, data deletion, or disruption of service.

Because the attack can be launched remotely without authentication, it increases the risk of compromise.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability involves SQL injection via the argument State in the /RemoteFormat.do endpoint of Shenzhen Ruiming Technology Streamax Crocus bis 1.3.44. Detection can be attempted by sending crafted HTTP requests to this endpoint and observing for SQL injection behavior.

A possible detection command using curl could be:

  • curl -v "http://<target-ip-or-domain>/RemoteFormat.do?State=' OR '1'='1"

If the response indicates SQL errors or unexpected behavior, it may confirm the presence of the vulnerability.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting access to the vulnerable /RemoteFormat.do endpoint, such as by implementing network-level filtering or firewall rules to block unauthorized requests.

Additionally, monitoring and blocking suspicious input patterns that attempt SQL injection on the State parameter can help reduce risk.

Since the vendor has not responded, applying web application firewall (WAF) rules or disabling the affected functionality until a patch is available is advisable.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart