CVE-2025-56094
BaseFortify
Publication date: 2025-12-11
Last updated on: 2025-12-12
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ruijie | x30-pro | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an OS Command Injection in the Ruijie X30-PRO device. It allows attackers to execute arbitrary operating system commands by sending a specially crafted POST request to the module_get function in the file /usr/local/lua/dev_sta/host_access_delay.lua.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability could execute arbitrary commands on the affected device, potentially leading to unauthorized control, data compromise, disruption of service, or further attacks within the network.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection can be performed by monitoring for crafted POST requests targeting the module_get endpoint in the /usr/local/lua/dev_sta/host_access_delay.lua file. Network traffic inspection tools like tcpdump or Wireshark can be used to capture POST requests to the device. Additionally, using curl or similar tools to test for command injection by sending crafted POST requests to the vulnerable endpoint can help confirm the presence of the vulnerability. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting access to the vulnerable device's management interface, applying any available patches or firmware updates from the vendor, and implementing network-level controls such as firewall rules to block unauthorized POST requests to the module_get endpoint. Additionally, monitoring and logging suspicious activity related to this endpoint is recommended. [1]