CVE-2026-1414
Published: 26 January 2026
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
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.
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
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).