CVE-2026-77139
Received Received - Intake

Path Traversal in Mask Module Template Handling

Vulnerability report for CVE-2026-77139, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: TYPO3

Description

The extension fails to validate a client-supplied template element key before using it to build file paths for saving and deleting Mask template files. An authenticated backend user with access to the Mask module can supply a key containing path traversal sequences to create or delete .html files outside the configured template directory.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-25
Generated
2026-08-25
AI Q&A
2026-08-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
typo3 mask to 8.3.12 (exc)
typo3 mask From 9.0.0 (inc) to 9.0.11 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Path Traversal issue in the Mask extension for TYPO3. It occurs because the extension does not properly validate a client-supplied template element key before using it to build file paths. An authenticated backend user with access to the Mask module can exploit this by providing a key containing path traversal sequences to create or delete .html files outside the intended template directory.

Detection Guidance

Check installed Mask extension versions with: composer show typo3/cms-mask or in TYPO3 backend under Extensions. Verify if your version is below 8.3.12 or 9.0.11. Inspect file system for unexpected .html files outside template directories.

Impact Analysis

An attacker with backend access could create or delete files outside the template directory, potentially leading to unauthorized file manipulation, data loss, or system compromise. This could disrupt services or allow further attacks if critical files are affected.

Compliance Impact

This vulnerability could lead to unauthorized file access or modification, which may violate data integrity and confidentiality requirements under GDPR or HIPAA. Compliance could be impacted if sensitive data is exposed or altered due to file manipulation.

Mitigation Strategies

Update the Mask extension to version 8.3.12 or 9.0.11 immediately. Remove unauthorized .html files outside template directories. Restrict backend user access to Mask module until update is applied.

Chat Assistant

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

EPSS Chart