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
    • 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-26833

CVE-2022-26833: OAS Platform Auth Bypass Vulnerability

CVE-2022-26833 is an authentication bypass flaw in Open Automation Software OAS Platform that allows attackers to access the REST API without credentials. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-26833 Overview

An improper authentication vulnerability exists in the REST API functionality of Open Automation Software OAS Platform V16.00.0121. A specially-crafted series of HTTP requests can lead to unauthenticated use of the REST API. An attacker can send a series of HTTP requests to trigger this vulnerability, potentially gaining unauthorized access to critical industrial automation systems.

Critical Impact

This authentication bypass vulnerability allows remote attackers to access the OAS Platform REST API without valid credentials, potentially compromising industrial control systems and operational technology environments.

Affected Products

  • Open Automation Software OAS Platform V16.00.0112
  • Open Automation Software OAS Platform V16.00.0121
  • OAS Platform installations with REST API functionality enabled

Discovery Timeline

  • 2022-05-25 - CVE-2022-26833 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-26833

Vulnerability Analysis

This vulnerability is classified under CWE-306 (Missing Authentication for Critical Function), indicating that the OAS Platform REST API fails to properly authenticate incoming requests before processing them. The vulnerability allows network-based attackers to bypass authentication mechanisms entirely by sending a specially-crafted sequence of HTTP requests.

The OAS Platform is widely used in industrial automation environments for data connectivity between various systems, making this vulnerability particularly concerning for operational technology (OT) and industrial control system (ICS) deployments. Successful exploitation could allow attackers to read sensitive configuration data, modify system settings, or disrupt industrial processes.

Root Cause

The root cause of this vulnerability lies in the improper implementation of authentication controls within the REST API component of the OAS Platform. The authentication mechanism can be circumvented through a specific sequence of HTTP requests, suggesting a flaw in the session management or authentication state handling logic. This missing authentication for critical functions allows unauthorized users to access API endpoints that should be protected.

Attack Vector

The attack vector for CVE-2022-26833 is network-based and requires no user interaction or prior authentication. An attacker with network access to the OAS Platform REST API can exploit this vulnerability by sending a series of crafted HTTP requests to bypass the authentication mechanism.

The exploitation process involves:

  1. Identifying an exposed OAS Platform instance with the REST API enabled
  2. Crafting a sequence of HTTP requests designed to bypass authentication checks
  3. Gaining unauthorized access to REST API functionality
  4. Potentially accessing sensitive industrial automation data or modifying system configurations

Due to the network-accessible nature of this vulnerability and the lack of required privileges, exploitation is straightforward for attackers who can reach the vulnerable service. For detailed technical analysis, refer to the Talos Intelligence Vulnerability Report.

Detection Methods for CVE-2022-26833

Indicators of Compromise

  • Unusual or unexpected REST API requests to the OAS Platform from unrecognized IP addresses
  • Multiple sequential HTTP requests to REST API endpoints without proper authentication tokens
  • Access logs showing successful API operations from unauthenticated sessions
  • Anomalous changes to OAS Platform configurations or data without corresponding authorized user activity

Detection Strategies

  • Monitor network traffic for HTTP requests to OAS Platform REST API endpoints, particularly those lacking authentication headers
  • Implement intrusion detection rules to identify sequences of requests matching known exploitation patterns
  • Enable verbose logging on OAS Platform instances to capture all API access attempts
  • Deploy network segmentation monitoring to detect unauthorized access attempts from untrusted network zones

Monitoring Recommendations

  • Configure SIEM rules to alert on unauthenticated REST API access attempts to OAS Platform instances
  • Implement network flow analysis to identify unusual traffic patterns to OAS Platform services on common REST API ports
  • Establish baseline behavior for legitimate REST API usage and alert on deviations
  • Monitor for configuration changes or data access that cannot be attributed to authorized users

How to Mitigate CVE-2022-26833

Immediate Actions Required

  • Update OAS Platform to the latest patched version that addresses CVE-2022-26833
  • Restrict network access to the OAS Platform REST API using firewall rules to allow only trusted IP addresses
  • Implement network segmentation to isolate OAS Platform instances from untrusted network zones
  • Disable the REST API functionality if not operationally required until patches can be applied

Patch Information

Open Automation Software has released security updates to address this vulnerability. Organizations should consult the Talos Intelligence Vulnerability Report for specific remediation guidance and patch availability. It is critical to upgrade to a version newer than V16.00.0121 that includes the authentication bypass fix.

Workarounds

  • Implement network-level access controls (firewall rules, ACLs) to restrict REST API access to only authorized IP addresses
  • Deploy a reverse proxy or Web Application Firewall (WAF) in front of the OAS Platform to add an additional authentication layer
  • Disable the REST API feature entirely if not required for operations
  • Use VPN or other secure tunneling to limit REST API access to authenticated network users only
bash
# Example firewall rule to restrict OAS Platform REST API access (Linux iptables)
# Allow REST API access only from trusted management subnet
iptables -A INPUT -p tcp --dport 58727 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 58727 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenautomationsoftware Oas Platform

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability92.53%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Vendor Resources
  • Talos Intelligence Vulnerability Report
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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