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-2025-54106

CVE-2025-54106: Windows Server 2012 RRAS RCE Vulnerability

CVE-2025-54106 is a remote code execution vulnerability in Windows Server 2012 Routing and Remote Access Service caused by an integer overflow. Attackers can exploit this flaw to execute code remotely over a network.

Published: April 29, 2026

CVE-2025-54106 Overview

CVE-2025-54106 is an integer overflow vulnerability in the Windows Routing and Remote Access Service (RRAS) that allows an unauthorized attacker to execute arbitrary code over a network. This vulnerability affects multiple versions of Microsoft Windows Server, potentially exposing enterprise infrastructure to remote compromise.

The Windows Routing and Remote Access Service is a critical networking component that provides VPN, NAT, and routing functionality. An integer overflow condition in this service can be triggered remotely, leading to memory corruption and ultimately enabling attackers to execute malicious code with elevated privileges on affected systems.

Critical Impact

Successful exploitation allows unauthorized remote code execution on Windows Server systems running RRAS, potentially compromising network infrastructure and enabling lateral movement within enterprise environments.

Affected Products

  • Microsoft 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-09-09 - CVE-2025-54106 published to NVD
  • 2025-10-02 - Last updated in NVD database

Technical Details for CVE-2025-54106

Vulnerability Analysis

This vulnerability is classified as CWE-190 (Integer Overflow or Wraparound), a memory corruption flaw that occurs when arithmetic operations produce values that exceed the maximum representable integer for a given data type. In the context of Windows RRAS, an attacker can send specially crafted network requests that trigger an integer overflow condition during size calculations.

When the overflow occurs, the resulting wrapped value is smaller than expected, leading to undersized buffer allocations. Subsequent data copy operations then write beyond the allocated buffer boundaries, corrupting adjacent memory structures. This memory corruption can be leveraged to hijack program execution flow and achieve remote code execution.

The attack requires user interaction, suggesting the exploitation scenario may involve enticing a user or administrator to connect to a malicious server or click a crafted link that triggers the vulnerable code path in the RRAS service.

Root Cause

The root cause is an integer overflow condition in the Windows Routing and Remote Access Service where input values are not properly validated before being used in arithmetic calculations. When processing network data, the service performs size calculations that can wrap around to small values when given carefully crafted inputs. These incorrect size values are then used to allocate memory buffers, resulting in heap buffer overflows when data is copied into the undersized allocations.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication on the target system. The attack vector involves:

  1. An attacker crafts malicious network packets designed to trigger the integer overflow in RRAS
  2. The target system must have RRAS enabled and accessible over the network
  3. User interaction is required, potentially through social engineering to establish a connection to attacker-controlled infrastructure
  4. Upon successful exploitation, the attacker achieves code execution with the privileges of the RRAS service

The integer overflow vulnerability is triggered when specially crafted input causes arithmetic operations to exceed maximum integer boundaries. When this occurs, size calculations produce incorrect values that lead to undersized buffer allocations. Subsequent memory operations then corrupt heap structures, which can be manipulated to redirect program execution to attacker-controlled code. For full technical details, refer to the Microsoft Security Advisory.

Detection Methods for CVE-2025-54106

Indicators of Compromise

  • Unusual network traffic patterns targeting RRAS services on ports associated with VPN or routing protocols
  • Crash dumps or application faults in svchost.exe processes hosting RRAS components
  • Unexpected child processes spawned from RRAS service contexts
  • Memory allocation anomalies or heap corruption signatures in Windows Server event logs

Detection Strategies

  • Monitor RRAS service for unusual behavior including unexpected crashes, restarts, or high memory utilization
  • Implement network intrusion detection rules to identify malformed packets targeting Windows routing services
  • Deploy endpoint detection and response (EDR) solutions to detect exploitation attempts and post-exploitation activity
  • Enable Windows Defender Exploit Guard and Attack Surface Reduction rules to block common exploitation techniques

Monitoring Recommendations

  • Enable verbose logging for the Routing and Remote Access Service in Windows Event Viewer
  • Configure security information and event management (SIEM) alerts for RRAS service anomalies
  • Monitor network traffic for connections to untrusted external endpoints from systems running RRAS
  • Review Windows Security logs for privilege escalation attempts following RRAS service interactions

How to Mitigate CVE-2025-54106

Immediate Actions Required

  • Apply the latest Microsoft security updates to all affected Windows Server versions immediately
  • If RRAS is not required, disable the Routing and Remote Access Service to eliminate the attack surface
  • Implement network segmentation to limit exposure of RRAS-enabled servers to untrusted networks
  • Deploy network-level access controls to restrict which systems can communicate with RRAS services
  • Educate users about social engineering risks associated with connecting to untrusted network resources

Patch Information

Microsoft has released security updates to address CVE-2025-54106. Administrators should consult the Microsoft Security Update Guide for specific patch versions and deployment guidance for each affected Windows Server edition. Apply updates through Windows Update, Windows Server Update Services (WSUS), or Microsoft Update Catalog based on your organization's patch management processes.

Workarounds

  • Disable the Routing and Remote Access Service if not required for business operations using services.msc or PowerShell
  • Configure Windows Firewall rules to block inbound connections to RRAS from untrusted networks
  • Use network access control lists (ACLs) at the perimeter to limit exposure of vulnerable services
  • Consider implementing application whitelisting to prevent unauthorized code execution even if exploitation succeeds
bash
# Disable RRAS service if not required
sc config RemoteAccess start= disabled
sc stop RemoteAccess

# Verify RRAS service status
sc query RemoteAccess

# Block RRAS ports with Windows Firewall (example for common VPN ports)
netsh advfirewall firewall add rule name="Block RRAS Inbound" dir=in action=block service=RemoteAccess

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Vendor Resources
  • Microsoft CVE-2025-54106 Update Guide
  • Related CVEs
  • CVE-2026-33826: Windows Active Directory RCE Vulnerability

  • CVE-2026-32183: Windows Snipping Tool RCE Vulnerability

  • CVE-2026-32149: Windows Hyper-V RCE Vulnerability

  • CVE-2026-31995: Openclaw Command Injection 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