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

CVE-2025-64656: Azure Application Gateway Privilege Escalation

CVE-2025-64656 is a privilege escalation vulnerability in Microsoft Azure Application Gateway caused by an out-of-bounds read. Attackers can exploit this flaw to elevate privileges over a network. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: March 18, 2026

CVE-2025-64656 Overview

CVE-2025-64656 is a critical out-of-bounds read vulnerability in Microsoft Azure Application Gateway that allows an unauthorized attacker to elevate privileges over a network. This memory corruption flaw enables remote exploitation without requiring authentication or user interaction, making it particularly dangerous for cloud environments relying on Azure Application Gateway for traffic management and load balancing.

Critical Impact

This vulnerability enables unauthenticated remote attackers to exploit an out-of-bounds read condition, potentially leading to privilege escalation across network boundaries. Organizations using Azure Application Gateway should prioritize remediation immediately.

Affected Products

  • Microsoft Azure Application Gateway

Discovery Timeline

  • 2025-11-26 - CVE-2025-64656 published to NVD
  • 2025-12-08 - Last updated in NVD database

Technical Details for CVE-2025-64656

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), a memory corruption issue where the application reads data past the end of a buffer or before the beginning of a buffer. In the context of Azure Application Gateway, this flaw can be exploited remotely over the network without requiring any privileges or user interaction.

The out-of-bounds read condition occurs when the Application Gateway improperly validates boundary conditions during memory access operations. An attacker can craft malicious requests that trigger the vulnerable code path, causing the application to read memory locations beyond the intended buffer boundaries. This can expose sensitive information stored in adjacent memory regions and potentially be leveraged for privilege escalation.

Root Cause

The root cause is improper bounds checking in the Azure Application Gateway's memory handling routines. When processing certain network requests, the gateway fails to properly validate the size or index of memory access operations, allowing reads beyond allocated buffer boundaries. This type of vulnerability typically stems from missing or insufficient input validation combined with unsafe memory access patterns.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted network requests to a vulnerable Azure Application Gateway instance. The exploitation flow involves:

  1. Attacker identifies a target Azure Application Gateway endpoint
  2. Malicious requests are crafted to trigger the out-of-bounds read condition
  3. The gateway processes the request and reads beyond intended memory boundaries
  4. Sensitive data from adjacent memory may be exposed to the attacker
  5. The disclosed information can potentially be used to escalate privileges

The vulnerability is particularly concerning because Azure Application Gateway is commonly deployed as a front-end load balancer and web application firewall, making it directly accessible from the internet in many configurations.

Detection Methods for CVE-2025-64656

Indicators of Compromise

  • Unusual or malformed HTTP/HTTPS requests targeting Azure Application Gateway endpoints
  • Unexpected memory access patterns or crashes in Application Gateway logs
  • Anomalous network traffic volumes or patterns to Application Gateway instances
  • Evidence of information disclosure in response payloads

Detection Strategies

  • Monitor Azure Application Gateway diagnostic logs for unusual error patterns or access attempts
  • Implement network intrusion detection rules to identify exploitation attempts against known vulnerable request patterns
  • Review Azure Security Center alerts for suspicious activity targeting Application Gateway resources
  • Analyze application-level logging for signs of memory corruption exploitation

Monitoring Recommendations

  • Enable verbose diagnostic logging on Azure Application Gateway instances
  • Configure Azure Monitor alerts for anomalous traffic patterns and error rates
  • Implement Web Application Firewall (WAF) policies to filter potentially malicious requests
  • Regularly review Azure Activity Logs for unauthorized configuration changes to Application Gateway resources

How to Mitigate CVE-2025-64656

Immediate Actions Required

  • Review the Microsoft Security Advisory for specific remediation guidance
  • Assess your Azure environment for deployed Application Gateway instances
  • Apply any available patches or updates from Microsoft immediately
  • Consider implementing additional network-level access controls to limit exposure

Patch Information

Microsoft has published security guidance for this vulnerability. Organizations should consult the Microsoft CVE-2025-64656 Advisory for detailed patch information, affected versions, and specific remediation steps. As this is an Azure managed service, Microsoft may apply updates automatically, but administrators should verify their instances are protected and review any required configuration changes.

Workarounds

  • Implement strict network security groups (NSGs) to limit inbound access to Application Gateway instances to only trusted sources
  • Enable Azure Web Application Firewall (WAF) with custom rules to filter suspicious requests
  • Monitor and rate-limit incoming connections to reduce exploitation risk
  • Consider deploying additional security layers such as Azure DDoS Protection and Azure Firewall in front of Application Gateway instances
bash
# Azure CLI example: Add network security rule to restrict access
az network nsg rule create \
  --resource-group <resource-group-name> \
  --nsg-name <nsg-name> \
  --name RestrictAppGatewayAccess \
  --priority 100 \
  --direction Inbound \
  --access Deny \
  --protocol '*' \
  --source-address-prefixes Internet \
  --destination-address-prefixes '*' \
  --destination-port-ranges '*'

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMicrosoft Azure Application Gateway

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Vendor Resources
  • Microsoft CVE-2025-64656 Advisory
  • Related CVEs
  • CVE-2025-64657: Azure Application Gateway 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