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-2022-0323

CVE-2022-0323: Mustache Template Engine XSS Vulnerability

CVE-2022-0323 is a cross-site scripting flaw in Mustache template engine that affects versions prior to 2.14.1. Attackers can exploit improper neutralization of special elements. This article covers technical details.

Published: February 11, 2026

CVE-2022-0323 Overview

CVE-2022-0323 is a template engine injection vulnerability affecting mustache/mustache, a popular PHP implementation of the Mustache templating language. The vulnerability stems from improper neutralization of special elements used in the template engine, specifically related to section names. This flaw allows attackers with low-privilege access to inject malicious content through template sections, potentially leading to code injection attacks.

Critical Impact

Successful exploitation of this vulnerability could allow attackers to achieve high impact on confidentiality, integrity, and availability of affected systems through template injection attacks.

Affected Products

  • Mustache.php (mustache/mustache) versions prior to 2.14.1
  • PHP applications using vulnerable versions of the Mustache Packagist package
  • Web applications integrating mustache/mustache for templating functionality

Discovery Timeline

  • 2022-01-21 - CVE-2022-0323 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0323

Vulnerability Analysis

The vulnerability exists in the Mustache template compiler component, specifically in how section names are processed and rendered. The core issue involves improper neutralization (CWE-1336) of special elements within template section names, which can lead to code injection (CWE-94) scenarios.

When Mustache.php compiles templates, it generates PHP code that processes template sections. The vulnerable code path included section names directly in comments within the generated code without proper sanitization. This oversight could allow an attacker to break out of the comment context and inject arbitrary PHP code into the compiled template output.

The attack requires network access and low-privilege authentication to the target application, but once these conditions are met, exploitation requires no user interaction. The potential impact spans all three security domains: confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause lies in the src/Mustache/Compiler.php file where template sections are compiled. The original implementation included unsanitized section names in PHP comments within the generated code. By crafting a malicious section name containing PHP comment-closing sequences, an attacker could escape the comment context and inject executable code.

Attack Vector

The attack vector is network-based, requiring authenticated access to an application that allows user-controlled input to influence Mustache template section names. An attacker would craft a malicious template section name containing special characters designed to break out of the comment context and inject PHP code.

php
     }
 
     const SECTION_CALL = '
-        // %s section
         $value = $context->%s(%s);%s
         $buffer .= $this->section%s($context, $indent, $value);
     ';

Source: GitHub Commit

The patch removes the comment line that previously included the section name (// %s section), eliminating the injection point entirely. This prevents attackers from using section names to escape comment contexts and inject code.

Detection Methods for CVE-2022-0323

Indicators of Compromise

  • Unusual or malformed Mustache template files with suspicious section names containing PHP syntax
  • Error logs showing template compilation failures with unexpected characters
  • Web application logs indicating template injection attempts with special characters like */ or <?php
  • Unexpected PHP code execution originating from template rendering processes

Detection Strategies

  • Implement dependency scanning to identify mustache/mustache versions prior to 2.14.1 in your PHP projects
  • Use static analysis tools to detect user-controlled input flowing into Mustache template section names
  • Monitor for anomalous template compilation patterns or unexpected code execution
  • Review Composer lockfiles for vulnerable mustache/mustache package versions

Monitoring Recommendations

  • Enable verbose logging for template compilation operations in production environments
  • Set up alerts for template processing errors that may indicate exploitation attempts
  • Implement web application firewall (WAF) rules to detect template injection patterns
  • Monitor file integrity of compiled template caches for unauthorized modifications

How to Mitigate CVE-2022-0323

Immediate Actions Required

  • Update mustache/mustache to version 2.14.1 or later immediately via Composer
  • Audit applications for any user-controlled input that influences template section names
  • Review recent template compilation logs for signs of exploitation attempts
  • Consider temporarily disabling features that allow user-influenced template content if patching is delayed

Patch Information

The vulnerability was fixed in mustache/mustache version 2.14.1. The fix, implemented in commit 579ffa5c96e1d292c060b3dd62811ff01ad8c24e, removes the vulnerable comment pattern from the compiled section code, preventing section name content from being interpreted in a code context.

Additional technical details about the vulnerability and fix can be found in the Huntr Bounty Report.

Workarounds

  • Implement strict input validation on any data that could influence template section names
  • Use a content security policy (CSP) to limit the impact of potential code injection
  • Deploy web application firewalls with rules targeting template injection patterns
  • Sanitize all user input before it reaches the template rendering layer
bash
# Update mustache/mustache via Composer
composer require mustache/mustache:^2.14.1

# Verify the installed version
composer show mustache/mustache | grep versions

# Clear any cached compiled templates
rm -rf storage/framework/views/*.php  # Laravel example
rm -rf cache/mustache/*                # Generic cache location

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechMustache

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-1336

  • CWE-94
  • Vendor Resources
  • GitHub Commit Update

  • Huntr Bounty Report
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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