Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2026-35063

CVE-2026-35063: OpenPLC_V3 Privilege Escalation Flaw

CVE-2026-35063 is a privilege escalation vulnerability in OpenPLC_V3's REST API that allows any authenticated user to delete administrators or create admin accounts. This article covers technical details, impact, and mitigation.

Published: April 9, 2026

CVE-2026-35063 Overview

CVE-2026-35063 is a critical authorization bypass vulnerability affecting OpenPLC_V3, an open-source programmable logic controller (PLC) platform commonly deployed in industrial control system (ICS) environments. The vulnerability exists in the REST API endpoint, which checks for JWT (JSON Web Token) presence but fails to verify the caller's role, resulting in a broken access control condition (CWE-862: Missing Authorization).

Any authenticated user with a standard role=user privilege can exploit this vulnerability to delete any other user, including administrators, by specifying their user ID. Additionally, attackers can create new accounts with role=admin, effectively escalating to full administrator access over the PLC system.

Critical Impact

This vulnerability enables authenticated users to escalate privileges to administrator level or delete critical accounts, potentially leading to complete compromise of industrial control systems and operational technology (OT) environments.

Affected Products

  • OpenPLC_V3 (versions not specified in advisory)
  • Industrial control systems utilizing OpenPLC_V3 REST API
  • OT environments deploying OpenPLC_V3 for PLC management

Discovery Timeline

  • April 9, 2026 - CVE-2026-35063 published to NVD
  • April 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-35063

Vulnerability Analysis

The vulnerability stems from a fundamental flaw in the authorization implementation of the OpenPLC_V3 REST API. While the application correctly validates that a JWT token is present in API requests, it fails to perform role-based access control (RBAC) verification before executing sensitive administrative operations.

This missing authorization check allows any authenticated user—regardless of their assigned role—to invoke administrative functions such as user deletion and user creation with elevated privileges. The vulnerability is particularly severe in industrial environments where OpenPLC_V3 manages critical infrastructure components.

The network-accessible nature of this vulnerability, combined with low attack complexity and no user interaction required, makes it highly exploitable once an attacker obtains basic authentication credentials to the system.

Root Cause

The root cause is CWE-862: Missing Authorization. The REST API endpoint implementation performs authentication verification (checking JWT presence) but completely omits the authorization step (verifying the caller's role matches the required privilege level for the requested operation). This architectural flaw in access control design allows privilege boundaries to be bypassed.

Attack Vector

The attack can be executed remotely over the network by any authenticated user. The attack sequence involves:

  1. An attacker authenticates to OpenPLC_V3 with valid low-privilege credentials (standard user account)
  2. The attacker crafts API requests to administrative endpoints, including their valid JWT token
  3. The API validates the JWT is present but does not check if the user role permits the action
  4. The attacker can delete administrator accounts by specifying the target user ID
  5. Alternatively, the attacker can create a new account with role=admin privileges
  6. The attacker now has full administrative control over the OpenPLC_V3 system

The vulnerability requires only low-privilege credentials to exploit, which could be obtained through credential theft, social engineering, or compromise of any standard user account.

Detection Methods for CVE-2026-35063

Indicators of Compromise

  • Unexpected user account deletions in OpenPLC_V3, particularly administrator accounts
  • Creation of new administrator accounts by users with standard privileges
  • Anomalous API activity from user accounts accessing administrative endpoints
  • Audit logs showing privilege escalation patterns or unauthorized role modifications

Detection Strategies

  • Monitor OpenPLC_V3 API access logs for requests to user management endpoints from non-administrative accounts
  • Implement alerting on any user creation with role=admin that does not originate from known administrative sessions
  • Deploy network intrusion detection signatures to identify API calls targeting user deletion or creation endpoints
  • Correlate authentication logs with administrative action logs to detect privilege boundary violations

Monitoring Recommendations

  • Enable comprehensive logging on all OpenPLC_V3 REST API endpoints
  • Establish baseline behavior for administrative operations and alert on deviations
  • Monitor for rapid successive API calls to user management functions
  • Implement real-time alerting for any changes to administrator accounts in ICS/OT environments

How to Mitigate CVE-2026-35063

Immediate Actions Required

  • Review all user accounts in OpenPLC_V3 deployments for unauthorized administrator accounts
  • Audit recent API activity logs for signs of exploitation
  • Implement network segmentation to restrict access to OpenPLC_V3 REST API endpoints
  • Consider temporary disablement of remote API access until patches are applied
  • Apply principle of least privilege to all user accounts

Patch Information

Consult the CISA ICS Advisory ICSA-25-345-10 for official vendor guidance and patch availability. Organizations should monitor the OpenPLC project for security updates addressing this authorization bypass vulnerability.

Workarounds

  • Implement network-level access controls to restrict REST API access to trusted IP addresses only
  • Deploy a web application firewall (WAF) with rules to block unauthorized administrative API requests
  • Implement additional authentication layers (MFA) for all OpenPLC_V3 user accounts
  • Consider placing OpenPLC_V3 systems behind a reverse proxy that enforces role-based access control at the network boundary
  • Temporarily disable user management API endpoints if not operationally required

Organizations operating OpenPLC_V3 in critical infrastructure environments should treat this vulnerability with high priority and implement defense-in-depth measures until an official patch is available.

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOpenplc

  • SeverityHIGH

  • CVSS Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-862
  • Technical References
  • CISA ICS Advisory ICSA-25-345-10
  • Related CVEs
  • CVE-2026-35556: OpenPLC V3 Information Disclosure Flaw

  • CVE-2026-28205: OpenPLC_V3 Auth Bypass Vulnerability

  • CVE-2021-47770: OpenPLC v3 RCE Vulnerability

  • CVE-2021-31630: OpenPLC V3 Firmware 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