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

CVE-2026-1695: PcVue OAuth Services XSS Vulnerability

CVE-2026-1695 is an XSS vulnerability in PcVue OAuth web services affecting versions 12.0.0 through 16.3.3. Attackers can trick users into loading malicious content on the OAuth error page. This post covers technical details, affected versions, impact, and mitigation strategies.

Published: February 27, 2026

CVE-2026-1695 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in the OAuth web services used by several PcVue features including WebVue, WebScheduler, TouchVue, and SnapVue. This vulnerability affects PcVue versions 12.0.0 through 16.3.3 and could allow a remote attacker to trick legitimate users into loading malicious content from external sites during failed authentication attempts on applications with unknown client_id values.

The vulnerability is specifically limited to the error page of the OAuth server, which is displayed when user authentication fails for an unrecognized application.

Critical Impact

Remote attackers can exploit this XSS vulnerability to inject malicious content into OAuth error pages, potentially leading to session hijacking, credential theft, or phishing attacks targeting legitimate PcVue users.

Affected Products

  • PcVue version 12.0.0 through 16.3.3
  • WebVue, WebScheduler, TouchVue, and SnapVue features utilizing OAuth web services
  • PcVue OAuth server error pages

Discovery Timeline

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

Technical Details for CVE-2026-1695

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The flaw exists within the OAuth authentication error handling mechanism of PcVue's web-based features.

When a user attempts to authenticate with an unrecognized client_id, the OAuth server generates an error page. The vulnerability occurs because user-supplied input is not properly sanitized before being rendered in this error page, allowing attackers to inject arbitrary JavaScript or HTML content.

The attack requires user interaction, as the victim must be tricked into clicking a malicious link or visiting a crafted URL that triggers the OAuth error page with injected content. This could be achieved through phishing emails, social engineering, or malicious website redirects.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the OAuth server's error page generation. When processing authentication requests with invalid or unknown client_id parameters, the server fails to properly sanitize or encode these values before reflecting them in the error response HTML. This allows attacker-controlled input to be interpreted as executable code by the victim's browser.

Attack Vector

The attack is network-based and requires the attacker to craft a malicious URL containing XSS payload within the OAuth request parameters. The attacker must then convince a legitimate user to visit this crafted URL, typically through social engineering techniques such as phishing emails or malicious links embedded in other web content.

When the victim accesses the malicious URL, the PcVue OAuth server processes the request, fails to recognize the crafted client_id, and generates an error page that includes the unsanitized attacker payload. The victim's browser then executes the injected script in the context of the PcVue OAuth domain, potentially allowing the attacker to steal session cookies, capture credentials, or redirect the user to malicious content.

The vulnerability mechanism involves improper neutralization of special characters in HTTP request parameters that are subsequently reflected in the OAuth error response page. Technical details and remediation guidance are available in the PCVue Security Bulletin SB2026-2.

Detection Methods for CVE-2026-1695

Indicators of Compromise

  • Unusual HTTP requests to PcVue OAuth endpoints containing encoded script tags or JavaScript payloads in URL parameters
  • Error page responses from the OAuth server that contain suspicious <script> elements or event handlers
  • User reports of unexpected redirects or pop-ups when accessing PcVue authentication pages
  • Web server logs showing requests with malformed or suspicious client_id values containing special characters

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block common XSS patterns in requests to OAuth endpoints
  • Monitor web server access logs for requests containing URL-encoded script tags (%3Cscript%3E) or JavaScript event handlers in query parameters
  • Deploy browser-based XSS detection tools to identify reflected content anomalies in OAuth error pages
  • Configure SIEM alerts for multiple failed OAuth authentication attempts from single IP addresses with varying payload patterns

Monitoring Recommendations

  • Enable verbose logging on PcVue OAuth server components to capture full request details including all parameters
  • Implement Content Security Policy (CSP) headers to detect and report XSS attempts through CSP violation reports
  • Monitor for unusual patterns in OAuth authentication failures that may indicate exploitation attempts
  • Establish baseline metrics for OAuth error page access frequency to detect anomalous spikes in traffic

How to Mitigate CVE-2026-1695

Immediate Actions Required

  • Review the PCVue Security Bulletin SB2026-2 for vendor-specific remediation guidance
  • Update PcVue installations to a patched version as soon as vendor updates are available
  • Implement web application firewall rules to filter malicious input targeting OAuth endpoints
  • Educate users about the risks of clicking suspicious links, especially those appearing to lead to PcVue authentication pages

Patch Information

Consult the official PCVue Security Bulletin SB2026-2 for detailed patch information and updated software versions that address this vulnerability. Organizations should prioritize applying vendor-provided security updates to remediate this XSS vulnerability.

Workarounds

  • Deploy a web application firewall (WAF) configured with XSS filtering rules in front of PcVue OAuth services to sanitize incoming requests
  • Implement Content Security Policy (CSP) headers to restrict script execution sources and mitigate the impact of successful XSS attacks
  • Consider restricting network access to PcVue OAuth endpoints to trusted IP ranges where feasible to reduce the attack surface
  • Enable HTTP-only and Secure flags on all session cookies to limit the impact of potential cookie theft via XSS
bash
# Example WAF configuration to block common XSS patterns (ModSecurity)
SecRule REQUEST_URI "@contains /oauth" \
    "id:1001,phase:1,deny,status:403,msg:'Potential XSS in OAuth request',\
    chain"
    SecRule ARGS "@rx <script|javascript:|on\w+=" "t:lowercase,t:urlDecodeUni"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechPcvue

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • PCVue Security Bulletin SB2026-2
  • Related CVEs
  • CVE-2026-1697: PcVue XSS Vulnerability in Web Services

  • CVE-2026-1698: PcVue WebClient & WebScheduler RCE Flaw

  • CVE-2026-1694: PcVue Information Disclosure Vulnerability

  • CVE-2026-1693: PcVue Authentication Bypass 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