CVE-2026-47349
Received Received - Intake
Authorization Bypass in TYPO3 CMS Recycler Module

Publication date: 2026-06-09

Last updated on: 2026-06-09

Assigner: TYPO3

Description
Backend users with access to the Recycler module were able to restore soft-deleted records on pages or for tables they were not authorized to modify. This issue 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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-09
Last Modified
2026-06-09
Generated
2026-06-09
AI Q&A
2026-06-09
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 10 associated CPEs
Vendor Product Version / Range
typo3 typo3 From 10.0.0 (inc) to 10.4.56 (inc)
typo3 typo3 From 11.0.0 (inc) to 11.5.50 (inc)
typo3 typo3 From 12.0.0 (inc) to 12.4.45 (inc)
typo3 typo3 From 13.0.0 (inc) to 13.4.30 (inc)
typo3 typo3 From 14.0.0 (inc) to 14.3.2 (inc)
typo3 typo3 10.4.57
typo3 typo3 11.5.51
typo3 typo3 12.4.46
typo3 typo3 13.4.31
typo3 typo3 14.3.3
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-47349 is a security vulnerability in the TYPO3 CMS Recycler module where backend users with access to the Recycler could restore soft-deleted records on pages or tables they were not authorized to modify.

The root cause was insufficient permission checks during the undelete (restore) operation. While TYPO3 validated permissions for deleting records, it did not properly verify permissions when restoring them.

This allowed users to potentially restore records they should not have access to, leading to unauthorized modifications.

The fix involved adding explicit permission checks to ensure users have write permissions for the table and insert permissions on the target page before allowing undelete operations.

Impact Analysis

This vulnerability can impact you by allowing backend users with Recycler access to restore soft-deleted records on pages or tables they are not authorized to modify.

Such unauthorized restoration can lead to unintended or malicious modifications of content or data within your TYPO3 CMS installation.

This could compromise data integrity and potentially expose sensitive information or disrupt normal operations.

Detection Guidance

This vulnerability involves insufficient permission checks when restoring soft-deleted records in the TYPO3 CMS Recycler module. Detection would involve verifying if backend users can restore records on pages or tables they are not authorized to modify.

Since the issue is related to permission checks in the DataHandler component's undeleteRecord method, detection can be done by reviewing user permissions and attempting to undelete records with a user account that should not have such permissions.

There are no specific network or system commands provided in the resources to detect this vulnerability automatically.

A practical approach is to test undelete operations in the TYPO3 backend with accounts having limited permissions to see if unauthorized restoration is possible.

Mitigation Strategies

The primary mitigation step is to update TYPO3 CMS to a fixed version that addresses this vulnerability.

  • Upgrade to TYPO3 CMS version 10.4.57 ELTS or later if using the 10.x branch.
  • Upgrade to TYPO3 CMS version 11.5.51 ELTS or later if using the 11.x branch.
  • Upgrade to TYPO3 CMS version 12.4.46 ELTS or later if using the 12.x branch.
  • Upgrade to TYPO3 CMS version 13.4.31 LTS or later if using the 13.x branch.
  • Upgrade to TYPO3 CMS version 14.3.3 LTS or later if using the 14.x branch.

Additionally, follow the TYPO3 Security Guide and subscribe to the typo3-announce mailing list for ongoing security updates.

Compliance Impact

The vulnerability allows backend users to restore soft-deleted records on pages or tables they are not authorized to modify, which constitutes a broken access control issue.

Such unauthorized restoration of records could lead to unauthorized data modifications and potential exposure of sensitive information, which may impact compliance with data protection regulations like GDPR and HIPAA that require strict access controls and data integrity.

By allowing users to bypass permission checks during record restoration, the vulnerability undermines the enforcement of access policies critical for regulatory compliance.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-47349. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart