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

CVE-2026-32077: Windows UPnP Privilege Escalation Flaw

CVE-2026-32077 is a privilege escalation vulnerability in Windows Universal Plug and Play Device Host caused by untrusted pointer dereference. This article covers technical details, affected systems, and mitigation strategies.

Published: April 17, 2026

CVE-2026-32077 Overview

CVE-2026-32077 is an untrusted pointer dereference vulnerability in the Windows Universal Plug and Play (UPnP) Device Host service. This flaw allows an authorized attacker with local access to elevate privileges on the affected system. The vulnerability stems from improper handling of pointer values within the UPnP Device Host component, which can be exploited to gain elevated privileges beyond those originally granted to the attacker.

Critical Impact

Successful exploitation enables local privilege escalation, potentially allowing attackers to execute code with SYSTEM-level privileges, install programs, modify data, or create new accounts with full user rights.

Affected Products

  • Windows Universal Plug and Play (UPnP) Device Host
  • Windows operating systems with UPnP Device Host service enabled

Discovery Timeline

  • 2026-04-14 - CVE-2026-32077 published to NVD
  • 2026-04-14 - Last updated in NVD database

Technical Details for CVE-2026-32077

Vulnerability Analysis

This vulnerability is classified under CWE-822 (Untrusted Pointer Dereference), where the application dereferences a pointer that contains a location provided from an untrusted source. In the context of the Windows UPnP Device Host service, the flaw occurs when the service improperly validates pointer values before dereferencing them.

The UPnP Device Host service (upnphost) is responsible for allowing UPnP devices to be hosted on the local computer. When processing certain requests, the service fails to adequately validate pointer data, creating an opportunity for an authenticated attacker to supply a malicious pointer value that, when dereferenced, leads to arbitrary memory access.

This type of vulnerability is particularly dangerous because it can be leveraged to achieve code execution in the context of the vulnerable service, which typically runs with elevated privileges on Windows systems.

Root Cause

The root cause of CVE-2026-32077 lies in insufficient validation of pointer values within the Windows UPnP Device Host service. The service accepts pointer data from sources that may be controlled by a local attacker without properly verifying the integrity and validity of the pointer before dereferencing it.

Untrusted pointer dereference vulnerabilities typically occur when:

  • Input containing pointer values is not properly sanitized
  • Pointer bounds checking is inadequate or missing
  • The application trusts user-controllable data to contain valid memory addresses

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have authenticated access to the target system. The exploitation scenario involves:

  1. An attacker gains local access to a Windows system with the UPnP Device Host service enabled
  2. The attacker crafts a malicious request containing a specially crafted pointer value
  3. The request is processed by the UPnP Device Host service
  4. The service dereferences the untrusted pointer without proper validation
  5. This leads to memory corruption or controlled code execution
  6. The attacker achieves privilege escalation, gaining elevated permissions on the system

Since no user interaction is required beyond the initial authenticated access, exploitation can be performed reliably once an attacker has a foothold on the target system.

Detection Methods for CVE-2026-32077

Indicators of Compromise

  • Unusual activity or crashes in the upnphost service
  • Unexpected privilege escalation events from low-privileged accounts
  • Anomalous memory access patterns in Windows Event Logs related to UPnP services
  • Suspicious process creation from the UPnP Device Host service context

Detection Strategies

  • Monitor Windows Event Logs for service crashes or errors related to upnphost
  • Implement endpoint detection rules for unusual UPnP Device Host service behavior
  • Deploy application whitelisting to detect unauthorized privilege escalation attempts
  • Use SentinelOne behavioral AI to identify privilege escalation attack patterns

Monitoring Recommendations

  • Enable detailed auditing for the UPnP Device Host service
  • Configure alerts for unexpected privilege changes on endpoints
  • Monitor for suspicious local authentication followed by privilege escalation
  • Track process lineage for services running with elevated privileges

How to Mitigate CVE-2026-32077

Immediate Actions Required

  • Apply the latest Windows security updates from Microsoft
  • Review and restrict access to systems where UPnP Device Host is enabled
  • Consider disabling the UPnP Device Host service if not required for business operations
  • Implement least privilege principles to limit the impact of potential exploitation

Patch Information

Microsoft has released security updates to address this vulnerability. Refer to the Microsoft CVE-2026-32077 Advisory for detailed patch information and affected product versions. Organizations should prioritize applying this patch to all affected Windows systems.

Workarounds

  • Disable the UPnP Device Host service (upnphost) if not required: Set-Service -Name upnphost -StartupType Disabled
  • Restrict local user access to only trusted individuals
  • Implement network segmentation to limit lateral movement opportunities
  • Use Windows Defender Credential Guard to protect privileged credentials
bash
# Disable UPnP Device Host service via PowerShell
Stop-Service -Name upnphost -Force
Set-Service -Name upnphost -StartupType Disabled

# Verify service is disabled
Get-Service -Name upnphost | 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/TechWindows

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-822
  • Technical References
  • Microsoft CVE-2026-32077 Advisory
  • Related CVEs
  • CVE-2026-33104: Windows Win32K Privilege Escalation Flaw

  • CVE-2026-33101: Windows Print Spooler Privilege Escalation

  • CVE-2026-33099: Windows WinSock Privilege Escalation Flaw

  • CVE-2026-33098: Windows Container Isolation Privilege Escalation
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