A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-1680

CVE-2026-1680: Local Admin Service Privilege Escalation

CVE-2026-1680 is a privilege escalation vulnerability in Danofficeit Local Admin Service that allows local users to gain administrator rights through named pipe exploitation. This article covers technical details, affected versions, and mitigation.

Updated: May 14, 2026

CVE-2026-1680 Overview

CVE-2026-1680 is an improper access control vulnerability [CWE-250] in the Windows Communication Foundation (WCF) endpoint of Edgemo Local Admin Service 1.2.7.23180, a product now owned by Danoffice IT. The service exposes a named pipe through LocalAdminService.exe that enforces group membership checks on the client side rather than the server side. A local authenticated user can communicate directly with the named pipe, bypass the client-side validation, and elevate privileges to the local Administrators group.

Critical Impact

Any local user on an affected Windows endpoint can gain local administrator privileges by sending crafted requests directly to the LocalAdminService.exe named pipe.

Affected Products

  • Danoffice IT (formerly Edgemo) Local Admin Service 1.2.7.23180 on Windows
  • Deployments using the legacy Edgemo Local Admin Service component
  • Workplace Management installations that bundle the Local Admin Service

Discovery Timeline

  • 2026-01-30 - CVE-2026-1680 published to the National Vulnerability Database
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2026-1680

Vulnerability Analysis

The Local Admin Service is a Windows tool that allows authorized users to temporarily elevate themselves into the local Administrators group. The product is implemented as a Windows service hosting a WCF endpoint over a named pipe. The official client application, intended for end users, validates the requester's group membership before forwarding any elevation request to the service.

The vulnerability stems from the placement of that authorization check. The service trusts the client to perform the membership validation. The WCF endpoint itself accepts requests from any local caller able to open the pipe. An attacker who connects to the named pipe directly, without using the legitimate client binary, never triggers the membership check and the server processes the elevation request as authorized.

This is a classic confused deputy condition tracked under [CWE-250] (Execution with Unnecessary Privileges). The service runs as LocalSystem and performs privileged group modifications on behalf of callers it cannot reliably authenticate or authorize.

Root Cause

The root cause is server-side reliance on client-side authorization. The WCF service contract exposed by LocalAdminService.exe does not enforce its own access control list on inbound named pipe connections, and it does not validate that the calling process belongs to an authorized group before performing privileged actions.

Attack Vector

Exploitation requires local access and low privileges on the target Windows host. An attacker enumerates the named pipe exposed by LocalAdminService.exe, builds a WCF client against the published contract, and invokes the elevation method directly. Because the server does not re-check the caller's group membership, the request succeeds and the attacker's account is added to the local Administrators group.

For implementation details, see the Retest Local Privilege Escalation Advisory.

Detection Methods for CVE-2026-1680

Indicators of Compromise

  • Unexpected additions to the local Administrators group on hosts running LocalAdminService.exe, especially for accounts that should not have elevation rights.
  • Connections to the Local Admin Service named pipe originating from processes other than the legitimate vendor client binary.
  • Security event 4732 (member added to a security-enabled local group) generated by the LocalAdminService.exe process for unauthorized users.

Detection Strategies

  • Audit Windows Security logs for event IDs 4732 and 4720 correlated with LocalAdminService.exe as the calling process.
  • Hunt for non-standard processes opening handles to named pipes registered by LocalAdminService.exe using Sysmon event ID 17 and 18.
  • Baseline which user accounts legitimately use the Local Admin Service and alert on any elevation request from accounts outside that list.

Monitoring Recommendations

  • Forward Windows Security, Sysmon, and service logs from endpoints running the Local Admin Service to a centralized analytics platform for retrospective hunting.
  • Track the parent-child process tree around LocalAdminService.exe to identify unauthorized WCF clients.
  • Generate alerts for any change to local group membership outside of approved change windows.

How to Mitigate CVE-2026-1680

Immediate Actions Required

  • Inventory endpoints running Danoffice IT (Edgemo) Local Admin Service 1.2.7.23180 and prioritize remediation on multi-user and shared workstations.
  • Contact Danoffice IT to obtain a fixed build or written guidance on safe deployment of the Local Admin Service.
  • Restrict local logon rights on affected hosts to reduce the population of users able to reach the vulnerable named pipe.

Patch Information

At the time of NVD publication on 2026-01-30, no vendor advisory or patched build is referenced in the CVE record. Administrators should consult Danoffice IT directly and monitor the DanOfficeIT Workplace Management Guide for updates.

Workarounds

  • Uninstall or stop the LocalAdminService Windows service on hosts where temporary elevation is not required.
  • Apply a host firewall or named pipe ACL that restricts access to the Local Admin Service pipe to a narrow administrative group.
  • Replace the affected component with a server-side authorized elevation mechanism such as Microsoft LAPS or an EPM solution until a fixed version is released.
bash
# Disable the vulnerable Windows service from an elevated PowerShell prompt
Stop-Service -Name "LocalAdminService" -Force
Set-Service -Name "LocalAdminService" -StartupType Disabled
Get-Service -Name "LocalAdminService" | Select-Object Name, Status, StartType

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechDanofficeit Local Admin Service

  • SeverityHIGH

  • CVSS Score7.1

  • 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:P/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:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-250

  • NVD-CWE-Other
  • Technical References
  • Retest Local Privilege Escalation Advisory

  • DanOfficeIT Workplace Management Guide
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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