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

CVE-2026-33656: EspoCRM Path Traversal Vulnerability

CVE-2026-33656 is a path traversal flaw in EspoCRM allowing authenticated admins to manipulate file paths and access arbitrary files. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 23, 2026

CVE-2026-33656 Overview

CVE-2026-33656 is a Path Traversal vulnerability in EspoCRM, an open source customer relationship management (CRM) application. The vulnerability exists in the built-in formula scripting engine which allows authenticated administrators to update an attachment's sourceId field. Because the sourceId value is concatenated directly into a file path without proper sanitization in EspoUploadDir::getFilePath(), an attacker with administrative privileges can redirect file read or write operations to arbitrary paths within the web server's open_basedir scope.

Critical Impact

Authenticated administrators can exploit the unsanitized sourceId field to perform arbitrary file read/write operations, potentially leading to remote code execution, sensitive data disclosure, or complete system compromise.

Affected Products

  • EspoCRM versions prior to 9.3.4

Discovery Timeline

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

Technical Details for CVE-2026-33656

Vulnerability Analysis

This Path Traversal vulnerability (CWE-22) stems from insufficient input validation in EspoCRM's formula scripting engine. The formula scripting feature allows administrators to update attachment entities, including the sourceId field. When this field is processed by EspoUploadDir::getFilePath(), it is directly concatenated into the file path without any sanitization or validation to prevent directory traversal sequences.

An attacker with administrative access can craft a malicious sourceId value containing path traversal sequences (such as ../) to escape the intended upload directory. This allows the attacker to:

  1. Read arbitrary files accessible within the PHP open_basedir configuration
  2. Write or overwrite files in locations outside the intended upload directory
  3. Potentially achieve remote code execution by writing malicious PHP files to web-accessible directories

The attack surface is limited to authenticated administrators, but the impact is severe as it can lead to complete compromise of the underlying server within the configured PHP restrictions.

Root Cause

The root cause is the absence of input sanitization on the sourceId field before it is used in file path construction within the EspoUploadDir::getFilePath() function. The function directly concatenates user-controlled input into the file path, allowing path traversal sequences to traverse outside the intended directory structure.

Attack Vector

The attack is conducted over the network by an authenticated administrator. The attacker uses EspoCRM's formula scripting functionality to modify the sourceId field on an Attachment entity with a crafted value containing directory traversal sequences. When the application subsequently performs file operations on this attachment, the malicious sourceId causes the operation to target an arbitrary path on the filesystem.

The exploitation mechanism involves leveraging the formula scripting engine's ability to update attachment records, injecting path traversal sequences into the sourceId field, and triggering file operations that use the manipulated path. While administrative privileges are required, this vulnerability can be chained with other vulnerabilities or exploited in scenarios involving compromised admin accounts, insider threats, or multi-tenant deployments where tenant administrators should not have filesystem access.

Detection Methods for CVE-2026-33656

Indicators of Compromise

  • Unexpected file modifications or creations outside the EspoCRM upload directory
  • Attachment records in the database with sourceId values containing path traversal sequences (../, ..\)
  • Web server access logs showing unusual file access patterns or errors related to path resolution
  • Audit logs indicating formula script executions that modify attachment sourceId fields

Detection Strategies

  • Monitor database queries for updates to the Attachment table's sourceId column with suspicious patterns
  • Implement file integrity monitoring (FIM) on web-accessible directories to detect unauthorized file writes
  • Review EspoCRM application logs for formula script executions targeting attachment entities
  • Deploy web application firewall (WAF) rules to detect path traversal patterns in API requests

Monitoring Recommendations

  • Enable detailed logging for administrative actions in EspoCRM
  • Configure alerting for file system changes outside expected upload directories
  • Monitor for PHP errors related to open_basedir restriction violations which may indicate attempted exploitation
  • Implement behavioral analysis for administrative accounts to detect anomalous formula scripting activity

How to Mitigate CVE-2026-33656

Immediate Actions Required

  • Upgrade EspoCRM to version 9.3.4 or later immediately
  • Review audit logs for any suspicious formula script executions targeting attachment entities
  • Verify file integrity of the EspoCRM installation and web server directories
  • Restrict administrative access to trusted personnel only

Patch Information

EspoCRM version 9.3.4 addresses this vulnerability by implementing proper input sanitization for the sourceId field. Organizations should upgrade to this version or later as the primary remediation measure. For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • If immediate patching is not possible, disable or restrict access to the formula scripting functionality
  • Implement additional PHP open_basedir restrictions to limit the scope of potential file access
  • Apply strict file system permissions to prevent the web server user from writing to sensitive directories
  • Deploy a web application firewall with rules to detect and block path traversal attempts in API requests
bash
# Example: Restrict PHP open_basedir in Apache configuration
# Add to VirtualHost or .htaccess for EspoCRM
php_admin_value open_basedir "/var/www/espocrm:/tmp"

# Verify current open_basedir setting
php -i | grep open_basedir

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

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33733: 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