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-2022-50926

CVE-2022-50926: WAGO PFC200 Privilege Escalation Flaw

CVE-2022-50926 is a privilege escalation vulnerability in WAGO 750-8212 PFC200 G2 2ETH RS firmware that lets attackers manipulate session cookies to gain admin access. This article covers the technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2022-50926 Overview

CVE-2022-50926 is a privilege escalation vulnerability affecting the WAGO 750-8212 PFC200 G2 2ETH RS firmware. This vulnerability allows attackers to manipulate user session cookies, specifically by modifying the cookie's name and roles parameters to elevate from ordinary user to administrative privileges without proper authentication.

The vulnerability stems from CWE-565: Reliance on Cookies without Validation and Integrity Checking. The affected firmware fails to properly validate the integrity of session cookie values, enabling attackers to craft malicious cookies that grant unauthorized administrative access to the programmable logic controller (PLC) web management interface.

Critical Impact

Attackers with low-level access can escalate to full administrative privileges on industrial control systems by manipulating session cookies, potentially compromising critical infrastructure operations.

Affected Products

  • WAGO 750-8212 PFC200 G2 2ETH RS firmware
  • WAGO PFC200 series controllers with vulnerable firmware versions
  • Industrial control systems utilizing affected WAGO PLC devices

Discovery Timeline

  • 2026-01-13 - CVE CVE-2022-50926 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2022-50926

Vulnerability Analysis

This privilege escalation vulnerability exists due to improper validation of client-side session cookie values within the WAGO PFC200 firmware's web management interface. The firmware relies on cookie parameters such as name and roles to determine user access levels without performing adequate server-side validation or integrity checking.

When a user authenticates to the PLC's web interface, the system issues session cookies containing user identity and role information. Due to the lack of cryptographic signing or server-side session state verification, an attacker with network access can intercept and modify these cookies. By changing the roles parameter value to indicate administrative privileges, the attacker effectively bypasses the authorization mechanism.

This type of vulnerability is particularly concerning in industrial control system (ICS) environments where PLCs like the WAGO PFC200 series manage critical operational technology (OT) processes. Unauthorized administrative access could enable attackers to modify PLC configurations, disrupt industrial processes, or pivot to other network-connected systems.

Root Cause

The root cause of this vulnerability is the firmware's reliance on client-controlled cookie values for authorization decisions without proper validation and integrity checking (CWE-565). The session management implementation trusts the name and roles parameters transmitted by the client without verifying them against server-side session storage or cryptographic signatures.

This architectural flaw allows any authenticated user—or potentially an unauthenticated attacker with access to cookie values—to forge session tokens with elevated privileges. The absence of secure session token generation and verification mechanisms is the fundamental weakness exploited by this vulnerability.

Attack Vector

The attack is network-based and can be executed by any user with low-level access to the WAGO PFC200 web interface. The exploitation process involves:

  1. An attacker authenticates to the PLC web interface with a low-privilege account or obtains a valid session cookie
  2. The attacker intercepts or examines the session cookie containing name and roles parameters
  3. Using browser developer tools or a proxy tool, the attacker modifies the roles parameter to specify administrative privileges
  4. The modified cookie is sent with subsequent requests, granting the attacker administrative access
  5. With administrative privileges, the attacker can modify PLC configurations, access sensitive data, or disrupt operations

This attack requires network access to the target device and low-level authenticated access, making it exploitable in scenarios where an attacker has gained initial foothold on the OT network or where guest/operator accounts exist.

Detection Methods for CVE-2022-50926

Indicators of Compromise

  • Unexpected administrative actions performed by non-administrative user accounts in PLC audit logs
  • Session cookies with modified or inconsistent roles parameter values compared to authenticated user permissions
  • Multiple privilege level changes within a single session without re-authentication events
  • Unusual configuration changes or access patterns from IP addresses associated with low-privilege users

Detection Strategies

  • Implement network monitoring to detect anomalous traffic patterns to WAGO PLC web interfaces
  • Deploy web application firewalls (WAF) or ICS-specific security appliances to inspect and validate session cookie integrity
  • Enable and centralize logging from WAGO PLC devices to detect privilege escalation attempts
  • Utilize intrusion detection systems (IDS) with signatures for cookie manipulation attacks against industrial control systems

Monitoring Recommendations

  • Continuously monitor administrative activity on WAGO PLC devices for unauthorized configuration changes
  • Implement network segmentation monitoring to detect lateral movement attempts from compromised PLCs
  • Establish baseline behavior profiles for PLC web interface access and alert on deviations
  • Integrate WAGO device logs with SIEM platforms for correlation with other security events

How to Mitigate CVE-2022-50926

Immediate Actions Required

  • Restrict network access to WAGO PFC200 web management interfaces using firewall rules and network segmentation
  • Implement strong authentication mechanisms and limit the number of user accounts with access to PLC interfaces
  • Place affected devices behind VPN access controls to reduce exposure
  • Audit existing user accounts and remove unnecessary or guest accounts from PLC configurations

Patch Information

Organizations should consult WAGO's official website for firmware updates addressing this vulnerability. Review the VulnCheck Advisory for additional guidance on affected versions and remediation steps. Technical details about the exploitation method are available via Exploit-DB #50793.

Workarounds

  • Implement network segmentation to isolate WAGO PLCs from general IT networks and untrusted zones
  • Use reverse proxy solutions with additional authentication layers in front of PLC web interfaces
  • Disable the web management interface if not required for operations
  • Deploy network-level access controls (ACLs) to limit which hosts can communicate with PLC management ports
  • Consider implementing application-layer gateways that can validate session integrity before forwarding requests to PLCs

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWago

  • 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-565
  • Technical References
  • Exploit-DB #50793

  • VulnCheck Advisory: Wago PFC-G Privilege Escalation

  • Wago Official Website
  • Related CVEs
  • CVE-2025-41732: Wago 0852-1328 Firmware RCE Vulnerability

  • CVE-2025-41730: Wago 0852-1328 Firmware RCE Vulnerability

  • CVE-2023-1698: Wago Compact Controller 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