CVE-2026-1323: CWE-502 Deserialization of Untrusted Data in TYPO3 Extension "Mailqueue"
CVE-2026-1323 is a medium-severity vulnerability in the TYPO3 CMS extension "Mailqueue" affecting versions up to 0. 5. 0. It arises from improper handling of deserialization of untrusted data, specifically failing to restrict allowed classes when deserializing transport failure metadata. Exploitation requires an attacker to have write access to the directory specified by the TYPO3 configuration variable $GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_spool_filepath']. Successful exploitation could lead to execution of malicious serialized code, potentially compromising system integrity and confidentiality. No public exploits are currently known. The vulnerability has a CVSS 4. 0 base score of 5. 2, reflecting limited attack vector and privileges required.
AI Analysis
Technical Summary
CVE-2026-1323 is a vulnerability classified under CWE-502 (Deserialization of Untrusted Data) found in the TYPO3 CMS extension "Mailqueue". The issue stems from the extension's failure to properly define a whitelist of allowed classes during the deserialization process of transport failure metadata. Deserialization is the process of converting serialized data back into objects; if untrusted data is deserialized without strict controls, it can lead to arbitrary code execution. In this case, an attacker who can write to the directory configured at $GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_spool_filepath'] can place crafted serialized payloads that, when deserialized by the extension, execute malicious code. The vulnerability affects versions 0 through 0.5.0 of the Mailqueue extension. The CVSS 4.0 vector indicates a local attack vector (AV:L), low attack complexity (AC:L), partial privileges required (PR:L), no user interaction (UI:N), and partial impact on integrity and availability, with high scope and security requirements. No public exploits are known, and no patches have been linked yet. This vulnerability highlights the risks of insecure deserialization in web applications, especially when combined with improper file system permissions.
Potential Impact
If exploited, this vulnerability could allow an attacker with write access to the specified spool directory to execute arbitrary code within the context of the TYPO3 application. This can lead to unauthorized modification or deletion of data, disruption of mail queue processing, and potential further compromise of the hosting server. The impact on confidentiality, integrity, and availability is moderate given the requirement for local write access and partial privileges. However, in environments where the spool directory is writable by untrusted users or processes, the risk escalates significantly. Organizations relying on TYPO3 with the Mailqueue extension may face service disruptions, data integrity issues, and potential lateral movement within their networks if exploited. The absence of known exploits reduces immediate risk, but the vulnerability remains a concern for targeted attacks or insider threats.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first ensure that the directory configured at $GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_spool_filepath'] has strict write permissions, limiting access only to trusted system users and processes. Administrators should audit file system permissions to prevent unauthorized write access. Until a patch is available, consider disabling or removing the Mailqueue extension if it is not critical to operations. Implement application-level monitoring and logging to detect unusual file writes or deserialization activities in the spool directory. Additionally, review and harden TYPO3 configuration settings related to mail transport and serialization. When patches or updates addressing this vulnerability are released, apply them promptly. Employ defense-in-depth strategies such as web application firewalls (WAFs) to detect and block suspicious payloads targeting deserialization flaws. Finally, educate developers and administrators about secure deserialization practices and the risks of untrusted data processing.
Affected Countries
Germany, United States, United Kingdom, France, Netherlands, Australia, Canada, Switzerland, Sweden, Belgium
CVE-2026-1323: CWE-502 Deserialization of Untrusted Data in TYPO3 Extension "Mailqueue"
Description
CVE-2026-1323 is a medium-severity vulnerability in the TYPO3 CMS extension "Mailqueue" affecting versions up to 0. 5. 0. It arises from improper handling of deserialization of untrusted data, specifically failing to restrict allowed classes when deserializing transport failure metadata. Exploitation requires an attacker to have write access to the directory specified by the TYPO3 configuration variable $GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_spool_filepath']. Successful exploitation could lead to execution of malicious serialized code, potentially compromising system integrity and confidentiality. No public exploits are currently known. The vulnerability has a CVSS 4. 0 base score of 5. 2, reflecting limited attack vector and privileges required.
AI-Powered Analysis
Technical Analysis
CVE-2026-1323 is a vulnerability classified under CWE-502 (Deserialization of Untrusted Data) found in the TYPO3 CMS extension "Mailqueue". The issue stems from the extension's failure to properly define a whitelist of allowed classes during the deserialization process of transport failure metadata. Deserialization is the process of converting serialized data back into objects; if untrusted data is deserialized without strict controls, it can lead to arbitrary code execution. In this case, an attacker who can write to the directory configured at $GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_spool_filepath'] can place crafted serialized payloads that, when deserialized by the extension, execute malicious code. The vulnerability affects versions 0 through 0.5.0 of the Mailqueue extension. The CVSS 4.0 vector indicates a local attack vector (AV:L), low attack complexity (AC:L), partial privileges required (PR:L), no user interaction (UI:N), and partial impact on integrity and availability, with high scope and security requirements. No public exploits are known, and no patches have been linked yet. This vulnerability highlights the risks of insecure deserialization in web applications, especially when combined with improper file system permissions.
Potential Impact
If exploited, this vulnerability could allow an attacker with write access to the specified spool directory to execute arbitrary code within the context of the TYPO3 application. This can lead to unauthorized modification or deletion of data, disruption of mail queue processing, and potential further compromise of the hosting server. The impact on confidentiality, integrity, and availability is moderate given the requirement for local write access and partial privileges. However, in environments where the spool directory is writable by untrusted users or processes, the risk escalates significantly. Organizations relying on TYPO3 with the Mailqueue extension may face service disruptions, data integrity issues, and potential lateral movement within their networks if exploited. The absence of known exploits reduces immediate risk, but the vulnerability remains a concern for targeted attacks or insider threats.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first ensure that the directory configured at $GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_spool_filepath'] has strict write permissions, limiting access only to trusted system users and processes. Administrators should audit file system permissions to prevent unauthorized write access. Until a patch is available, consider disabling or removing the Mailqueue extension if it is not critical to operations. Implement application-level monitoring and logging to detect unusual file writes or deserialization activities in the spool directory. Additionally, review and harden TYPO3 configuration settings related to mail transport and serialization. When patches or updates addressing this vulnerability are released, apply them promptly. Employ defense-in-depth strategies such as web application firewalls (WAFs) to detect and block suspicious payloads targeting deserialization flaws. Finally, educate developers and administrators about secure deserialization practices and the risks of untrusted data processing.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- TYPO3
- Date Reserved
- 2026-01-22T06:39:32.852Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69b917ad771bdb17498cd9d7
Added to database: 3/17/2026, 8:58:21 AM
Last enriched: 3/17/2026, 9:13:11 AM
Last updated: 3/17/2026, 10:09:43 AM
Views: 4
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.