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
    • 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-2022-50978

CVE-2022-50978: Modbus TCP DOS Vulnerability

CVE-2022-50978 is a denial of service vulnerability affecting Modbus TCP implementations. Attackers can disrupt operations by switching configuration presets remotely. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2022-50978 Overview

CVE-2022-50978 is a Missing Authentication for Critical Function vulnerability (CWE-306) that allows an unauthenticated remote attacker to disrupt industrial control system operations by switching between multiple configuration presets via the Modbus TCP protocol. This vulnerability poses significant risks to operational technology (OT) environments where Modbus is commonly used for industrial communications.

Critical Impact

Unauthenticated attackers can remotely disrupt industrial operations by manipulating configuration presets without any authentication, potentially causing denial of service conditions in critical infrastructure systems.

Affected Products

  • Industrial control systems utilizing Modbus TCP protocol
  • Devices referenced in Innomic security advisory IDS-2026-0001
  • Systems exposing Modbus TCP (port 502) to network access

Discovery Timeline

  • February 2, 2026 - CVE-2022-50978 published to NVD
  • February 3, 2026 - Last updated in NVD database

Technical Details for CVE-2022-50978

Vulnerability Analysis

This vulnerability stems from a fundamental lack of authentication controls on critical Modbus TCP functions. The Modbus protocol, originally designed in 1979 for serial communications, lacks built-in security mechanisms by design. When implemented over TCP/IP without additional authentication layers, it exposes critical configuration functions to any network-accessible attacker.

The vulnerability allows remote attackers to send specially crafted Modbus TCP requests to switch between configuration presets on the target device. Since no authentication is required, an attacker with network access to the Modbus TCP service (typically port 502) can arbitrarily change device configurations, leading to operational disruptions.

The attack requires network-level access but no privileges or user interaction, making it particularly dangerous in environments where Modbus devices are accessible from untrusted network segments.

Root Cause

The root cause is CWE-306: Missing Authentication for Critical Function. The affected system fails to implement proper authentication mechanisms for Modbus TCP commands that control configuration preset switching. This allows any network-connected client to execute privileged operations that should require authentication or authorization verification.

Industrial protocols like Modbus were designed decades ago without security considerations, and many implementations continue to operate without authentication overlays, leaving critical functions exposed to unauthorized access.

Attack Vector

The attack is network-based and can be executed remotely against any system exposing Modbus TCP services. An attacker can exploit this vulnerability by:

  1. Identifying systems with exposed Modbus TCP services (typically port 502)
  2. Crafting Modbus function code requests to manipulate configuration presets
  3. Sending unauthenticated requests to switch between configurations
  4. Causing operational disruption through unauthorized configuration changes

The attack requires no user interaction and can be automated at scale against multiple vulnerable devices. Since Modbus lacks encryption, attacks can also be conducted via man-in-the-middle positions on the network.

Detection Methods for CVE-2022-50978

Indicators of Compromise

  • Unexpected Modbus TCP traffic on port 502 from unauthorized source IP addresses
  • Unusual configuration preset changes in device logs without corresponding authorized maintenance windows
  • Modbus function code requests originating from non-standard control system hosts
  • Abnormal frequency of configuration modification commands in industrial network traffic

Detection Strategies

  • Deploy network intrusion detection systems (IDS) with Modbus protocol analysis capabilities to identify unauthorized configuration commands
  • Implement network segmentation monitoring to detect traffic from unauthorized network zones attempting to reach Modbus services
  • Configure SIEM rules to correlate configuration change events with authorized change management tickets
  • Enable deep packet inspection on industrial firewalls to identify anomalous Modbus function codes

Monitoring Recommendations

  • Continuously monitor Modbus TCP traffic patterns for deviation from established baselines
  • Log all configuration preset changes and correlate with authorized maintenance schedules
  • Implement alerting for Modbus connections from previously unseen IP addresses
  • Monitor network flows to identify reconnaissance activity targeting port 502

How to Mitigate CVE-2022-50978

Immediate Actions Required

  • Isolate affected Modbus TCP devices behind properly configured industrial firewalls
  • Implement network segmentation to restrict Modbus access to authorized control system hosts only
  • Deploy allowlisting rules to permit Modbus TCP connections only from known, trusted IP addresses
  • Review and audit all systems with Modbus TCP exposure for unauthorized configuration changes

Patch Information

Consult the Innomic CSAF Security Advisory for vendor-specific patch information and remediation guidance. The advisory provides detailed information about affected products and available security updates.

Additional technical details are available in the Innomic CSAF Advisory JSON format for automated security tooling integration.

Workarounds

  • Implement network-level access controls using industrial firewalls to restrict Modbus TCP access to authorized control system components only
  • Deploy a Modbus security gateway or protocol-aware firewall that can filter unauthorized function codes
  • Use VPN tunnels or encrypted overlays for any remote Modbus TCP access requirements
  • Consider implementing Modbus/TCP security extensions where supported by the device firmware
bash
# Example firewall configuration to restrict Modbus TCP access
# Allow Modbus TCP only from authorized SCADA hosts
iptables -A INPUT -p tcp --dport 502 -s 10.100.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 502 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • Innomic CSAF Advisory HTML

  • Innomic CSAF Advisory JSON
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
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