The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2017-20236

CVE-2017-20236: ProSoft ICX35-HWC Gateway RCE Vulnerability

CVE-2017-20236 is a remote code execution flaw in ProSoft Technology ICX35-HWC cellular gateways that enables attackers to gain root access and execute arbitrary commands. This article covers technical details, impact, and mitigations.

Published: April 10, 2026

CVE-2017-20236 Overview

CVE-2017-20236 is a command injection vulnerability affecting ProSoft Technology ICX35-HWC cellular gateways running firmware versions 1.3 and prior. The vulnerability exists in the web user interface due to insufficient input validation, allowing remote attackers to inject and execute arbitrary system commands. Successful exploitation can lead to complete device compromise with root-level privileges.

Critical Impact

Remote attackers can gain root access to affected cellular gateways without authentication, enabling full device takeover and potential lateral movement within industrial networks.

Affected Products

  • ProSoft Technology ICX35-HWC firmware version 1.3
  • ProSoft Technology ICX35-HWC firmware versions prior to 1.3

Discovery Timeline

  • 2026-04-03 - CVE CVE-2017-20236 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2017-20236

Vulnerability Analysis

This vulnerability is classified as CWE-78 (Improper Neutralization of Special Elements used in an OS Command), commonly known as OS Command Injection. The ProSoft Technology ICX35-HWC cellular gateway contains a web-based management interface that fails to properly validate and sanitize user-supplied input before passing it to system shell commands.

The vulnerable web interface accepts user input through various form fields and parameters. When this input is processed by the backend application, it is incorporated into system commands without adequate sanitization. An attacker can craft malicious input containing shell metacharacters and command sequences that break out of the intended command context, allowing execution of arbitrary commands with the privileges of the web server process—typically root on embedded devices like industrial gateways.

Root Cause

The root cause of this vulnerability is improper input validation in the web user interface. The application fails to sanitize special characters and shell metacharacters from user-supplied input before incorporating it into operating system commands. This allows attackers to inject additional commands by using characters such as semicolons (;), pipes (|), backticks, or command substitution syntax ($()).

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker with network access to the ICX35-HWC web interface can submit specially crafted HTTP requests containing malicious payloads in form fields or URL parameters. These payloads are designed to escape the intended command context and inject arbitrary system commands.

Once the malicious input reaches the vulnerable code path, the injected commands execute with elevated privileges, typically root on embedded systems. This provides the attacker with complete control over the device, enabling actions such as:

  • Modifying device configurations
  • Intercepting or manipulating network traffic
  • Installing persistent backdoors
  • Using the compromised device as a pivot point for further network attacks

The vulnerability can be exploited by crafting HTTP requests with command injection payloads in vulnerable input fields. For detailed technical information, refer to the Belden Security Bulletin and VulnCheck Advisory.

Detection Methods for CVE-2017-20236

Indicators of Compromise

  • Unusual or unexpected outbound network connections from ICX35-HWC devices
  • Modified configuration files or unauthorized user accounts on the device
  • Presence of unexpected processes or scripts running on the gateway
  • Web server logs showing requests with shell metacharacters (;, |, $(), backticks) in input parameters

Detection Strategies

  • Monitor HTTP traffic to ICX35-HWC web interfaces for requests containing command injection patterns such as shell metacharacters and command chaining syntax
  • Implement network intrusion detection rules to alert on suspicious payloads targeting the device management interface
  • Review web server access logs for anomalous request patterns or repeated requests to specific endpoints with varying parameter values
  • Deploy network segmentation monitoring to detect unexpected communication from industrial control devices

Monitoring Recommendations

  • Implement continuous monitoring of all network traffic to and from ICX35-HWC gateways
  • Configure alerting for any administrative access or configuration changes on affected devices
  • Establish baseline behavior profiles for cellular gateway network activity to identify deviations
  • Regularly audit device configurations and compare against known-good states

How to Mitigate CVE-2017-20236

Immediate Actions Required

  • Upgrade ProSoft Technology ICX35-HWC devices to firmware versions newer than 1.3 that address this vulnerability
  • Restrict network access to the web management interface using firewall rules or network segmentation
  • Place affected devices behind a VPN or jump host to limit exposure
  • Disable the web interface if not operationally required

Patch Information

ProSoft Technology has addressed this vulnerability in firmware updates released after version 1.3. Organizations should consult the Belden Security Bulletin for specific patch information and upgrade instructions. It is strongly recommended to apply the latest available firmware to all affected devices.

Workarounds

  • Implement strict network segmentation to isolate ICX35-HWC devices from untrusted networks and limit web interface accessibility
  • Configure access control lists (ACLs) on network devices to restrict which IP addresses can reach the management interface
  • Deploy a web application firewall (WAF) in front of the device to filter requests containing command injection patterns
  • Disable remote management capabilities if not required for operations and manage devices locally when possible
bash
# Example network segmentation configuration (Cisco IOS)
# Restrict access to ICX35-HWC management interface
access-list 100 permit tcp 10.10.10.0 0.0.0.255 host 192.168.1.100 eq 80
access-list 100 deny tcp any host 192.168.1.100 eq 80
access-list 100 permit ip any any
interface GigabitEthernet0/1
 ip access-group 100 in

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechProsoft Technology

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • Belden Security Bulletin

  • VulnCheck Advisory
  • Related CVEs
  • CVE-2017-20235: ProSoft ICX35-HWC Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English