The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-59021

CVE-2025-59021: TYPO3 CMS Auth Bypass Vulnerability

CVE-2025-59021 is an authorization bypass flaw in TYPO3 CMS that allows backend users to manipulate redirect records without proper restrictions, enabling phishing attacks. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-59021 Overview

A missing authorization vulnerability has been identified in the TYPO3 CMS redirects module that allows backend users with access to the redirects module and write permission on the sys_redirect table to read, create, and modify any redirect record without restriction to the user's own file-mounts or web-mounts. This broken access control flaw enables attackers to insert or alter redirects pointing to arbitrary URLs, facilitating phishing campaigns or other malicious redirect attacks.

Critical Impact

Authenticated backend users can manipulate redirect configurations across the entire TYPO3 installation, potentially redirecting legitimate traffic to malicious destinations for phishing or malware distribution.

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-59021 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-59021

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization). The TYPO3 CMS redirects module failed to enforce proper access control checks when backend users interacted with the sys_redirect database table. Under normal operating conditions, TYPO3 backend users should only be able to manage redirects that fall within their assigned file-mounts and web-mounts, which are configured by administrators to limit each user's scope of access. However, due to the missing authorization checks, any authenticated backend user with module access could bypass these restrictions entirely.

The security impact extends beyond simple data access violations. By manipulating redirect records, an attacker could redirect visitors from legitimate internal pages to external phishing sites, effectively weaponizing the trusted TYPO3 installation against its own users. This is particularly dangerous in enterprise environments where multiple backend users with varying trust levels share the same TYPO3 instance.

Root Cause

The root cause of this vulnerability lies in the absence of permission guard mechanisms in the redirects module. The module did not properly validate whether a user had appropriate file-mount or web-mount permissions before allowing operations on redirect records. The security patches introduce a new RedirectPermissionGuard class that integrates with the BackendUserAuthentication system to verify user access rights before permitting any redirect operations.

Attack Vector

An attacker who has been granted legitimate backend access to TYPO3 (even with limited permissions) can exploit this vulnerability through the network. The attack requires:

  1. Valid backend user credentials with access to the redirects module
  2. Write permissions on the sys_redirect table

Once these prerequisites are met, the attacker can access the redirects module and modify any redirect record in the system, regardless of their configured mount restrictions. The low attack complexity means no special conditions or race windows need to be won for successful exploitation.

php
// Security patch introducing RedirectPermissionGuard (from TYPO3 commit)
<?php

declare(strict_types=1);

namespace TYPO3\CMS\Redirects\EventListener;

use TYPO3\CMS\Backend\Form\Event\ModifyEditFormUserAccessEvent;
use TYPO3\CMS\Core\Attribute\AsEventListener;
use TYPO3\CMS\Redirects\Security\RedirectPermissionGuard;

/**
 * @internal
 */
final readonly class RedirectEditPermissionGuard
{
    public function __construct(
        private RedirectPermissionGuard $redirectPermissionGuard,
    ) {}

Source: TYPO3 Security Commit

Detection Methods for CVE-2025-59021

Indicators of Compromise

  • Unexpected or unauthorized entries in the sys_redirect database table
  • Redirect records pointing to external domains not owned by the organization
  • Redirect modifications made by users who should not have access to those specific site sections
  • Audit log entries showing redirect module activity from users with limited mount permissions

Detection Strategies

  • Review TYPO3 backend user access logs for unusual redirect module activity
  • Implement database monitoring to detect changes to the sys_redirect table
  • Configure alerts for new redirects pointing to external or unfamiliar domains
  • Audit all redirect records periodically to identify unauthorized modifications

Monitoring Recommendations

  • Enable detailed logging for the TYPO3 redirects module
  • Monitor for bulk modifications to redirect records which may indicate exploitation
  • Implement change detection on the sys_redirect table with alerting capabilities
  • Review backend user permissions regularly to ensure principle of least privilege

How to Mitigate CVE-2025-59021

Immediate Actions Required

  • Update TYPO3 CMS to the latest patched version for your major release branch
  • Audit existing redirect records for any suspicious or unauthorized entries
  • Review and restrict backend user access to the redirects module where possible
  • Temporarily disable redirects module access for non-essential users until patches are applied

Patch Information

TYPO3 has released security patches addressing this vulnerability across all affected version branches. The patches introduce a new RedirectPermissionGuard class and SourceHostProvider that properly enforce file-mount and web-mount restrictions on redirect operations. For detailed patch information, refer to the TYPO3 Security Advisory and the related commits:

  • Commit 8a46abd
  • Commit bac370d
  • Commit fbbae3b

Workarounds

  • Remove write permissions on the sys_redirect table for non-administrative backend users
  • Disable access to the redirects module entirely for users who do not require it
  • Implement database-level access controls to restrict modifications to the sys_redirect table
  • Deploy a Web Application Firewall (WAF) rule to monitor and log redirect module interactions
bash
# Review current redirect records for suspicious entries
mysql -u typo3user -p typo3_database -e "SELECT uid, source_host, source_path, target, updatedon FROM sys_redirect ORDER BY updatedon DESC LIMIT 50;"

# Identify redirects pointing to external domains
mysql -u typo3user -p typo3_database -e "SELECT * FROM sys_redirect WHERE target LIKE 'http%' AND target NOT LIKE 'https://yourdomain.com%';"

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 Cms

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

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

  • TYPO3 Commit Update

  • TYPO3 Commit Update

  • TYPO3 Security Advisory
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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