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
    • 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-2025-33071

CVE-2025-33071: Windows Server 2012 Use-After-Free RCE

CVE-2025-33071 is a use-after-free flaw in Windows Server 2012 KDC Proxy Service that enables remote code execution. Unauthorized attackers can exploit this over a network to execute malicious code. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-33071 Overview

CVE-2025-33071 is a use after free vulnerability affecting the Windows KDC Proxy Service (KPSSVC) that allows an unauthorized attacker to execute arbitrary code over a network. The KDC Proxy Service is a critical Windows Server component that enables Kerberos authentication traffic to be transmitted over HTTPS, commonly used for remote access scenarios and hybrid cloud environments.

This memory corruption vulnerability occurs when the KPSSVC improperly handles memory operations, leading to a use after free condition. An attacker who successfully exploits this vulnerability could execute code in the context of the KPSSVC service, potentially gaining elevated privileges on the affected system.

Critical Impact

Successful exploitation enables remote code execution on Windows Server systems running the KDC Proxy Service, potentially compromising Active Directory authentication infrastructure and domain controllers.

Affected Products

  • Microsoft Windows Server 2012 and Windows Server 2012 R2
  • Microsoft Windows Server 2016
  • Microsoft Windows Server 2019
  • Microsoft Windows Server 2022
  • Microsoft Windows Server 2022 23H2
  • Microsoft Windows Server 2025

Discovery Timeline

  • 2025-06-10 - CVE-2025-33071 published to NVD
  • 2025-07-08 - Last updated in NVD database

Technical Details for CVE-2025-33071

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption vulnerability class where a program continues to use a pointer after the memory it references has been freed. In the context of the Windows KDC Proxy Service, this occurs during the processing of Kerberos proxy requests.

The KDC Proxy Service (KPSSVC) acts as an intermediary that allows clients to communicate with the Key Distribution Center (KDC) using HTTPS as the transport protocol instead of the traditional Kerberos protocol ports. This service is particularly important for scenarios where clients cannot directly reach domain controllers, such as remote access over the internet.

The use after free condition manifests when the service fails to properly manage memory allocations during certain request handling operations. When freed memory is subsequently accessed, it may contain attacker-controlled data, enabling arbitrary code execution.

Root Cause

The root cause of CVE-2025-33071 is improper memory management within the KPSSVC service. Specifically, the vulnerability arises when:

  1. Memory is allocated to handle an incoming proxy request
  2. The memory is subsequently freed during normal processing
  3. A reference to the freed memory persists and is later dereferenced
  4. If an attacker can influence the contents of the reallocated memory region, they can achieve code execution

This type of vulnerability typically occurs when object lifetimes are not properly tracked, especially in asynchronous or multi-threaded code paths common in network services.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted requests to the KDC Proxy Service over HTTPS.

The attack scenario involves:

  1. The attacker identifies a Windows Server with the KDC Proxy Service enabled and accessible
  2. Specially crafted HTTPS requests are sent to the KPSSVC endpoint (typically on port 443)
  3. The malicious requests trigger the use after free condition in memory handling
  4. Through careful memory manipulation (heap grooming), the attacker can control the freed memory contents
  5. When the dangling pointer is dereferenced, attacker-controlled code is executed

The exploitation complexity is considered high due to the need for precise timing and memory layout manipulation. However, no privileges or user interaction are required, making this a concerning vulnerability for internet-exposed systems.

Detection Methods for CVE-2025-33071

Indicators of Compromise

  • Abnormal crash events or unexpected restarts of the KPSSVC service on domain controllers or KDC Proxy servers
  • Unusual memory allocation patterns or exception events in the Windows Application or System event logs related to kpssvc.dll
  • Unexpected outbound network connections from servers running the KDC Proxy Service
  • Suspicious process creation events originating from the KPSSVC service context

Detection Strategies

  • Monitor Windows Event Logs for Application Error events (Event ID 1000) involving kpssvc.dll or the KDC Proxy Service
  • Implement network intrusion detection rules to identify malformed or oversized HTTPS requests targeting KDC Proxy endpoints
  • Deploy endpoint detection and response (EDR) solutions like SentinelOne to detect use after free exploitation attempts and anomalous service behavior
  • Use Windows Defender Exploit Guard with Export Address Filtering (EAF) and Import Address Filtering (IAF) to detect memory corruption exploitation

Monitoring Recommendations

  • Enable enhanced process auditing on Windows Servers running KDC Proxy Service to capture detailed service activity
  • Configure Windows Event Forwarding to centralize security events from all affected servers to a SIEM platform
  • Implement network traffic analysis for HTTPS connections to KDC Proxy endpoints, looking for unusual request patterns
  • Deploy SentinelOne Singularity platform for real-time behavioral detection of memory corruption exploits

How to Mitigate CVE-2025-33071

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2025-33071 immediately on all affected Windows Server systems
  • Audit your environment to identify all servers with the KDC Proxy Service enabled using PowerShell: Get-Service -Name KPSSVC
  • Restrict network access to KDC Proxy endpoints using firewall rules to limit exposure to trusted networks only
  • Consider temporarily disabling the KDC Proxy Service on non-essential systems until patches can be applied

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should consult the Microsoft Security Response Center advisory for CVE-2025-33071 for specific patch details and download links for each affected Windows Server version.

The security update addresses the vulnerability by correcting how the KDC Proxy Service manages object lifetimes and memory allocations, ensuring that freed memory is no longer accessible through dangling pointers.

Organizations should prioritize patching based on server criticality, with domain controllers and externally accessible KDC Proxy servers receiving the highest priority.

Workarounds

  • If patching cannot be performed immediately, consider disabling the KDC Proxy Service using: Set-Service -Name KPSSVC -StartupType Disabled; Stop-Service -Name KPSSVC
  • Implement network segmentation to prevent direct internet access to KDC Proxy Service endpoints
  • Deploy a Web Application Firewall (WAF) in front of KDC Proxy endpoints to filter potentially malicious requests
  • Enable Windows Defender Credential Guard on affected servers to limit the impact of potential exploitation
bash
# Check KDC Proxy Service status across multiple servers
Get-Service -Name KPSSVC -ComputerName Server1,Server2,Server3 | 
    Select-Object MachineName, Status, StartType

# Disable KDC Proxy Service if not required
Set-Service -Name KPSSVC -StartupType Disabled
Stop-Service -Name KPSSVC -Force

# Verify service is stopped
Get-Service -Name KPSSVC | Select-Object Status, StartType

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Vendor Resources
  • Microsoft Security Update CVE-2025-33071
  • Related CVEs
  • CVE-2026-23667: Windows 10 1809 Use-After-Free Flaw

  • CVE-2026-23669: Windows Print Spooler Use After Free Flaw

  • CVE-2026-22722: Windows Use-After-Free Vulnerability

  • CVE-2026-21251: Windows Server Use-After-Free Flaw
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