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

CVE-2026-0539: pcvisit Service Privilege Escalation Flaw

CVE-2026-0539 is a privilege escalation vulnerability in pcvisit service for Windows caused by incorrect default permissions. Attackers can overwrite the service binary to gain SYSTEM privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 23, 2026

CVE-2026-0539 Overview

CVE-2026-0539 is a local privilege escalation vulnerability affecting the pcvisit service binary on Windows systems. The vulnerability stems from incorrect default permissions (CWE-276) that allow a low-privileged local attacker to overwrite the service binary with arbitrary contents. Since the pcvisit service binary is automatically launched with NT\SYSTEM privileges during system boot, an attacker who successfully exploits this vulnerability can achieve complete system compromise with the highest level of Windows privileges.

Critical Impact

Low-privileged local users can escalate to NT\SYSTEM privileges by replacing the pcvisit service binary, enabling full system compromise on affected Windows hosts.

Affected Products

  • pcvisit versions after 22.6.22.1329 up to (but not including) 25.12.3.1745
  • pcvisit Remote Desktop Software for Windows

Discovery Timeline

  • 2026-04-22 - CVE CVE-2026-0539 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-0539

Vulnerability Analysis

This vulnerability is classified as Incorrect Default Permissions (CWE-276), a configuration flaw that occurs when software is installed with overly permissive file system permissions. In the case of pcvisit, the service binary is installed with permissions that allow non-administrative users to modify or replace the executable file.

The impact of this vulnerability is significant because Windows services running under the NT\SYSTEM account have unrestricted access to the local system. An attacker who can replace the service binary can execute arbitrary code with these elevated privileges the next time the system boots or the service restarts.

Root Cause

The root cause of CVE-2026-0539 lies in the installation routine of pcvisit, which fails to properly restrict write access to the service binary. By default, Windows services should have their executable files protected with Access Control Lists (ACLs) that prevent modification by non-administrative users. The pcvisit installer did not implement these security controls correctly, leaving the service binary writable by low-privileged users on the system.

Attack Vector

The attack vector for this vulnerability requires local access to the target system. An attacker with a low-privileged account can exploit this vulnerability through the following process:

  1. Identify the location of the pcvisit service binary on the file system
  2. Verify that the current user has write permissions to the binary file
  3. Replace the legitimate service binary with a malicious payload
  4. Wait for the system to reboot or trigger a service restart
  5. The malicious payload executes with NT\SYSTEM privileges

This vulnerability is particularly dangerous in environments where multiple users share access to workstations or in scenarios where attackers have already gained initial access through other means and seek to escalate privileges.

Detection Methods for CVE-2026-0539

Indicators of Compromise

  • Unexpected modifications to the pcvisit service binary file (check file hash against known good values)
  • Changes to file timestamps on the pcvisit executable without corresponding software updates
  • Service crash events or failures during system boot related to pcvisit services
  • Unusual processes spawning from the pcvisit service execution context

Detection Strategies

  • Monitor file integrity of Windows service binaries, particularly for pcvisit installations
  • Implement file integrity monitoring (FIM) solutions to alert on unauthorized changes to service executables
  • Review Windows Security Event logs for file modification events (Event ID 4663) targeting the pcvisit service binary
  • Deploy endpoint detection and response (EDR) solutions to identify privilege escalation attempts

Monitoring Recommendations

  • Configure SentinelOne to monitor for unauthorized binary replacements in service directories
  • Enable auditing for object access on critical service binaries through Windows Local Security Policy
  • Implement baseline comparisons for service binary hashes during routine security scans
  • Monitor for unusual service behavior or unexpected child processes from the pcvisit service

How to Mitigate CVE-2026-0539

Immediate Actions Required

  • Update pcvisit to version 25.12.3.1745 or later immediately
  • Audit file permissions on the pcvisit service binary to ensure only administrators have write access
  • Verify the integrity of existing pcvisit installations by comparing file hashes against known good values
  • Monitor systems for signs of exploitation until patching is complete

Patch Information

The vulnerability has been addressed in pcvisit version 25.12.3.1745. Organizations should update to this version or later to remediate the vulnerability. For detailed release information, refer to the PCVisit Release Notes. Additional technical details about the vulnerability can be found in the Infoguard Advisory for CVE-2026-0539.

Workarounds

  • Manually correct the file permissions on the pcvisit service binary to restrict write access to Administrators only
  • Implement application whitelisting to prevent unauthorized binaries from executing
  • Consider temporarily disabling the pcvisit service on high-risk systems until patching can be completed
  • Use Windows Software Restriction Policies or AppLocker to prevent unauthorized executable modifications
bash
# Example: Fix file permissions on Windows (run as Administrator in PowerShell)
# Replace <path_to_pcvisit_binary> with the actual installation path
icacls "<path_to_pcvisit_binary>" /reset
icacls "<path_to_pcvisit_binary>" /grant:r "BUILTIN\Administrators:(F)" /grant:r "NT AUTHORITY\SYSTEM:(F)"
icacls "<path_to_pcvisit_binary>" /inheritance:r

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechPcvisit

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-276
  • Technical References
  • Infoguard Advisory CVE-2026-0539

  • PCVisit Release Notes
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent 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