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

CVE-2026-1495: PI to CONNECT Information Disclosure Flaw

CVE-2026-1495 is an information disclosure vulnerability in PI to CONNECT that exposes proxy credentials in event logs. Attackers with Event Log Reader privileges can gain unauthorized proxy access. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 13, 2026

CVE-2026-1495 Overview

CVE-2026-1495 is an information disclosure vulnerability that allows attackers with Event Log Reader privileges (S-1-5-32-573) to extract sensitive proxy configuration details, including URLs and credentials, from PI to CONNECT event log files. This vulnerability stems from improper handling of sensitive information in log files (CWE-532), where proxy credentials are inadvertently stored in accessible event logs.

Critical Impact

Successful exploitation could enable unauthorized access to proxy servers, potentially allowing attackers to pivot through network infrastructure or intercept sensitive communications.

Affected Products

  • PI to CONNECT components with event logging enabled
  • Systems where Event Log Reader group membership is granted to untrusted users
  • Environments utilizing proxy authentication for PI connectivity

Discovery Timeline

  • 2026-02-10 - CVE-2026-1495 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-1495

Vulnerability Analysis

This vulnerability represents a classic case of sensitive data exposure through log files. The PI to CONNECT component writes proxy configuration details, including authentication credentials, to Windows event logs without proper redaction or encryption. Users who are members of the Event Log Reader group (identified by SID S-1-5-32-573) can access these logs through standard Windows event log interfaces.

The local attack vector requires the attacker to have authenticated access to the target system with Event Log Reader privileges. While this privilege level is commonly granted for legitimate monitoring purposes, it creates an unintended pathway to credential harvesting when combined with this logging deficiency.

Root Cause

The root cause is CWE-532: Insertion of Sensitive Information into Log File. The application fails to sanitize or mask sensitive proxy credentials before writing diagnostic information to event logs. This design flaw results in plaintext or easily recoverable credential information being persisted in locations accessible to users with log reading capabilities.

Attack Vector

The attack requires local access to the affected system with Event Log Reader group membership. An attacker would:

  1. Authenticate to the target system with credentials that have Event Log Reader privileges
  2. Access the Windows Event Viewer or use PowerShell cmdlets to query event logs
  3. Search for PI to CONNECT related events containing proxy configuration data
  4. Extract proxy URLs and credentials from the log entries
  5. Use harvested credentials to access the proxy server or perform further lateral movement

The vulnerability mechanism involves the application's logging subsystem capturing proxy connection details during PI to CONNECT operations. When proxy authentication is configured, the credentials are written to event logs as part of connection diagnostics or error reporting. For detailed technical information, refer to the CISA ICS Advisory ICSA-26-041-04.

Detection Methods for CVE-2026-1495

Indicators of Compromise

  • Unusual access patterns to Windows Security or Application event logs by non-administrative accounts
  • PowerShell commands querying event logs for PI-related entries such as Get-WinEvent with PI-related filters
  • Event log export operations from systems hosting PI to CONNECT components
  • Suspicious proxy authentication attempts using credentials not associated with normal service accounts

Detection Strategies

  • Monitor Windows Security Event ID 4663 for event log file access by Event Log Reader group members
  • Implement SIEM rules to detect bulk event log queries targeting PI application logs
  • Track authentication anomalies on proxy servers that may indicate use of harvested credentials
  • Deploy endpoint detection rules for PowerShell scripts accessing event logs in automated fashion

Monitoring Recommendations

  • Enable enhanced auditing for event log access on systems running PI to CONNECT
  • Configure alerts for Event Log Reader group membership changes
  • Implement User and Entity Behavior Analytics (UEBA) to detect credential misuse patterns
  • Review proxy server authentication logs for connections from unexpected sources

How to Mitigate CVE-2026-1495

Immediate Actions Required

  • Audit Event Log Reader group membership and remove unnecessary users
  • Review and clear existing event logs that may contain exposed credentials
  • Rotate all proxy credentials that may have been logged
  • Restrict network access to proxy servers to known, authorized systems

Patch Information

Consult the CISA ICS Advisory ICSA-26-041-04 for official vendor patch information and updated software versions that address the sensitive information logging issue. Apply vendor-provided updates that implement proper credential redaction in logging operations.

Workarounds

  • Remove Event Log Reader privileges from users and groups that do not require log access for legitimate purposes
  • Implement proxy authentication using service accounts with limited permissions and regular credential rotation
  • Configure log retention policies to minimize the exposure window of logged credentials
  • Deploy network segmentation to limit the impact of potential proxy credential compromise
  • Consider disabling detailed logging for PI to CONNECT until patches are applied
bash
# Configuration example: Audit Event Log Reader group membership
# PowerShell command to review current group members
Get-LocalGroupMember -Group "Event Log Readers"

# Remove unnecessary users from Event Log Readers group
Remove-LocalGroupMember -Group "Event Log Readers" -Member "DOMAIN\UntrustedUser"

# Enable auditing for event log access
auditpol /set /subcategory:"File System" /success:enable /failure:enable

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score5.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:L/SI:N/SA:L/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
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Technical References
  • CISA ICS Advisory ICSA-26-041-04
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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