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-1693

CVE-2026-1693: PcVue Authentication Bypass Vulnerability

CVE-2026-1693 is an authentication bypass flaw in PcVue versions 12.0.0 through 16.3.3 caused by deprecated OAuth ROPC flow usage. Attackers may steal user credentials remotely. This article covers technical details, impact, and mitigation.

Published: February 27, 2026

CVE-2026-1693 Overview

CVE-2026-1693 is a security vulnerability affecting ARC Informatique PcVue SCADA software where the deprecated OAuth Resource Owner Password Credentials (ROPC) grant type flow is still used by web services. This authentication weakness affects the WebVue, WebScheduler, TouchVue, and Snapvue features in PcVue versions 12.0.0 through 16.3.3, potentially allowing remote attackers to steal user credentials.

The ROPC flow requires users to provide their credentials directly to the client application, which then transmits them to the authorization server. This pattern is explicitly deprecated by OAuth 2.0 security best practices because it exposes credentials to the client application and increases the attack surface for credential theft.

Critical Impact

Remote attackers may exploit this deprecated authentication flow to intercept or steal user credentials from PcVue SCADA web interfaces, potentially compromising industrial control system access.

Affected Products

  • PcVue SCADA version 12.0.0 through 16.3.3
  • WebVue web interface component
  • WebScheduler scheduling component
  • TouchVue mobile interface component
  • Snapvue visualization component

Discovery Timeline

  • February 26, 2026 - CVE-2026-1693 published to NVD
  • February 26, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1693

Vulnerability Analysis

This vulnerability falls under CWE-477 (Use of Obsolete Function), where PcVue continues to implement the OAuth 2.0 Resource Owner Password Credentials (ROPC) grant type despite its deprecation in OAuth 2.0 Security Best Current Practice (RFC 6819 and draft-ietf-oauth-security-topics).

The ROPC flow was originally designed for legacy applications that could not support browser-based redirects. However, this flow fundamentally breaks the security model of OAuth by requiring the resource owner to share their credentials with the client application. In modern security contexts, this creates significant credential exposure risks, particularly in network-accessible industrial control system environments like SCADA.

The vulnerability affects multiple web-facing components of PcVue, expanding the potential attack surface across different entry points into the SCADA system.

Root Cause

The root cause is the continued implementation of the deprecated OAuth ROPC grant type in PcVue's web services authentication mechanism. Rather than migrating to more secure OAuth flows such as Authorization Code with PKCE (Proof Key for Code Exchange), the software maintains backward compatibility with the insecure ROPC pattern.

This design decision exposes user credentials to:

  • The client application itself, which must handle plaintext credentials
  • Network interception if TLS is not properly implemented or compromised
  • Memory-based attacks on the client application
  • Logging systems that may inadvertently capture credentials

Attack Vector

The attack vector is network-based and requires user interaction. An attacker positioned on the network path between users and the PcVue web services could potentially intercept credential transmissions. Additionally, compromised or malicious client applications could harvest credentials passed through the ROPC flow.

Since this vulnerability affects web-facing SCADA components, exploitation could provide attackers with legitimate user credentials to access industrial control interfaces, potentially leading to unauthorized monitoring or control of industrial processes.

The vulnerability mechanism involves the client application collecting username and password credentials directly from users and transmitting them to the PcVue authorization endpoint. Unlike modern OAuth flows where credentials are only handled by the authorization server, ROPC exposes credentials throughout the authentication chain. Technical details are available in the PCVue Security Bulletin SB2026-2.

Detection Methods for CVE-2026-1693

Indicators of Compromise

  • Unusual authentication patterns in PcVue web service logs indicating credential harvesting attempts
  • Network traffic analysis showing OAuth token requests using the password grant type
  • Unauthorized access to WebVue, WebScheduler, TouchVue, or Snapvue interfaces with legitimate credentials
  • Authentication attempts from unexpected geographic locations or IP addresses

Detection Strategies

  • Monitor OAuth token endpoint requests for grant_type=password parameters in network traffic
  • Implement authentication anomaly detection for PcVue web interfaces to identify credential abuse
  • Deploy network intrusion detection rules to flag ROPC authentication flows
  • Review PcVue access logs for successful authentications followed by suspicious activity patterns

Monitoring Recommendations

  • Enable comprehensive logging on PcVue web services authentication endpoints
  • Implement real-time alerting for authentication failures and anomalies on SCADA web interfaces
  • Monitor for credential stuffing patterns against PcVue authentication endpoints
  • Establish baseline authentication patterns to detect deviations indicating potential credential compromise

How to Mitigate CVE-2026-1693

Immediate Actions Required

  • Review network segmentation to limit exposure of PcVue web services to trusted networks only
  • Implement strong TLS configurations on all PcVue web service endpoints
  • Enable multi-factor authentication if supported to reduce impact of credential theft
  • Apply the latest PcVue security updates from ARC Informatique
  • Monitor authentication logs for signs of credential abuse

Patch Information

ARC Informatique has released security information regarding this vulnerability. Organizations should consult the PCVue Security Bulletin SB2026-2 for official patch guidance and upgrade paths to versions that implement secure OAuth flows.

Administrators should plan to upgrade affected PcVue installations to versions that replace ROPC with modern OAuth 2.0 flows such as Authorization Code with PKCE.

Workarounds

  • Restrict network access to PcVue web services using firewall rules and VPN requirements
  • Implement network-level monitoring to detect and alert on ROPC authentication flows
  • Deploy web application firewalls to add additional authentication controls
  • Consider disabling affected web features (WebVue, WebScheduler, TouchVue, Snapvue) if not operationally required until patching is complete
bash
# Example network restriction configuration
# Limit PcVue web service access to trusted internal networks
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -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/TechPcvue

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:N/VA:N/SC:L/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:Y/R:U/V:X/RE:M/U:Clear
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-477
  • Technical References
  • PCVue Security Bulletin SB2026-2
  • Related CVEs
  • CVE-2026-1698: PcVue WebClient & WebScheduler RCE Flaw

  • CVE-2026-1697: PcVue XSS Vulnerability in Web Services

  • CVE-2026-1695: PcVue OAuth Services XSS Vulnerability

  • CVE-2026-1694: PcVue Information Disclosure 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