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-65037

CVE-2025-65037: Azure Container Apps RCE Vulnerability

CVE-2025-65037 is a remote code execution vulnerability in Microsoft Azure Container Apps caused by code injection flaws. Attackers can execute unauthorized code over the network. This article covers technical details, impact, and mitigation.

Published: March 11, 2026

CVE-2025-65037 Overview

CVE-2025-65037 is a critical code injection vulnerability affecting Microsoft Azure Container Apps. This vulnerability stems from improper control of generation of code (CWE-94), allowing an unauthorized attacker to execute arbitrary code over a network without requiring any user interaction or prior authentication.

The vulnerability represents a severe risk to cloud infrastructure deployments utilizing Azure Container Apps, as successful exploitation could lead to complete compromise of containerized workloads and potentially lateral movement within the Azure environment.

Critical Impact

This vulnerability enables unauthenticated remote code execution on Azure Container Apps, potentially compromising containerized workloads and associated cloud resources with maximum impact on confidentiality, integrity, and availability.

Affected Products

  • Microsoft Azure Container Apps

Discovery Timeline

  • 2025-12-18 - CVE-2025-65037 published to NVD
  • 2026-01-15 - Last updated in NVD database

Technical Details for CVE-2025-65037

Vulnerability Analysis

This vulnerability is classified as a code injection flaw (CWE-94: Improper Control of Generation of Code), which occurs when an application constructs code segments using externally-influenced input without proper neutralization of special elements that could modify the intended code behavior.

In the context of Azure Container Apps, this vulnerability allows attackers to inject and execute malicious code within the container runtime environment. The network-based attack vector combined with the absence of authentication requirements makes this vulnerability particularly dangerous, as it can be exploited remotely by any attacker with network access to vulnerable Azure Container Apps instances.

The scope change indicated in the vulnerability characteristics means that successful exploitation can affect resources beyond the vulnerable component's security boundary, potentially impacting other containers, services, or Azure resources within the same environment.

Root Cause

The root cause of this vulnerability lies in improper input validation and code generation controls within Azure Container Apps. The service fails to adequately sanitize or validate user-controllable input before incorporating it into dynamically generated code segments. This allows attackers to craft malicious input that, when processed by the application, results in the execution of arbitrary code within the container environment.

Attack Vector

The attack can be conducted remotely over the network without requiring authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted requests to a vulnerable Azure Container Apps instance. The low attack complexity indicates that exploitation is straightforward and does not require specialized conditions or sophisticated techniques.

The attack flow typically involves:

  1. Identifying a vulnerable Azure Container Apps deployment accessible over the network
  2. Crafting malicious input containing code injection payloads
  3. Submitting the payload through exposed interfaces or endpoints
  4. Achieving arbitrary code execution within the container environment

Due to the sensitive nature of this vulnerability and the lack of verified public proof-of-concept code, specific exploitation details are not provided. For technical details, refer to the Microsoft Security Advisory.

Detection Methods for CVE-2025-65037

Indicators of Compromise

  • Unusual outbound network connections from Azure Container Apps to unknown or suspicious external IP addresses
  • Unexpected process execution or child processes spawned within container environments
  • Anomalous container behavior including resource consumption spikes or unauthorized file system modifications
  • Log entries indicating malformed or suspicious input patterns targeting container endpoints

Detection Strategies

  • Enable Azure Container Apps diagnostic logging and stream logs to Azure Monitor or a SIEM for centralized analysis
  • Implement network traffic analysis to detect unusual patterns or communications from containerized workloads
  • Deploy runtime security monitoring solutions such as SentinelOne Singularity Cloud Workload Security to detect code injection attempts and anomalous container behavior
  • Monitor Azure Activity Logs for unauthorized configuration changes or suspicious API calls

Monitoring Recommendations

  • Configure Azure Security Center alerts for container-related security events and anomalies
  • Implement continuous vulnerability scanning of container images and runtime environments
  • Enable container-level monitoring with detailed logging of process execution and network activity
  • Set up automated alerting for deviations from established container behavior baselines

How to Mitigate CVE-2025-65037

Immediate Actions Required

  • Review the Microsoft Security Advisory for specific remediation guidance and apply any available patches or updates immediately
  • Audit all Azure Container Apps deployments to identify potentially affected instances
  • Implement network segmentation to limit exposure of containerized workloads
  • Enable enhanced logging and monitoring across all Azure Container Apps environments

Patch Information

Microsoft has issued a security advisory for this vulnerability. Administrators should consult the official Microsoft CVE-2025-65037 Advisory for specific patch information, affected versions, and remediation steps. As this is a cloud service vulnerability, Microsoft may apply fixes server-side, but customers should verify their deployment configurations align with current security recommendations.

Workarounds

  • Implement strict network access controls using Azure Virtual Networks and Network Security Groups to limit exposure of Container Apps to trusted sources only
  • Enable Azure Web Application Firewall (WAF) in front of Container Apps to filter potentially malicious requests
  • Apply the principle of least privilege to container workload identities and service accounts
  • Consider temporary suspension of non-critical Container Apps deployments until patches are confirmed applied
bash
# Azure CLI - Restrict network access to Container Apps environment
az containerapp env update \
  --name <environment-name> \
  --resource-group <resource-group> \
  --internal-only true

# Enable diagnostic settings for monitoring
az monitor diagnostic-settings create \
  --name "ContainerAppsSecurityLogs" \
  --resource <container-app-resource-id> \
  --logs '[{"category": "ContainerAppConsoleLogs", "enabled": true}, {"category": "ContainerAppSystemLogs", "enabled": true}]' \
  --workspace <log-analytics-workspace-id>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Azure Container Apps

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Vendor Resources
  • Microsoft CVE-2025-65037 Advisory
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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