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

CVE-2026-1694: PcVue Information Disclosure Vulnerability

CVE-2026-1694 is an information disclosure vulnerability in PcVue that exposes sensitive server configuration details through HTTP headers. This post covers the technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2026-1694 Overview

A configuration information disclosure vulnerability exists in PcVue versions 12.0.0 through 16.3.3. HTTP headers are added by the default configuration of IIS and ASP.NET, and are not removed at the deployment phase of the webservices used by the WebVue, WebScheduler, TouchVue, and SnapVue features. This unnecessarily exposes sensitive information about the server configuration to potential attackers.

Critical Impact

Server configuration information disclosure through verbose HTTP response headers may aid attackers in reconnaissance activities and identifying specific server technologies and versions.

Affected Products

  • PcVue WebVue (versions 12.0.0 through 16.3.3)
  • PcVue WebScheduler (versions 12.0.0 through 16.3.3)
  • PcVue TouchVue and SnapVue (versions 12.0.0 through 16.3.3)

Discovery Timeline

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

Technical Details for CVE-2026-1694

Vulnerability Analysis

This vulnerability is classified under CWE-201 (Insertion of Sensitive Information Into Sent Data). The issue stems from an insecure default configuration where IIS and ASP.NET web servers are deployed with default HTTP response headers intact. These headers expose sensitive server-side information including server software versions, framework details, and potentially internal configuration data.

The vulnerability affects multiple web-facing components of the PcVue SCADA/HMI system, specifically the WebVue, WebScheduler, TouchVue, and SnapVue features. When these web services respond to HTTP requests, they include headers that reveal implementation details about the underlying server infrastructure.

Root Cause

The root cause is an insecure default configuration issue during the deployment phase of PcVue web services. The default IIS and ASP.NET HTTP headers such as X-Powered-By, Server, and X-AspNet-Version are not stripped during deployment, leaving verbose server information exposed in HTTP responses to all requesters.

Attack Vector

The attack vector is network-based, requiring an attacker to send HTTP requests to the affected web services. Upon receiving responses, attackers can harvest information from the HTTP headers to:

  1. Identify specific IIS and ASP.NET versions in use
  2. Fingerprint the server environment for targeted attacks
  3. Determine potential vulnerabilities associated with the disclosed software versions
  4. Build a profile of the target infrastructure for further exploitation attempts

The information gathered through this vulnerability aids reconnaissance activities and can be leveraged in conjunction with other vulnerabilities to mount more sophisticated attacks against the system.

Detection Methods for CVE-2026-1694

Indicators of Compromise

  • HTTP responses from PcVue web services containing verbose headers such as X-Powered-By, Server, or X-AspNet-Version
  • External scanning or reconnaissance activity targeting PcVue WebVue, WebScheduler, TouchVue, or SnapVue endpoints
  • Anomalous HTTP request patterns from unknown sources probing server headers

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and log requests that may be part of reconnaissance activities
  • Configure HTTP response header monitoring to identify when sensitive server information is being disclosed
  • Use network traffic analysis tools to identify patterns consistent with server fingerprinting attempts

Monitoring Recommendations

  • Enable detailed HTTP access logging on IIS servers hosting PcVue web services
  • Monitor for unusual patterns of HTTP requests targeting web service endpoints
  • Regularly audit HTTP response headers from deployed services to verify sensitive information is not exposed

How to Mitigate CVE-2026-1694

Immediate Actions Required

  • Configure IIS to remove or customize default HTTP response headers including X-Powered-By, Server, and X-AspNet-Version
  • Review and update the deployment procedures for PcVue web services to include header sanitization steps
  • Apply vendor-recommended security configurations as outlined in the PCVue Security Bulletin SB2026-2

Patch Information

PcVue has released security guidance addressing this vulnerability. Organizations running PcVue versions 12.0.0 through 16.3.3 should review the PCVue Security Bulletin SB2026-2 for specific remediation instructions and apply any available updates or configuration changes.

Workarounds

  • Configure IIS URLScan or request filtering to suppress sensitive headers
  • Use the <httpProtocol> configuration section in web.config to remove custom headers
  • Deploy a reverse proxy or WAF in front of PcVue web services to strip sensitive headers before responses reach clients
bash
# IIS web.config configuration to remove sensitive headers
# Add the following to the system.webServer section of web.config:

# <httpProtocol>
#   <customHeaders>
#     <remove name="X-Powered-By" />
#     <remove name="Server" />
#   </customHeaders>
# </httpProtocol>
# 
# Additionally, to remove the X-AspNet-Version header, add to system.web:
# <httpRuntime enableVersionHeader="false" />

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPcvue

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-201
  • 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-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