VYPR
Unrated severityNVD Advisory· Published May 4, 2023· Updated Aug 2, 2024

Chengdu VEC40G Network Detection os command injection

CVE-2023-2522

Description

A vulnerability was found in Chengdu VEC40G 3.0. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the file /send_order.cgi?parameter=access_detect of the component Network Detection. The manipulation of the argument COUNT with the input 3 | netstat -an leads to os command injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-228013 was assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Chengdu VEC40G 3.0 network detection function contains an OS command injection vulnerability via the COUNT parameter in /send_order.cgi, allowing remote unauthenticated RCE.

Vulnerability

The Chengdu VEC40G (Flying Star enterprise intelligent online behavior management system) version 3.0 exposes a command injection vulnerability in the network detection functionality. The endpoint /send_order.cgi?parameter=access_detect does not sanitize the COUNT parameter, allowing an attacker to inject arbitrary OS commands by appending a pipe (|) character. Affected version is VEC40G 3.0 as disclosed in reference [1].

Exploitation

An attacker can exploit this vulnerability remotely without authentication. The reference [1] indicates that the device is accessible with default weak credentials (admin/admin123) for the web interface, but the injection point itself does not require prior authentication. The attacker sends a crafted HTTP GET request to the vulnerable CGI with the COUNT parameter set to, for example, 3 | netstat -an (the command from the CVE description) or any desired command. The proof-of-concept is publicly available [1].

Impact

Successful exploitation grants the attacker arbitrary OS command execution on the device with the privileges of the web server (typically root). This leads to full compromise of the appliance, including information disclosure, possibility of persistent backdoor installation, and potential lateral movement within the network. The CVSS score is high (critical) as per the CVE metadata.

Mitigation

As of the publication date (2023-05-04), the vendor (Chengdu) did not respond to disclosure attempts, and no patch or firmware update has been released [1]. The only mitigation is to restrict access to the web interface (e.g., firewall rules) and change the default credentials if the device is still in use. If possible, isolate the device from untrusted networks. The vulnerability is publicly known and likely to be added to exploitation frameworks.

AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

3

News mentions

0

No linked articles in our index yet.