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

CVE-2026-4606: GV Edge Recording Manager Privilege Escalation

CVE-2026-4606 is a privilege escalation vulnerability in GV Edge Recording Manager v2.3.1 that allows local users to gain SYSTEM-level access. This article covers the technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-4606 Overview

CVE-2026-4606 is a critical local privilege escalation vulnerability affecting GeoVision Edge Recording Manager (ERM) v2.3.1. The application improperly runs components with SYSTEM-level privileges, allowing any local user to gain full control of the operating system. This vulnerability stems from improper privilege management during application execution, where related processes are spawned under SYSTEM privileges rather than the security context of the logged-in user.

Critical Impact

Any local user can escalate privileges to SYSTEM level through ERM's file dialogs, enabling modification or deletion of protected system files and potentially achieving full system compromise.

Affected Products

  • GeoVision Edge Recording Manager (ERM) v2.3.1
  • Windows systems running ERM with the vulnerable service configuration

Discovery Timeline

  • 2026-03-23 - CVE-2026-4606 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-4606

Vulnerability Analysis

This vulnerability is classified as CWE-250: Execution with Unnecessary Privileges. During installation, ERM creates a Windows service that runs under the LocalSystem account. When the ERM application is launched, related processes are spawned under SYSTEM privileges rather than inheriting the security context of the logged-in user. This design flaw exposes multiple attack surfaces through standard Windows functionality.

The most concerning aspect is that functions such as 'Import Data' open a Windows file dialog operating with SYSTEM permissions. Since these dialogs allow navigation of the entire file system with the privileges of the parent process, a local attacker can leverage them to access, modify, or delete protected system files and directories. Any ERM function invoking Windows file open/save dialogs exposes the same risk.

Root Cause

The root cause is improper privilege management in the application architecture. The ERM service is configured to run under the LocalSystem account, which possesses the highest level of privilege on a Windows system. When child processes and UI components are spawned from this service, they inherit these elevated privileges instead of running with the permissions of the interactive user. This violates the principle of least privilege and creates a local privilege escalation vector.

Attack Vector

The attack can be executed by any local user with access to the ERM application. The attacker launches ERM and triggers any functionality that opens a Windows file dialog (such as 'Import Data', 'Export', or similar features). Because the dialog runs with SYSTEM privileges, the attacker can:

  1. Navigate to protected system directories (e.g., C:\Windows\System32)
  2. Right-click to access context menus and modify file properties
  3. Use the dialog's path bar to execute commands
  4. Replace or delete critical system files
  5. Drop malicious executables into privileged locations

This technique is known as a "file dialog privilege escalation" and is a well-documented method for exploiting applications that improperly elevate privileges for UI components.

Detection Methods for CVE-2026-4606

Indicators of Compromise

  • Unexpected file modifications in protected system directories such as C:\Windows\System32 originating from ERM processes
  • Process execution chains showing child processes of ERM services accessing sensitive file system locations
  • Audit logs indicating file dialog interactions with SYSTEM-owned directories from standard user sessions
  • New or modified files in privileged locations with timestamps correlating to ERM application usage

Detection Strategies

  • Monitor process creation events for child processes spawned by GVEdgeRecordingManager.exe or related ERM services running as SYSTEM
  • Implement file integrity monitoring on critical system directories to detect unauthorized modifications
  • Use endpoint detection and response (EDR) solutions to identify anomalous file access patterns from applications running with elevated privileges
  • Configure Windows Security Event logging to capture privilege use (Event ID 4672) and process creation (Event ID 4688) for ERM-related processes

Monitoring Recommendations

  • Enable detailed audit logging for object access on critical system directories
  • Deploy behavioral monitoring rules to detect file dialog exploitation techniques
  • Implement application whitelisting to restrict what processes can modify protected system locations
  • Configure SentinelOne to monitor for privilege escalation patterns associated with SYSTEM-level file dialogs

How to Mitigate CVE-2026-4606

Immediate Actions Required

  • Restrict access to the ERM application to only trusted administrators until a patch is available
  • Review and limit local user access to systems running ERM
  • Consider disabling or removing ERM from systems where it is not critically needed
  • Implement application control policies to prevent exploitation of file dialogs

Patch Information

Check the GeoVision Cyber Security Overview for official security advisories and patch availability. Contact GeoVision support for the latest security updates for Edge Recording Manager.

Workarounds

  • Run ERM under a dedicated service account with minimal necessary privileges instead of LocalSystem
  • Use Windows Software Restriction Policies or AppLocker to limit which processes can be spawned from ERM
  • Implement network segmentation to isolate systems running ERM from critical infrastructure
  • Deploy endpoint protection solutions with privilege escalation detection capabilities to identify exploitation attempts
bash
# Example: Modify service to use a less privileged account (requires admin)
# First, create a dedicated service account with minimal privileges
# Then update the service configuration:
sc config "GVEdgeRecordingManager" obj= ".\ERMServiceAccount" password= "<secure_password>"

# Verify the service account change
sc qc "GVEdgeRecordingManager"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechGv Edge Recording Manager

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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:N/AU:N/R:I/V:C/RE:M/U:Green
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-250
  • Technical References
  • GeoVision Cyber Security Overview
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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