Cyber Posture

CVE-2024-55924

High

Published: 14 January 2025

Published
14 January 2025
Modified
26 August 2025
KEV Added
Patch
CVSS Score 8.0 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0070 72.2th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-55924 is a high-severity CSRF (CWE-352) vulnerability in Typo3 Typo3. Its CVSS base score is 8.0 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Malicious Link (T1204.001); ranked in the top 27.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Malicious Link (T1204.001). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SC-23 requires mechanisms like CSRF tokens, nonces, or origin checks to protect session authenticity against forged requests in the TYPO3 backend UI deep links.

prevent

SI-10 mandates validation of information inputs, including HTTP methods and CSRF tokens, to block state-changing actions via unauthorized GET requests in the Scheduler Module.

prevent

CM-6 enforces secure configuration settings such as enabling security.backend.enforceReferrer and setting BE/cookieSameSite to strict to mitigate exploitation via misconfigured TYPO3 backend.

MITRE ATT&CK Enterprise TechniquesAI

T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Why these techniques?

CSRF enables actions via crafted malicious link clicked by authenticated victim (User Execution).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

NVD Description

TYPO3 is a free and open source Content Management Framework. A vulnerability has been identified in the backend user interface functionality involving deep links. Specifically, this functionality is susceptible to Cross-Site Request Forgery (CSRF). Additionally, state-changing actions in downstream components…

more

incorrectly accepted submissions via HTTP GET and did not enforce the appropriate HTTP method. Successful exploitation of this vulnerability requires the victim to have an active session on the backend user interface and to be deceived into interacting with a malicious URL targeting the backend, which can occur under the following conditions: The user opens a malicious link, such as one sent via email. The user visits a compromised or manipulated website while the following settings are misconfigured: 1. `security.backend.enforceReferrer` feature is disabled, 2. `BE/cookieSameSite` configuration is set to lax or none. The vulnerability in the affected downstream component “Scheduler Module” allows attackers to trigger pre-defined command classes - which can lead to unauthorized import or export of data in the worst case. Users are advised to update to TYPO3 versions 11.5.42 ELTS which fixes the problem described. There are no known workarounds for this vulnerability.

Deeper analysisAI

CVE-2024-55924 is a Cross-Site Request Forgery (CSRF) vulnerability in the backend user interface deep links of TYPO3, a free and open source Content Management Framework. Additionally, state-changing actions in downstream components, such as the Scheduler Module, incorrectly accept submissions via HTTP GET requests without enforcing the proper HTTP method. This issue is classified under CWE-352 (CSRF) and CWE-749 (Exposed Dangerous Method or Function), with a CVSS v3.1 base score of 8.0 (AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H).

Exploitation requires the victim to have an active session in the TYPO3 backend user interface and to be deceived into interacting with a malicious URL. This can occur if the user opens a malicious link, such as one sent via email, or visits a compromised or manipulated website while specific settings are misconfigured: the security.backend.enforceReferrer feature is disabled, and the BE/cookieSameSite configuration is set to lax or none. A successful attack allows triggering of pre-defined command classes in the Scheduler Module, potentially leading to unauthorized import or export of data.

The TYPO3 security advisories recommend updating to version 11.5.42 ELTS, which addresses the vulnerability. There are no known workarounds available.

Details

CWE(s)

Affected Products

typo3
typo3
11.0.0 — 11.5.42

CVEs Like This One

CVE-2024-55921Same product: Typo3 Typo3
CVE-2026-0859Same product: Typo3 Typo3
CVE-2025-59022Same product: Typo3 Typo3
CVE-2024-13250Same product class: CMS core
CVE-2024-13668Same product class: CMS core
CVE-2024-40748Same product class: CMS core
CVE-2025-28867Shared CWE-352
CVE-2026-40488Same product class: CMS core
CVE-2025-24416Same product class: CMS core
CVE-2026-21289Same product class: CMS core

References