Cyber Resilience

CVE-2025-56092

HighPublic PoCRCE

Published: 11 December 2025

Published
11 December 2025
Modified
29 January 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0018 39.9th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-56092 is a high-severity OS Command Injection (CWE-78) vulnerability in Ruijie Rg-Ew300T Firmware. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 39.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-56092 is an OS Command Injection vulnerability (CWE-78) affecting the Ruijie X30 PRO V1 device, specifically version X30-PRO-V1_09241521. The flaw resides in the module_get function within the file /usr/local/lua/dev_sta/networkConnect.lua, where attackers can execute arbitrary operating system commands by sending a crafted POST request. Published on 2025-12-11, it carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact across confidentiality, integrity, and availability.

The vulnerability can be exploited remotely over the network by attackers who possess low privileges (PR:L), requiring low attack complexity and no user interaction. Successful exploitation allows arbitrary command execution on the underlying operating system, potentially enabling full system compromise, data exfiltration, persistence, or further lateral movement within the affected network environment.

Advisories and detailed reports on mitigation, including potential patches or workarounds, are available in the referenced sources: https://1drv.ms/f/c/12406a392c92914b/EtGIxwWujwxBvQhL9wgnUIwBkg-mndJJX07Igr6d0cic-g?e=4KJbWY, https://1drv.ms/t/c/12406a392c92914b/EaD98URfTfFKm1v_MTfU-UEBUxRf5vj3O0x7fhabn5_l9A?e=BuNPV9, and https://github.com/flegoity/Ruijie-Multiple-Devices-Vulnerability-Reports-for-CVE/blob/main/CVE-2025-56091.md. Security practitioners should consult these for vendor-specific remediation guidance.

EU & UK References

Vulnerability details

OS Command Injection vulnerability in Ruijie X30 PRO V1 X30-PRO-V1_09241521 allowing attackers to execute arbitrary commands via a crafted POST request to the module_get in file /usr/local/lua/dev_sta/networkConnect.lua.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

CVE enables remote exploitation of a public-facing web application via crafted POST request (T1190), resulting in arbitrary OS command injection and Unix shell execution (T1059.004).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-56117Same product: Ruijie X30 Pro
CVE-2025-56093Same product: Ruijie X30 Pro
CVE-2025-56094Same product: Ruijie X30 Pro
CVE-2025-56098Same product: Ruijie X30 Pro
CVE-2025-56099Same vendor: Ruijie
CVE-2025-56110Same vendor: Ruijie
CVE-2025-56086Same vendor: Ruijie
CVE-2025-56079Same vendor: Ruijie
CVE-2025-56095Same vendor: Ruijie
CVE-2025-56114Same vendor: Ruijie

Affected Assets

ruijie
rg-ew300t firmware
all versions
ruijie
x30 pro firmware
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents OS command injection by requiring validation mechanisms for crafted POST requests to the module_get function in networkConnect.lua.

prevent

Requires timely identification, reporting, and patching of the specific OS command injection flaw in the vulnerable Lua script.

prevent

Enforces restrictions on POST request inputs to block command injection payloads targeting the networkConnect.lua module.

References