CVE-2026-22550
Published: 03 February 2026
Summary
CVE-2026-22550 is a high-severity OS Command Injection (CWE-78) vulnerability in Elecom Wrc-X1500Gsa-B Firmware. Its CVSS base score is 8.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 26.3% 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
CVE-2026-22550 is an OS command injection vulnerability (CWE-78) affecting Elecom WRC-X1500GS-B and WRC-X1500GSA-B wireless routers. Published on 2026-02-03, it 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). The flaw arises from insufficient input validation, allowing a crafted request to trigger arbitrary OS command execution.
An authenticated user with low privileges (PR:L) can exploit this vulnerability remotely over the network (AV:N) with low attack complexity and no user interaction required. Successful exploitation grants high-impact confidentiality, integrity, and availability effects, enabling full arbitrary OS command execution on the affected device.
Mitigation details are available in advisories from JVN (https://jvn.jp/en/jp/JVN94012927/) and Elecom (https://www.elecom.co.jp/news/security/20260203-01/). Security practitioners should consult these references for patching instructions or workarounds specific to the impacted router firmware.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-5270
Vulnerability details
OS command injection vulnerability exists in ELECOM wireless LAN products. A crafted request from a logged-in user may lead to an arbitrary OS command execution.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection in public-facing router web interface directly enables remote exploitation (T1190) resulting in arbitrary Unix shell command execution (T1059.004).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of all inputs to block the crafted requests that trigger OS command injection in this CVE.
Mandates timely remediation of the identified flaw (insufficient input validation) via patches or firmware updates referenced in the Elecom/JVN advisories.
Limits privileges of authenticated users and service accounts so that even successful command injection yields reduced system impact.