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-2025-59022

CVE-2025-59022: TYPO3 CMS Privilege Escalation Vulnerability

CVE-2025-59022 is a privilege escalation vulnerability in TYPO3 CMS that allows backend users with recycler access to delete arbitrary database data. This post covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-59022 Overview

CVE-2025-59022 is a Missing Authorization vulnerability (CWE-862) affecting multiple versions of TYPO3 CMS. Backend users who had access to the recycler module could delete arbitrary data from any database table defined in the Table Configuration Array (TCA) - regardless of whether they had permission to that particular table. This vulnerability allows attackers to purge and destroy critical site data, effectively rendering the website unavailable.

Critical Impact

Authenticated attackers with recycler module access can delete arbitrary data from any TCA-defined database table, potentially causing complete data loss and website unavailability.

Affected Products

  • TYPO3 CMS versions 10.0.0 through 10.4.54
  • TYPO3 CMS versions 11.0.0 through 11.5.48
  • TYPO3 CMS versions 12.0.0 through 12.4.40
  • TYPO3 CMS versions 13.0.0 through 13.4.22
  • TYPO3 CMS versions 14.0.0 through 14.0.1

Discovery Timeline

  • 2026-01-13 - CVE-2025-59022 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-59022

Vulnerability Analysis

This vulnerability stems from a missing authorization check in the TYPO3 CMS recycler module. The recycler module is a backend utility designed to manage deleted records, allowing administrators to permanently remove or restore data. However, the implementation fails to properly verify whether the authenticated user has appropriate permissions for the specific database tables being manipulated.

The core issue is that the recycler module operates with elevated privileges when executing deletion operations against TCA-defined tables. While TYPO3's access control system normally restricts users to specific tables and fields based on their group permissions, the recycler module bypasses these restrictions. This means a user only needs access to the recycler module itself—not to the underlying data tables—to perform destructive operations.

The impact is severe: an attacker can systematically delete critical content including pages, content elements, user records, and system configuration data. This can result in complete website unavailability and significant data loss that may be difficult or impossible to recover without proper backups.

Root Cause

The root cause is CWE-862: Missing Authorization. The recycler module does not perform adequate authorization checks before allowing deletion operations on TCA-defined database tables. Instead of validating that the current backend user has explicit permissions to modify records in the target table, the module only checks for recycler module access rights, creating an authorization bypass.

Attack Vector

The attack requires network access and a valid backend user account with recycler module permissions. An attacker can exploit this vulnerability through the following mechanism:

  1. Authenticate to the TYPO3 backend with a user account that has recycler module access
  2. Access the recycler module interface
  3. Target database tables that the user would not normally have permission to modify
  4. Execute deletion operations against arbitrary records in those tables

The deletion operation is processed without validating table-level permissions, allowing the attacker to purge data from protected tables such as be_users, pages, tt_content, and other critical system tables.

Detection Methods for CVE-2025-59022

Indicators of Compromise

  • Unexpected or unauthorized deletions in the TYPO3 database recycler logs
  • Missing critical records from TCA-defined tables without corresponding authorized admin actions
  • Backend user activity logs showing recycler module access by users who should not have data deletion capabilities
  • Sudden website unavailability correlated with backend user sessions

Detection Strategies

  • Monitor TYPO3 backend logs for recycler module operations performed by non-administrative users
  • Implement database audit logging to track DELETE operations on critical tables
  • Review backend user group permissions and identify accounts with recycler module access but limited table permissions
  • Correlate recycler module activity with expected administrative maintenance windows

Monitoring Recommendations

  • Enable and regularly review TYPO3 system logs for unusual backend activity patterns
  • Configure alerts for bulk deletion operations in the recycler module
  • Implement database-level auditing for critical TYPO3 tables (be_users, pages, tt_content, sys_*)
  • Establish baseline metrics for normal recycler module usage to detect anomalies

How to Mitigate CVE-2025-59022

Immediate Actions Required

  • Upgrade TYPO3 CMS to a patched version immediately
  • Temporarily restrict recycler module access to only trusted administrator accounts
  • Review and audit which backend users currently have recycler module permissions
  • Ensure current database backups are available and verified for integrity

Patch Information

TYPO3 has released security patches addressing this vulnerability. Apply the appropriate update based on your installed version:

  • For TYPO3 10.x: Update to version 10.4.55 or later
  • For TYPO3 11.x: Update to version 11.5.49 or later
  • For TYPO3 12.x: Update to version 12.4.41 or later
  • For TYPO3 13.x: Update to version 13.4.23 or later
  • For TYPO3 14.x: Update to version 14.0.2 or later

Refer to the TYPO3 Security Advisory for official guidance. The security fixes are implemented in the following commits:

  • Commit 336d6f1
  • Commit a6604db
  • Commit efb9528

Workarounds

  • Remove recycler module access from all non-essential backend user groups until patching is complete
  • Implement network-level restrictions to limit backend access to trusted IP addresses
  • Configure Web Application Firewall (WAF) rules to monitor and block suspicious recycler module requests
  • Enable detailed logging for all backend module access to support incident investigation
bash
# Example: Review and restrict backend user groups with recycler access
# In TYPO3 Backend: System > Backend Users > Backend User Groups
# Locate groups with 'recycler' module access and remove permission
# Or restrict to only the admin group until the patch is applied

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechTypo3

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.04%

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

  • GitHub Commit Update

  • GitHub Commit Update

  • TYPO3 Security Advisory
  • Related CVEs
  • CVE-2026-6553: TYPO3 CMS Information Disclosure Flaw

  • CVE-2026-0895: TYPO3 Insecure Deserialization Vulnerability

  • CVE-2026-0859: TYPO3 CMS RCE Vulnerability

  • CVE-2025-59020: TYPO3 CMS 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