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

CVE-2026-49741: TYPO3 CMS Auth Bypass Vulnerability

CVE-2026-49741 is an authentication bypass flaw in TYPO3 CMS that allows backend users to bypass Form Framework validation, enabling SQL injection and privilege escalation. This article covers technical details, affected versions, and mitigation.

Published: June 11, 2026

CVE-2026-49741 Overview

CVE-2026-49741 is a high-severity vulnerability in TYPO3 CMS affecting versions 14.0.0 through 14.3.3. Backend users with write access to the form_definition database table can directly create, update, or delete form definition records via DataHandler. This bypasses the Form Framework's persistence validation and permission checks. The flaw allows injecting arbitrary form configurations, re-enabling attack vectors originally addressed in TYPO3-CORE-SA-2018-003, including SQL injection [CWE-89] and privilege escalation.

Critical Impact

Authenticated backend users can inject arbitrary form configurations to achieve SQL injection and privilege escalation against the TYPO3 backend.

Affected Products

  • TYPO3 CMS 14.0.0
  • TYPO3 CMS 14.x through 14.3.3
  • TYPO3 Form Framework system extension (typo3/cms-form)

Discovery Timeline

  • 2026-06-09 - CVE-2026-49741 published to NVD
  • 2026-06-09 - Last updated in NVD database
  • TYPO3-CORE-SA-2026-017 - TYPO3 security advisory published

Technical Details for CVE-2026-49741

Vulnerability Analysis

The TYPO3 Form Framework persists form configurations in the form_definition database table. The framework enforces validation and permission checks through a dedicated persistence layer when forms are created or modified through the Form Editor. The vulnerability allows backend users with table-level write permissions to manipulate form_definition records directly via DataHandler, the core TYPO3 record manipulation API.

Bypassing the persistence layer means form configurations are written without validation. An attacker can inject crafted YAML form definitions containing dangerous configuration directives. These directives re-enable attack vectors previously fixed in TYPO3-CORE-SA-2018-003, including arbitrary SQL queries through form finishers and privilege escalation through manipulated form processing logic.

Root Cause

The DataHandler write path for the form_definition table lacked a guard ensuring that mutations originate from the Form Framework's authorized persistence layer. The fix introduces a FormDefinitionPersistenceGuard and FormDefinitionPersistenceCommand that gate DataHandler operations against an explicit, framework-issued invocation context.

Attack Vector

The attack requires authenticated backend access with write permissions to the form_definition table. The attacker submits a DataHandler request targeting form_definition directly, supplying a malicious form configuration. Because the request bypasses the Form Framework, the persistence validation that normally rejects unsafe directives is never executed.

php
 use TYPO3\CMS\Core\Utility\GeneralUtility;
 use TYPO3\CMS\Form\Domain\DTO\FormData;
 use TYPO3\CMS\Form\Domain\DTO\SearchCriteria;
+use TYPO3\CMS\Form\Storage\Security\FormDefinitionPersistenceCommand;
+use TYPO3\CMS\Form\Storage\Security\FormDefinitionPersistenceGuard;
 
 /**
  * Repository class to fetch available form definitions.

Source: GitHub Commit c90493c

The second part of the patch adds a new hook class FormDefinitionDataHandlerHook that denies direct DataHandler writes unless the guard has granted a matching invocation:

php
+namespace TYPO3\CMS\Form\Hooks;
+
+use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
+use TYPO3\CMS\Core\DataHandling\DataHandler;
+use TYPO3\CMS\Core\SysLog\Action\Database as SystemLogDatabaseAction;
+use TYPO3\CMS\Core\SysLog\Error as SystemLogErrorClassification;
+use TYPO3\CMS\Core\Utility\MathUtility;
+use TYPO3\CMS\Form\Storage\Security\FormDefinitionPersistenceCommand;
+use TYPO3\CMS\Form\Storage\Security\FormDefinitionPersistenceGuard;
+
+/**
+ * Denies direct DataHandler write access to the form_definition table unless
+ * FormDefinitionPersistenceGuard has granted a matching invocation.
+ */

Source: GitHub Commit c90493c

Detection Methods for CVE-2026-49741

Indicators of Compromise

  • Unexpected tce_db requests targeting the form_definition table from backend user sessions that do not normally use the Form Editor.
  • New or modified rows in form_definition whose persistence_identifier or YAML payload contains references to finishers, validators, or database lookups not used by your forms.
  • Backend user accounts with non-administrative roles holding write permissions on the form_definition table.

Detection Strategies

  • Review TYPO3 system log (sys_log) entries for DataHandler actions on the tablename = form_definition with action = 1 (create) or action = 2 (update) outside of Form Editor workflows.
  • Audit be_groups and be_users for any group granting table modify rights to form_definition and remove them where not strictly required.
  • Diff stored form definitions against version-controlled originals to identify injected finishers or YAML directives.

Monitoring Recommendations

  • Enable verbose backend audit logging and forward TYPO3 sys_log entries to a centralized SIEM for correlation.
  • Alert on database errors from the TYPO3 connection user that resemble SQL syntax errors, which can indicate injection attempts via form finishers.
  • Monitor for outbound HTTP requests originating from the TYPO3 PHP-FPM workers to non-approved destinations following form submissions.

How to Mitigate CVE-2026-49741

Immediate Actions Required

  • Upgrade TYPO3 CMS to a fixed release of the 14.x branch as published in TYPO3-CORE-SA-2026-017.
  • Restrict backend group permissions so that only trusted administrator roles can modify the form_definition table.
  • Audit existing form definitions for unauthorized changes and restore from known-good backups where tampering is suspected.

Patch Information

The fix is delivered in TYPO3 commit c90493c13b633f328cf2c066182c90a1655ff0fc. It introduces FormDefinitionPersistenceGuard and FormDefinitionPersistenceCommand, plus the FormDefinitionDataHandlerHook that denies direct DataHandler write access to the form_definition table unless the guard has granted a matching invocation. See TYPO3 Security Advisory 2026-017 and the GitHub Commit Fix for details.

Workarounds

  • Remove table modify access to form_definition from all non-administrator backend user groups until the patch can be applied.
  • Disable the form system extension on installations that do not require the Form Framework.
  • Place the TYPO3 backend behind IP allow-listing or VPN to reduce exposure of authenticated attack surface.
bash
# Update TYPO3 to a patched 14.x release using Composer
composer require typo3/cms-form:"^14.3.4" --update-with-all-dependencies
vendor/bin/typo3 cache:flush
vendor/bin/typo3 database:updateschema

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechTypo3

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Commit Fix

  • TYPO3 Security Advisory 2018-003

  • TYPO3 Security Advisory 2026-017
  • Related CVEs
  • CVE-2026-47350: TYPO3 CMS Auth Bypass Vulnerability

  • CVE-2025-59020: TYPO3 CMS Auth Bypass Vulnerability

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

  • CVE-2026-47344: TYPO3 HTML Sanitizer XSS 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