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

CVE-2026-0936: B&R PVI Client Information Disclosure Flaw

CVE-2026-0936 is an information disclosure vulnerability in B&R PVI Client that enables authenticated local attackers to extract credentials from log files. This article covers technical details, affected versions, and mitigation.

Published: January 29, 2026

CVE-2026-0936 Overview

An Insertion of Sensitive Information into Log File vulnerability (CWE-532) has been identified in B&R PVI client versions prior to 6.5. This vulnerability may be abused by an authenticated local attacker to gather credential information which is processed by the PVI client application. While the logging function of the PVI client application is disabled by default and must be explicitly enabled by the user, organizations that have enabled verbose logging for troubleshooting purposes may be at risk of credential exposure.

Critical Impact

Authenticated local attackers can extract credential information from log files when logging is enabled, potentially leading to further system compromise or lateral movement within industrial control environments.

Affected Products

  • B&R PVI Client versions prior to 6.5
  • Industrial automation systems utilizing B&R PVI client for process visualization
  • B&R Automation Studio environments with PVI client integration

Discovery Timeline

  • 2026-01-29 - CVE CVE-2026-0936 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-0936

Vulnerability Analysis

This vulnerability falls under the Information Disclosure category, specifically involving the improper handling of sensitive credential information within application logs. The B&R PVI (Programmable Variable Interface) client is commonly used in industrial automation environments for communication between visualization applications and programmable logic controllers (PLCs).

When verbose logging is enabled, the PVI client application writes sensitive credential data to log files without proper sanitization or redaction. This creates an opportunity for authenticated local users with read access to the log directory to harvest credentials that may grant access to industrial control systems or other networked resources.

The vulnerability requires local access and authentication, meaning an attacker would need an existing foothold on the target system. Additionally, since logging is disabled by default, exploitation requires that an administrator or user has explicitly enabled the logging functionality—typically done during troubleshooting or development scenarios.

Root Cause

The root cause of this vulnerability is insufficient sanitization of sensitive data before writing to log files. The PVI client application fails to properly redact or mask credential information when logging is enabled, resulting in plaintext or easily recoverable credential data being written to persistent storage. This represents a violation of secure coding practices for handling authentication data.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the system running the vulnerable PVI client software. The exploitation path involves:

  1. Gaining authenticated local access to a system running B&R PVI client prior to version 6.5
  2. Identifying that verbose logging has been enabled on the target system
  3. Locating the PVI client log files on the local file system
  4. Extracting credential information from the log entries
  5. Using harvested credentials for further access to industrial control systems or network resources

The attacker would need to have user-level privileges on the local system to read the log files. No user interaction is required beyond the initial enabling of the logging feature by an administrator.

Detection Methods for CVE-2026-0936

Indicators of Compromise

  • Unexpected access to PVI client log file directories by non-administrative users
  • Anomalous file read operations targeting PVI client log files
  • Credential reuse attacks originating from systems running vulnerable PVI client versions
  • Suspicious local user activity on systems with PVI client installed

Detection Strategies

  • Monitor file access events for PVI client log directories and flag unusual read patterns
  • Implement file integrity monitoring on log directories to detect unauthorized access
  • Audit local user account activity on systems running B&R PVI client software
  • Review authentication logs for credential usage patterns that may indicate harvested credentials

Monitoring Recommendations

  • Enable detailed auditing of file system access on systems running PVI client versions prior to 6.5
  • Implement security information and event management (SIEM) rules to alert on log file access anomalies
  • Regularly review which systems have PVI client logging enabled and consider disabling when not actively troubleshooting
  • Monitor for lateral movement attempts from systems running vulnerable PVI client software

How to Mitigate CVE-2026-0936

Immediate Actions Required

  • Upgrade B&R PVI client to version 6.5 or later on all affected systems
  • Disable verbose logging on PVI client installations where it is not actively required
  • Review and rotate any credentials that may have been processed by the PVI client while logging was enabled
  • Restrict file system permissions on PVI client log directories to administrators only
  • Audit access to systems running vulnerable versions to identify potential credential exposure

Patch Information

B&R Automation has addressed this vulnerability in PVI client version 6.5 and later. Organizations should consult the B&R Automation Security Advisory for detailed upgrade instructions and additional security guidance. It is recommended to apply the update through your organization's standard change management process, prioritizing systems in production industrial control environments.

Workarounds

  • Disable the PVI client logging feature by removing or commenting out logging configuration settings if immediate patching is not possible
  • Implement strict access controls on log file directories, limiting read access to essential administrative accounts only
  • Consider implementing log rotation with secure deletion to minimize the exposure window for sensitive data
  • Monitor log files for sensitive content and implement automated sanitization where feasible
  • Isolate systems running vulnerable PVI client versions from broader network access where practical
bash
# Example: Restrict log directory permissions (adjust path as needed)
# Windows PowerShell - Restrict PVI log directory to administrators
icacls "C:\ProgramData\BR\PVI\Logs" /inheritance:r /grant:r Administrators:F /remove Users

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechBr Pvi

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:H/VI:N/VA:N/SC:N/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:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Technical References
  • BR Automation Security Advisory
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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