CVE-2026-1323 in Mailqueue Extensioninfo

Summary

by MITRE • 03/17/2026

The extension fails to properly define allowed classes used when deserializing transport failure metadata. An attacker may exploit this to execute untrusted serialized code. Note that an active exploit requires write access to the directory configured at $GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_spool_filepath'].

Be aware that VulDB is the high quality source for vulnerability data.

Analysis

by VulDB Data Team • 03/22/2026

The vulnerability identified as CVE-2026-1323 resides within a TYPO3 extension that handles email transport spooling functionality. This issue stems from inadequate validation of class definitions during the deserialization process of transport failure metadata, creating a potential code execution vector that could be exploited by malicious actors. The flaw specifically affects how the system processes serialized data when handling email delivery failures, particularly within the spooling mechanism that stores failed email messages for later retry attempts.

The technical root cause of this vulnerability lies in the improper handling of PHP object deserialization within the TYPO3 mail transport system. When the system encounters failed email deliveries, it stores metadata about these failures in a spool directory. The extension fails to properly restrict which classes can be instantiated during the deserialization process, allowing an attacker to inject malicious serialized objects that contain references to arbitrary PHP classes. This represents a classic deserialization vulnerability that aligns with CWE-502, which specifically addresses "Deserialization of Untrusted Data" in software security contexts. The vulnerability creates a path for remote code execution through the manipulation of serialized data structures that are processed without adequate security controls.

The operational impact of this vulnerability is significant, though it requires specific preconditions for exploitation to occur. An attacker must first gain write access to the directory configured in $GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_spool_filepath'], which represents a critical prerequisite for successful exploitation. This requirement means that the vulnerability cannot be exploited remotely without prior compromise of system write permissions, but it does represent a privilege escalation path once an attacker has achieved the necessary access level. The vulnerability affects systems running vulnerable TYPO3 extensions and could potentially allow attackers to execute arbitrary code on the server, leading to full system compromise.

The security implications extend beyond immediate code execution capabilities as this vulnerability could enable attackers to establish persistent access, escalate privileges, or conduct further reconnaissance within the compromised environment. The attack surface is particularly concerning because email transport systems are often critical components of web applications, and compromise of these systems can lead to data exfiltration, spam relay capabilities, or further lateral movement within network infrastructure. Organizations should consider this vulnerability in the context of the MITRE ATT&CK framework, specifically under the T1059.007 technique for "Command and Scripting Interpreter: Python" and T1078.004 for "Valid Accounts: Cloud Accounts," as successful exploitation could provide attackers with elevated privileges and persistent access to the affected systems.

Mitigation strategies should focus on restricting write access to the transport spool directory and implementing proper class whitelisting during deserialization processes. System administrators should immediately update to patched versions of the affected TYPO3 extension and review directory permissions for the spool filepath configuration. Additionally, implementing proper input validation, using secure deserialization libraries, and monitoring for unauthorized file modifications in the spool directory can help prevent exploitation. Organizations should also consider implementing network segmentation and access controls to limit potential attack vectors and reduce the impact of successful exploitation attempts. The vulnerability demonstrates the importance of secure coding practices around deserialization and the critical need for proper access controls in web application environments.

Responsible

TYPO3

Reservation

01/22/2026

Disclosure

03/17/2026

Moderation

accepted

CPE

ready

EPSS

0.00135

KEV

no

Activities

very low

Sources

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!