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

CVE-2026-6553: TYPO3 CMS Information Disclosure Flaw

CVE-2026-6553 is an information disclosure vulnerability in TYPO3 CMS 14.2.0 where backend user passwords are stored in cleartext. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-6553 Overview

CVE-2026-6553 is a Sensitive Data Exposure vulnerability in TYPO3 CMS version 14.2.0. When backend users change their passwords via the user settings module, the cleartext password is incorrectly stored in the uc and user_settings fields of the be_users database table. This represents a critical violation of password security best practices, as passwords should only be stored in hashed form.

Critical Impact

Backend user passwords are stored in cleartext within the database, enabling attackers with database access to harvest credentials for privilege escalation, lateral movement, and account takeover attacks.

Affected Products

  • TYPO3 CMS version 14.2.0

Discovery Timeline

  • 2026-04-21 - CVE CVE-2026-6553 published to NVD
  • 2026-04-21 - Last updated in NVD database

Technical Details for CVE-2026-6553

Vulnerability Analysis

This vulnerability is classified under CWE-312 (Cleartext Storage of Sensitive Information). The flaw occurs in the backend user settings module of TYPO3 CMS when processing password change requests. Instead of properly sanitizing the password data before serialization, the plaintext password value is inadvertently stored in the serialized user settings data structure.

The vulnerability is network-accessible and requires some user interaction to trigger (a backend user must change their password through the settings module). Once exploited, attackers who gain access to the database—whether through SQL injection, backup theft, or compromised database credentials—can extract plaintext passwords for all affected backend users.

Root Cause

The root cause lies in the UserSettingsDatabaseEditRow form data provider and the UserSettingsSchema class, which failed to exclude password fields from the serialized user settings data. When user settings are persisted to the database, password values were being included in the serialized data without proper filtering or sanitization.

Attack Vector

An attacker can exploit this vulnerability through the following attack chain:

  1. Database Access Acquisition: The attacker first gains access to the TYPO3 database through various means such as SQL injection in another component, compromised database credentials, access to database backups, or insider access
  2. Credential Extraction: Query the be_users table to extract the uc and user_settings fields containing serialized data with cleartext passwords
  3. Credential Abuse: Use harvested credentials for account takeover, privilege escalation, or credential stuffing attacks against other systems where users may have reused passwords
php
// Security patch in UserSettingsDatabaseEditRow.php
// Source: https://github.com/TYPO3/typo3/commit/9a6e913f70767f63b322ae3e2d2f4e302624c291
  */
 readonly class UserSettingsDatabaseEditRow implements FormDataProviderInterface
 {
+    public function __construct(private UserSettingsSchema $userSettingsSchema) {}
+
     public function addData(array $result): array
     {
         if ($result['command'] !== 'edit' || $result['tableName'] !== 'be_users_settings') {

The patch introduces dependency injection for the UserSettingsSchema class, enabling proper filtering of sensitive password data before serialization.

Detection Methods for CVE-2026-6553

Indicators of Compromise

  • Unexplained queries against the be_users table targeting uc or user_settings columns
  • Database exports or backups accessed by unauthorized users
  • Evidence of SQL injection attempts targeting TYPO3 installations
  • Multiple failed login attempts followed by successful authentication using harvested credentials

Detection Strategies

  • Implement database activity monitoring (DAM) to detect unusual SELECT queries on the be_users table
  • Review database access logs for unauthorized connections or bulk data extraction
  • Deploy intrusion detection signatures for SQL injection patterns targeting TYPO3
  • Audit web application firewall (WAF) logs for suspicious POST requests to backend user settings endpoints

Monitoring Recommendations

  • Enable query logging on the database server and monitor for access to sensitive tables
  • Configure alerts for database backup operations performed outside of scheduled windows
  • Monitor for unusual backend authentication patterns that may indicate credential abuse
  • Implement file integrity monitoring on TYPO3 core files to detect unauthorized modifications

How to Mitigate CVE-2026-6553

Immediate Actions Required

  • Update TYPO3 CMS to the patched version immediately
  • Force password resets for all backend users after applying the patch
  • Audit the be_users table for existing cleartext passwords in the uc and user_settings fields
  • Review database access logs for any indication of unauthorized data access
  • Rotate any credentials that may have been exposed

Patch Information

The vulnerability has been addressed by TYPO3 in commit 9a6e913f70767f63b322ae3e2d2f4e302624c291. The fix modifies the UserSettingsDatabaseEditRow class to properly filter password fields from serialized user settings data before database storage. For detailed patch information, refer to the TYPO3 Security Advisory SA-2026-005 and the GitHub commit.

Workarounds

  • Restrict database access to only essential personnel and applications pending the patch
  • Implement network segmentation to limit database server exposure
  • Enable database encryption at rest to protect stored data
  • Configure database user permissions to use read-only accounts where possible
  • Consider temporarily disabling the backend user settings password change functionality until patched
bash
# Configuration example: Restrict database access
# MySQL - Grant minimal permissions to TYPO3 application user
REVOKE ALL PRIVILEGES ON typo3_db.* FROM 'typo3_app'@'localhost';
GRANT SELECT, INSERT, UPDATE, DELETE ON typo3_db.* TO 'typo3_app'@'localhost';
# Ensure direct SELECT on be_users is logged
SET GLOBAL general_log = 'ON';

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechTypo3

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:N/VA:N/SC:H/SI:H/SA:H/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-312
  • Technical References
  • GitHub Commit for TYPO3

  • TYPO3 Security Advisory SA-2026-005
  • Related CVEs
  • CVE-2026-0895: TYPO3 Insecure Deserialization Vulnerability

  • CVE-2025-59022: TYPO3 CMS Privilege Escalation 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