Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2026-33733

CVE-2026-33733: EspoCRM Path Traversal Vulnerability

CVE-2026-33733 is a path traversal flaw in EspoCRM that allows authenticated admins to read, create, overwrite, or delete arbitrary files. This article covers the technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-33733 Overview

CVE-2026-33733 is a path traversal vulnerability in EspoCRM, an open source customer relationship management (CRM) application. The vulnerability exists in the admin template management endpoints, which accept attacker-controlled name and scope values and pass them into template path construction without proper normalization or traversal filtering. This allows an authenticated administrator to use ../ sequences to escape the intended template directory and perform unauthorized file operations on the underlying filesystem.

Critical Impact

An authenticated admin can read, create, overwrite, or delete arbitrary files (specifically body.tpl or subject.tpl files) within the web application user's filesystem permissions, potentially leading to sensitive data exposure, system compromise, or denial of service.

Affected Products

  • EspoCRM versions prior to 9.3.4

Discovery Timeline

  • 2026-04-22 - CVE CVE-2026-33733 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-33733

Vulnerability Analysis

This vulnerability is classified as CWE-23 (Relative Path Traversal), a specific subset of path traversal vulnerabilities where user input containing relative path sequences can be used to escape intended directory boundaries. The admin template management functionality in EspoCRM fails to properly sanitize user-supplied input before using it to construct file paths.

When administrators interact with template management features, the application accepts name and scope parameters that are directly concatenated into file paths without adequate validation. This design flaw allows malicious input containing directory traversal sequences (../) to manipulate the final file path, enabling access to files outside the intended template directory structure.

The vulnerability requires administrative privileges to exploit, limiting the attack surface to authenticated admin users. However, in scenarios involving compromised admin credentials, insider threats, or multi-tenant environments where admin privileges may be delegated, this vulnerability poses significant risk to the confidentiality, integrity, and availability of the underlying system.

Root Cause

The root cause lies in the improper handling of user-supplied input within the template path construction logic. The application does not normalize paths or filter out directory traversal sequences before using the name and scope parameters to build file system paths. This missing input validation allows attackers to craft malicious payloads that reference files outside the intended template directory.

Attack Vector

The attack vector is network-based and requires authentication with administrative privileges. An attacker with admin access can craft malicious HTTP requests to the template management endpoints, supplying path traversal sequences in the name or scope parameters. The affected file operations are constrained to files matching the body.tpl or subject.tpl naming pattern, but within those constraints, the attacker can:

  • Read sensitive template files from arbitrary locations
  • Create new template files in unauthorized directories
  • Overwrite existing template files, potentially injecting malicious content
  • Delete critical template files, causing denial of service or application malfunction

The exploitation does not require user interaction and can be performed with low attack complexity once administrative access is obtained.

Detection Methods for CVE-2026-33733

Indicators of Compromise

  • Unusual HTTP requests to template management endpoints containing ../ sequences in parameters
  • Unexpected file access or modification activity in directories outside the EspoCRM template folder
  • Web server logs showing requests with path traversal patterns targeting /admin/ or template-related endpoints
  • Creation or modification of body.tpl or subject.tpl files in non-standard locations

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns (../, ..\, URL-encoded variants) in HTTP request parameters
  • Configure intrusion detection systems (IDS) to alert on suspicious file system access patterns from the web application process
  • Enable detailed logging for template management operations and monitor for unusual name or scope parameter values
  • Perform regular file integrity monitoring on critical system directories to detect unauthorized modifications

Monitoring Recommendations

  • Monitor authentication logs for admin account activity, particularly from unusual IP addresses or at unusual times
  • Set up alerts for file operations outside expected template directories performed by the web server process
  • Review admin activity logs for bulk or automated template management operations that could indicate exploitation attempts
  • Implement anomaly detection for API endpoint usage patterns to identify potential automated attacks

How to Mitigate CVE-2026-33733

Immediate Actions Required

  • Upgrade EspoCRM to version 9.3.4 or later immediately
  • Audit admin account access and revoke unnecessary administrative privileges
  • Review recent admin activity logs for signs of exploitation
  • Implement network segmentation to limit exposure of the EspoCRM administrative interface

Patch Information

EspoCRM version 9.3.4 addresses this vulnerability by implementing proper path normalization and traversal filtering for the name and scope parameters in template management endpoints. Organizations should upgrade to this version or later to remediate the vulnerability. For detailed information about the fix, refer to the GitHub Security Advisory.

Workarounds

  • Restrict access to the EspoCRM administrative interface to trusted networks only using firewall rules or VPN requirements
  • Implement additional authentication controls such as multi-factor authentication for admin accounts
  • Deploy a web application firewall (WAF) configured to block path traversal patterns in HTTP requests
  • Consider disabling or restricting template management functionality until patching is complete if operationally feasible
bash
# Example: Restrict admin panel access at the web server level (Apache)
<Location /admin>
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</Location>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechEspocrm

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-23
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33656: EspoCRM Path Traversal Vulnerability

  • CVE-2026-33534: EspoCRM SSRF Vulnerability

  • CVE-2026-33659: EspoCRM SSRF Vulnerability via DNS Rebinding

  • CVE-2026-33740: EspoCRM Auth Bypass 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