A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-49738

CVE-2026-49738: TYPO3 CMS Path Traversal Vulnerability

CVE-2026-49738 is a path traversal flaw in TYPO3 CMS that allows administrators to bypass path checks and access directories outside the project root. This article covers technical details, affected versions, impact, and mitigation.

Published: June 11, 2026

CVE-2026-49738 Overview

CVE-2026-49738 is a path traversal vulnerability [CWE-22] in TYPO3 CMS. The GeneralUtility::isAllowedAbsPath() function performed a plain string prefix comparison without requiring a directory separator boundary. A path such as /var/www/html-other/secret.yaml was incorrectly accepted as valid when the project root was /var/www/html. Administrator users with access to the File Abstraction Layer (FAL) could create file storage definitions pointing to directories outside the project root, bypassing the intended path check. The flaw affects TYPO3 CMS versions before 10.4.57, 11.0.0–11.5.51, 12.0.0–12.4.46, 13.0.0–13.4.31, and 14.0.0–14.3.3.

Critical Impact

Authenticated administrators can bypass project root path restrictions and define file storage on directories outside the intended sandbox, leading to limited information disclosure or unintended file access.

Affected Products

  • TYPO3 CMS versions before 10.4.57
  • TYPO3 CMS 11.0.0 through 11.5.51, 12.0.0 through 12.4.46
  • TYPO3 CMS 13.0.0 through 13.4.31, and 14.0.0 through 14.3.3

Discovery Timeline

  • 2026-06-09 - CVE-2026-49738 published to NVD
  • 2026-06-09 - Last updated in NVD database

Technical Details for CVE-2026-49738

Vulnerability Analysis

The vulnerability resides in typo3/sysext/core/Classes/Utility/GeneralUtility.php, specifically in the isAllowedAbsPath() method. This method validates whether a given absolute path is permitted by checking that the path begins with the configured project or public path. The check used str_starts_with($path, Environment::getProjectPath()) without appending a trailing directory separator. As a result, any path that shared a common prefix with the project root, but resided in a sibling directory, was accepted as allowed.

When an administrator user with File Abstraction Layer access created a new file storage, the storage configuration accepted paths outside the project root. The backend treated the sibling directory as a valid storage location, granting read or write access to files that should have been outside the application boundary.

Root Cause

The root cause is improper path boundary validation. A prefix comparison without enforcing a directory separator at the boundary allows directory names that share a leading substring with the legitimate root (for example, html and html-other) to be confused. The function also did not normalize trailing separators before comparison.

Attack Vector

Exploitation requires high privileges. An authenticated administrator with access to manage file storages in the TYPO3 backend must configure a storage definition pointing to a sibling directory whose name extends the project root prefix. No user interaction is required beyond the administrator's own actions. The impact is limited to information exposure and unintended file operations within reachable sibling directories.

php
// Vulnerable code (before patch)
if (substr($path, 0, 6) === 'vfs://') {
    return true;
}
return PathUtility::isAbsolutePath($path) && static::validPathStr($path)
    && (
        str_starts_with($path, Environment::getProjectPath())
        || str_starts_with($path, Environment::getPublicPath())
        || PathUtility::isAllowedAdditionalPath($path)
    );

// Patched code
if (substr($path, 0, 6) === 'vfs://') {
    return true;
}
$path = PathUtility::sanitizeTrailingSeparator($path);
return PathUtility::isAbsolutePath($path) && static::validPathStr($path)
    && (
        str_starts_with($path, Environment::getProjectPath() . '/')
        || str_starts_with($path, Environment::getPublicPath() . '/')
        || PathUtility::isAllowedAdditionalPath($path)
    );

Source: TYPO3 GitHub commit 150a983a

Detection Methods for CVE-2026-49738

Indicators of Compromise

  • New file storage entries in the sys_file_storage table referencing absolute paths outside the documented project root.
  • File storage configurations whose base path shares a leading substring with the project path but resolves to a sibling directory (for example, /var/www/html-other/).
  • Backend audit log entries showing administrator creation or modification of file storage definitions during the exposure window.

Detection Strategies

  • Audit sys_file_storage records and verify that each configured base path resides strictly within Environment::getProjectPath() followed by a directory separator.
  • Review backend user activity logs for tx_belog events related to sys_file_storage insert and update actions performed by administrator accounts.
  • Compare currently running TYPO3 core version against fixed releases listed in the TYPO3 advisory.

Monitoring Recommendations

  • Monitor filesystem access from the PHP-FPM or web server process to directories sibling to the TYPO3 document root.
  • Alert on creation of new file mounts or storages by backend administrators outside maintenance windows.
  • Track changes to TYPO3 core files and configuration through file integrity monitoring.

How to Mitigate CVE-2026-49738

Immediate Actions Required

  • Upgrade TYPO3 CMS to a fixed release: 10.4.57, 11.5.52, 12.4.47, 13.4.32, or 14.3.4 or later.
  • Review and remove any unauthorized sys_file_storage entries whose base path lies outside the project root.
  • Restrict the number of accounts with administrator-level access to the File Abstraction Layer.

Patch Information

The fix appends a trailing / to Environment::getProjectPath() and Environment::getPublicPath() before the prefix comparison and applies PathUtility::sanitizeTrailingSeparator() to the input path. See the TYPO3 Security Advisory TYPO3-CORE-SA-2026-016 and the corresponding commits 150a983a and 44c2fa98.

Workarounds

  • Limit administrator backend accounts to trusted personnel only until patching is complete.
  • Place the TYPO3 project root in a directory whose name has no sibling directories sharing a common prefix.
  • Configure filesystem permissions so the web server user cannot read sibling directories adjacent to the project root.
bash
# Verify installed TYPO3 core version after patching
composer show typo3/cms-core | grep versions

# Audit configured file storages for paths outside the project root
mysql -e "SELECT uid, name, configuration FROM sys_file_storage;" typo3_db

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechTypo3

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • TYPO3 Security Advisory
  • Related CVEs
  • CVE-2026-49742: TYPO3 CMS Path Traversal Vulnerability

  • CVE-2026-47345: typo3/html-sanitizer XSS Vulnerability

  • CVE-2026-47344: TYPO3 HTML Sanitizer XSS Vulnerability

  • CVE-2026-49741: TYPO3 CMS Auth Bypass 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