Cyber Posture

CVE-2026-1414

MediumPublic PoC

Published: 26 January 2026

Published
26 January 2026
Modified
30 January 2026
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0010 27.8th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Description

A vulnerability was determined in Sangfor Operation and Maintenance Security Management System up to 3.0.12. This impacts the function getInformation of the file /equipment/get_Information of the component HTTP POST Request Handler. Executing a manipulation of the argument fortEquipmentIp can lead…

more

to command injection. The attack can be launched remotely. The exploit has been publicly disclosed and may be utilized.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires validation of the fortEquipmentIp input parameter to prevent command injection exploitation.

prevent

Mandates timely identification, reporting, and patching of the specific command injection flaw in the affected Sangfor system.

detectrespond

Requires vulnerability scanning that would detect this publicly disclosed CVE and trigger remediation actions.

Security SummaryAI

CVE-2026-1414 is a command injection vulnerability in Sangfor Operation and Maintenance Security Management System versions up to 3.0.12. It affects the getInformation function in the file /equipment/get_Information within the HTTP POST Request Handler component, where manipulation of the fortEquipmentIp argument enables command injection. The vulnerability was published on 2026-01-26 and is associated with CWEs-74 and CWE-77, carrying a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

An attacker can exploit this vulnerability remotely with low privileges required, low attack complexity, and no user interaction needed. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, such as executing arbitrary commands on the affected system.

Advisories and details are available via VulDB entries (https://vuldb.com/?ctiid.342803, https://vuldb.com/?id.342803, https://vuldb.com/?submit.736524) and a GitHub issue (https://github.com/LX-LX88/cve/issues/24), though specific patch or mitigation guidance is not detailed in the core disclosure.

The exploit has been publicly disclosed and may be utilized, posing risks to unpatched instances of the affected software.

Details

CWE(s)

Affected Products

sangfor
operation and maintenance security management system
≤ 3.0.12

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

Command injection vulnerability in a remotely accessible web application endpoint (AV:N, PR:L) directly enables T1190 (Exploit Public-Facing Application) and facilitates arbitrary command execution via T1059 (Command and Scripting Interpreter).

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

References