CVE-2026-22553
Published: 24 February 2026
Summary
CVE-2026-22553 is a critical-severity OS Command Injection (CWE-78) vulnerability in Insat Masterscada. Its CVSS base score is 9.3 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 30.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
All versions of InSAT MasterSCADA BUK-TS are affected by CVE-2026-22553, a high-severity OS command injection vulnerability (CWE-78) in a field of its MMadmServ web interface. Published on 2026-02-24, this flaw carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical risk due to its potential for remote code execution.
The vulnerability can be exploited over the network by unauthenticated attackers with no privileges or user interaction required. By sending crafted input to the vulnerable endpoint in the MMadmServ web interface, malicious users can inject operating system commands, achieving arbitrary remote code execution with high impact on confidentiality, integrity, and availability.
Mitigation details are outlined in CISA ICS Advisory ICSA-26-055-01, available at https://www.cisa.gov/news-events/ics-advisories/icsa-26-055-01 and the corresponding CSAF file at https://github.com/cisagov/CSAF/blob/develop/csaf_files/OT/white/2026/icsa-26-055-01.json. Security practitioners should consult these resources for recommended patches, workarounds, or configuration changes specific to InSAT MasterSCADA BUK-TS.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-8564
Vulnerability details
All versions of InSAT MasterSCADA BUK-TS are susceptible to OS command injection through a field in its MMadmServ web interface. Malicious users that use the vulnerable endpoint are potentially able to cause remote code execution.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated OS command injection in public-facing web interface enables remote exploitation of public-facing application (T1190) and command/script execution (T1059).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly remediates the specific OS command injection flaw in the MMadmServ web interface via timely patching or vendor-recommended workarounds.
Validates and sanitizes inputs to the vulnerable field in the MMadmServ web interface to prevent OS command injection attacks.
Monitors and controls network traffic to the MMadmServ web interface, blocking unauthenticated remote access and exploitation attempts.