CVE-2026-1414
Published: 26 January 2026
Summary
CVE-2026-1414 is a medium-severity Injection (CWE-74) vulnerability in Sangfor Operation And Maintenance Security Management System. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 27.8th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly requires validation of the fortEquipmentIp input parameter to prevent command injection exploitation.
Mandates timely identification, reporting, and patching of the specific command injection flaw in the affected Sangfor system.
Requires vulnerability scanning that would detect this publicly disclosed CVE and trigger remediation actions.
MITRE ATT&CK Enterprise TechniquesAI
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).
NVD 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.
Deeper analysisAI
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)