Cyber Posture

CVE-2025-56092

HighPublic PoC

Published: 11 December 2025

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

Description

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.

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.

Security SummaryAI

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.

Details

CWE(s)

Affected Products

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

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

References