Cyber Resilience

CVE-2025-56127

HighPublic PoCRCE

Published: 11 December 2025

Published
11 December 2025
Modified
18 December 2025
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.0171 82.7th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked in the top 17.3% of CVEs by exploit likelihood; 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-56127 is an OS Command Injection vulnerability (CWE-78) affecting the Ruijie RG-BCR RG-BCR600W device. The flaw resides in the get_wanobj function within the file /usr/lib/lua/luci/controller/admin/common.lua, where attackers can inject and execute arbitrary operating system commands through a specially crafted POST request. The vulnerability 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 confidentiality, integrity, and availability impacts.

Attackers with low privileges, such as authenticated users with network access to the device, can exploit this vulnerability remotely with low complexity and no user interaction required. Successful exploitation allows execution of arbitrary commands on the underlying operating system, potentially leading to full device compromise, including data exfiltration, modification of configurations, or further lateral movement within the network.

Mitigation details, including patches and remediation steps, are outlined in vendor advisories and independent reports available at the following references: https://1drv.ms/f/c/12406a392c92914b/Evvem8Mw6SlNh-ZJpY_9SAsBq2iDi88TFdFdA1Am3PdfCQ?e=YeLYxb, https://1drv.ms/t/c/12406a392c92914b/EQkKqI8NW45AgBgScwGNiPABEK0YLvNQFgNtqLaWAhCPVw?e=cLDW5t, and https://github.com/flegoity/Ruijie-Multiple-Devices-Vulnerability-Reports-for-CVE/blob/main/CVE-2025-56127.md. Security practitioners should review these for device-specific updates and apply them promptly.

EU & UK References

Vulnerability details

OS Command Injection vulnerability in Ruijie RG-BCR RG-BCR600W allowing attackers to execute arbitrary commands via a crafted POST request to the get_wanobj in file /usr/lib/lua/luci/controller/admin/common.lua.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
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.
Why these techniques?

OS Command Injection via crafted POST request to web interface enables exploitation of public-facing application (T1190) and arbitrary Unix shell command execution (T1059).

CVEs Like This One

CVE-2025-56087Same product: Ruijie Rg-Bcr600W
CVE-2025-56096Same product: Ruijie Rg-Bcr600W
CVE-2025-56082Same product: Ruijie Rg-Bcr600W
CVE-2025-56107Same product: Ruijie Rg-Bcr600W
CVE-2025-56085Same vendor: Ruijie
CVE-2025-56099Same vendor: Ruijie
CVE-2025-56110Same vendor: Ruijie
CVE-2025-56092Same vendor: Ruijie
CVE-2025-56086Same vendor: Ruijie
CVE-2025-56079Same vendor: Ruijie

Affected Assets

ruijie
rg-bcr600w firmware
1.0.4.4468

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the CVE by requiring identification, reporting, and timely correction of the OS command injection flaw in the get_wanobj function.

prevent

Prevents exploitation by validating and sanitizing crafted POST request inputs to the vulnerable Lua controller before processing.

prevent

Restricts malicious input payloads in POST requests to the get_wanobj function, rejecting or delaying invalid commands.

References