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

CVE-2026-1692: PcVue WebSockets CSRF Vulnerability

CVE-2026-1692 is a CSRF vulnerability in PcVue WebSockets that affects GraphicalData web services. Attackers can exploit missing origin validation to lure authenticated users to malicious sites. Learn about affected versions, technical details, and mitigation strategies.

Published: February 27, 2026

CVE-2026-1692 Overview

A missing origin validation in WebSockets vulnerability affects the GraphicalData web services used by the WebVue, WebScheduler, TouchVue and SnapVue features of PcVue. This vulnerability exists in versions 12.0.0 through 16.3.3 and could allow a remote attacker to lure a successfully authenticated user to a malicious website, potentially leading to unauthorized actions on behalf of the victim.

The vulnerability specifically impacts two SignalR endpoints: GraphicalData/js/signalR/connect and GraphicalData/js/signalR/reconnect. The lack of proper origin validation in these WebSocket connections creates an opportunity for cross-site WebSocket hijacking attacks.

Critical Impact

Authenticated users of PcVue web services may be susceptible to cross-site WebSocket hijacking attacks, potentially allowing attackers to perform unauthorized actions or access sensitive data through malicious websites.

Affected Products

  • PcVue versions 12.0.0 through 16.3.3
  • WebVue feature component
  • WebScheduler feature component
  • TouchVue feature component
  • SnapVue feature component

Discovery Timeline

  • 2026-02-26 - CVE CVE-2026-1692 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-1692

Vulnerability Analysis

This vulnerability stems from CWE-1385 (Missing Origin Validation in WebSockets), a security weakness where WebSocket connections fail to properly validate the origin of incoming requests. In the context of PcVue's GraphicalData web services, the SignalR endpoints do not adequately verify that WebSocket connection requests originate from trusted sources.

WebSockets, unlike traditional HTTP requests, are not bound by the same-origin policy by default. This means that without explicit origin validation, a malicious website can establish WebSocket connections to vulnerable endpoints if a user has an active authenticated session. The vulnerability affects industrial control system (ICS) monitoring and SCADA visualization components, which are critical infrastructure elements requiring strong security controls.

Root Cause

The root cause of this vulnerability is the absence of origin header validation in the WebSocket handshake process for the GraphicalData SignalR endpoints. When a WebSocket connection is initiated, the server does not verify that the Origin header matches the expected domain(s). This allows cross-origin WebSocket connections from any domain, including attacker-controlled websites.

SignalR, the underlying real-time communication framework, relies on the application layer to implement proper origin checks. Without this validation, the framework accepts connections regardless of their source, enabling potential cross-site WebSocket hijacking (CSWSH) attacks.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker would need to:

  1. Set up a malicious website containing JavaScript code designed to establish WebSocket connections to the vulnerable PcVue endpoints
  2. Lure an authenticated PcVue user to visit the malicious website
  3. Exploit the victim's active session to establish a WebSocket connection to the SignalR endpoints
  4. Intercept real-time data streams or send malicious commands through the hijacked connection

The vulnerability manifests in the WebSocket connection handshake at the GraphicalData/js/signalR/connect and GraphicalData/js/signalR/reconnect endpoints. Without proper origin validation, the server cannot distinguish between legitimate requests from the PcVue application and malicious requests from attacker-controlled domains. See the PCVue Security Bulletin SB2026-2 for additional technical details.

Detection Methods for CVE-2026-1692

Indicators of Compromise

  • Unexpected WebSocket connections to SignalR endpoints from unusual origin headers
  • Connection attempts to GraphicalData/js/signalR/connect or GraphicalData/js/signalR/reconnect with external referrer domains
  • Anomalous patterns in SignalR connection logs showing connections from unfamiliar client IP addresses during user sessions

Detection Strategies

  • Implement logging and alerting for WebSocket connections with origin headers that do not match expected PcVue domains
  • Monitor web server access logs for requests to the affected SignalR endpoints with suspicious referrer headers
  • Deploy network intrusion detection rules to identify cross-origin WebSocket connection attempts
  • Analyze user session activity for concurrent connections from disparate geographic locations

Monitoring Recommendations

  • Enable verbose logging for SignalR connections in PcVue web services
  • Configure web application firewalls (WAF) to log and alert on WebSocket connections with mismatched origins
  • Implement user behavior analytics to detect session anomalies that may indicate hijacked connections
  • Monitor for phishing campaigns targeting PcVue users that may be attempting to exploit this vulnerability

How to Mitigate CVE-2026-1692

Immediate Actions Required

  • Upgrade PcVue installations to a patched version that addresses the missing origin validation (check vendor security bulletin for specific version recommendations)
  • Review and restrict network access to the GraphicalData web services to trusted networks only
  • Implement web application firewall rules to validate WebSocket origin headers
  • Educate users about phishing risks and avoiding suspicious links while logged into PcVue services

Patch Information

ARC Informatique has released security information regarding this vulnerability. Organizations should consult the PCVue Security Bulletin SB2026-2 for specific patch versions and upgrade instructions. Apply the recommended patches to all affected PcVue installations as soon as possible.

Workarounds

  • Configure reverse proxy or load balancer to enforce origin validation for WebSocket connections before they reach PcVue services
  • Implement network segmentation to limit access to PcVue web services from untrusted networks
  • Deploy Content Security Policy (CSP) headers on PcVue web applications to restrict WebSocket connections to same-origin only
  • Consider disabling the affected web features (WebVue, WebScheduler, TouchVue, SnapVue) if they are not critical to operations until patches can be applied
bash
# Example nginx configuration for origin validation
# Add to server block handling PcVue web services
map $http_origin $cors_origin {
    default "";
    "~^https://trusted-pcvue-domain\.com$" $http_origin;
}

location /GraphicalData/js/signalR/ {
    if ($cors_origin = "") {
        return 403;
    }
    proxy_pass http://pcvue_backend;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
    proxy_set_header Host $host;
    proxy_set_header Origin $cors_origin;
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechPcvue

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-1385
  • 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