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-2021-46703

CVE-2021-46703: RazorEngine Sandbox Escape RCE Vulnerability

CVE-2021-46703 is a remote code execution flaw in Antaris RazorEngine that allows attackers to execute arbitrary .NET code by controlling template contents. This article covers technical details, affected versions, and mitigations.

Published: February 25, 2026

CVE-2021-46703 Overview

CVE-2021-46703 is a critical arbitrary code execution vulnerability affecting the IsolatedRazorEngine component of Antaris RazorEngine through version 4.5.1-alpha001. The vulnerability allows attackers to execute arbitrary .NET code within a sandboxed environment when users can externally control template contents. This is particularly concerning for applications that process user-supplied Razor templates.

Critical Impact

Attackers can achieve remote code execution by injecting malicious .NET code through externally controlled template contents, potentially leading to complete system compromise. Note that this vulnerability affects a product that is no longer supported by the maintainer.

Affected Products

  • Antaris RazorEngine through version 4.5.1-alpha001
  • RazorEngine IsolatedRazorEngine component
  • Applications using RazorEngine with user-controlled template inputs

Discovery Timeline

  • 2022-03-06 - CVE CVE-2021-46703 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-46703

Vulnerability Analysis

The vulnerability resides in the IsolatedRazorEngine component of Antaris RazorEngine, a popular .NET templating library that allows developers to use Razor syntax outside of ASP.NET MVC. The core issue stems from insufficient sandboxing of template execution when external users can control template contents.

RazorEngine is designed to compile and execute Razor templates dynamically at runtime. The IsolatedRazorEngine was intended to provide a sandboxed execution environment for templates, adding a layer of security when processing potentially untrusted content. However, the sandbox implementation contains flaws that allow attackers to break out and execute arbitrary .NET code.

When an application accepts user-controlled input that gets processed as a Razor template, an attacker can craft malicious template content that escapes the sandbox restrictions. This enables execution of arbitrary .NET assemblies and system commands, effectively bypassing the security controls that IsolatedRazorEngine was designed to provide.

The impact is severe as successful exploitation grants attackers the ability to execute code with the privileges of the application process, potentially leading to data theft, lateral movement, or complete system compromise.

Root Cause

The root cause of CVE-2021-46703 lies in the inadequate isolation mechanisms within the IsolatedRazorEngine sandbox. The component fails to properly restrict access to dangerous .NET Framework features and assemblies from within compiled templates. Specifically, the sandbox does not sufficiently prevent templates from:

  • Accessing reflection APIs to invoke arbitrary methods
  • Loading and executing external assemblies
  • Interacting with system resources outside the intended sandbox boundary

This architectural flaw means that even though the code executes within what is intended to be a sandboxed environment, attackers can leverage built-in .NET capabilities to escape the sandbox and gain full code execution privileges.

Attack Vector

The attack vector for this vulnerability is network-based with no authentication required. An attacker who can supply template content to an application using the vulnerable IsolatedRazorEngine component can exploit this flaw. Common attack scenarios include:

  1. Web applications that allow users to customize templates or create dynamic content using Razor syntax
  2. Email templating systems where user input influences template generation
  3. Reporting systems that process user-defined templates
  4. Any application that passes externally-controlled strings to RazorEngine for compilation and execution

The exploitation mechanism involves crafting a malicious Razor template that contains embedded .NET code designed to break out of the sandbox. When the application compiles and executes this template, the malicious code runs with the full privileges of the hosting process.

For technical details on the vulnerability mechanics, refer to the GitHub Issue Discussion where this security concern was reported.

Detection Methods for CVE-2021-46703

Indicators of Compromise

  • Unexpected process spawning from applications using RazorEngine
  • Unusual network connections originating from .NET application processes
  • Log entries showing template compilation errors or exceptions related to reflection
  • Evidence of unauthorized file system access or modification by RazorEngine-dependent applications
  • Memory artifacts indicating code injection or assembly loading outside normal operations

Detection Strategies

  • Monitor application logs for template compilation errors or suspicious template content patterns
  • Implement runtime application self-protection (RASP) to detect code execution attempts within templating contexts
  • Use static analysis tools to identify code paths where user input flows into RazorEngine template compilation
  • Deploy endpoint detection and response (EDR) solutions to identify anomalous behavior from .NET applications

Monitoring Recommendations

  • Enable verbose logging for applications using RazorEngine to capture template processing events
  • Configure alerting for unusual .NET assembly loading or reflection API usage
  • Monitor for process creation events where the parent is a known RazorEngine-dependent application
  • Implement network segmentation and monitor for unexpected outbound connections from affected systems

How to Mitigate CVE-2021-46703

Immediate Actions Required

  • Audit applications to identify usage of Antaris RazorEngine, particularly the IsolatedRazorEngine component
  • Evaluate whether user-controlled input can influence template content in affected applications
  • Consider migrating to actively maintained alternatives such as Microsoft's Razor SDK or other secure templating engines
  • Implement strict input validation and sanitization for any content that may be processed as templates

Patch Information

This vulnerability affects Antaris RazorEngine through version 4.5.1-alpha001. It is important to note that RazorEngine is no longer actively maintained by the original developers. As such, no official patch is available. Organizations using this library should prioritize migration to supported alternatives.

For more information on this vulnerability and community discussion, see the GitHub Issue Discussion.

Workarounds

  • Remove or disable the ability for users to supply custom template content where possible
  • Implement a strict allowlist of permitted template constructs and validate all input against this list
  • Run applications using RazorEngine with minimal privileges following the principle of least privilege
  • Isolate affected applications using containerization or network segmentation to limit blast radius
  • Consider implementing a custom pre-processor to strip potentially dangerous code patterns from templates
bash
# Example: Identify RazorEngine usage in .NET projects
# Search for RazorEngine package references in project files
grep -r "RazorEngine" --include="*.csproj" --include="packages.config" ./

# Check for IsolatedRazorEngine usage in source code
grep -r "IsolatedRazorEngine" --include="*.cs" ./

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRazorengine

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.42%

  • 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
  • NVD-CWE-noinfo
  • Technical References
  • GitHub Issue Discussion
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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