Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:composer/typo3/cms-core@10.4.3
purl pkg:composer/typo3/cms-core@10.4.3
Next non-vulnerable version 12.4.41
Latest non-vulnerable version 14.0.2
Risk 4.0
Vulnerabilities affecting this package (51)
Vulnerability Summary Fixed by
VCID-1r9g-c5rn-ukgb
Aliases:
CVE-2025-47940
GHSA-6frx-j292-c844
TYPO3 Allows Privilege Escalation to System Maintainer ### Problem Administrator-level backend users without system maintainer privileges can escalate their privileges and gain system maintainer access. Exploiting this vulnerability requires a valid administrator account. ### Solution Update to TYPO3 versions 10.4.50 ELTS, 11.5.44 ELTS, 12.4.31 LTS, 13.4.12 LTS that fix the problem described. ### Credits Thanks to Alexander Künzl for reporting this issue, and to TYPO3 core & security team member Oliver Hader for fixing it.
10.4.50
Affected by 0 other vulnerabilities.
11.5.44
Affected by 0 other vulnerabilities.
12.4.31
Affected by 2 other vulnerabilities.
13.4.12
Affected by 2 other vulnerabilities.
VCID-1yxw-saf5-wue7
Aliases:
CVE-2022-36020
GHSA-47m6-46mj-p235
TYPO3 HTML Sanitizer Bypasses Cross-Site Scripting Protection > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:F/RL:O/RC:C` (5.7) ### Problem Due to a parsing issue in upstream package [`masterminds/html5`](https://packagist.org/packages/masterminds/html5), malicious markup used in a sequence with special HTML comments cannot be filtered and sanitized. This allows to by-pass the cross-site scripting mechanism of `typo3/html-sanitizer`. ### Solution Update to `typo3/html-sanitizer` versions 1.0.7 or 2.0.16 that fix the problem described. ### Credits Thanks to David Klein who reported this issue, and to TYPO3 security team member Oliver Hader who fixed the issue.
10.4.32
Affected by 22 other vulnerabilities.
11.5.16
Affected by 22 other vulnerabilities.
VCID-4jpa-6fqh-hbfg
Aliases:
CVE-2022-31048
GHSA-3r95-23jp-mhvg
Cross-Site Scripting in TYPO3's Form Framework > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N/E:F/RL:O/RC:C` (4.9) ### Problem It has been discovered that the Form Designer backend module of the Form Framework is vulnerable to cross-site scripting. A valid backend user account with access to the form module is needed to exploit this vulnerability. ### Solution Update to TYPO3 versions 8.7.47 ELTS, 9.5.35 ELTS, 10.4.29, 11.5.11 that fix the problem described above. ### Credits Thanks to Gabe Troyan who reported and fixed the issue. ### References * [TYPO3-CORE-SA-2022-003](https://typo3.org/security/advisory/typo3-core-sa-2022-003)
10.4.29
Affected by 28 other vulnerabilities.
11.5.11
Affected by 29 other vulnerabilities.
VCID-4t9s-p25a-cfas
Aliases:
CVE-2025-47939
GHSA-9hq9-cr36-4wpj
TYPO3 Allows Unrestricted File Upload in File Abstraction Layer ### Problem By design, the file management module in TYPO3’s backend user interface has historically allowed the upload of any file type, with the exception of those that are directly executable in a web server context. This lack of restriction means it is possible to upload files that may be considered potentially harmful, such as executable binaries (e.g., `.exe` files), or files with inconsistent file extensions and MIME types (for example, a file incorrectly named with a `.png` extension but actually carrying the MIME type `application/zip`). Although such files are not directly executable through the web server, their presence can introduce indirect risks. For example, third-party services such as antivirus scanners or malware detection systems might flag or block access to the website for end users if suspicious files are found. This could negatively affect the availability or reputation of the site. ### Solution Update to TYPO3 versions 9.5.51 ELTS, 10.4.50 ELTS, 11.5.44 ELTS, 12.4.31 LTS, 13.4.12 LTS that fix the problem described. > [!NOTE] > The mitigation strategies outlined below apply broadly to all file uploads handled through TYPO3's File Abstraction Layer (FAL), not just those performed via the backend interface. This means that any extension or custom integration leveraging FAL will also be subject to the new validation rules and configuration options. Developers are advised to review the implications for their code and refer to the [documentation of that change](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.4.x/Important-106240-EnforceFile-extensionsAndMime-typeConsistencyInFileAbstractionLayer.html) for guidance. > [!IMPORTANT] > > **Strong security defaults - Manual actions required** > > These versions introduce new configuration options to better control which files are permitted for upload and to improve consistency checks. > > A new configuration option, `$GLOBALS['TYPO3_CONF_VARS']['SYS']['miscfile_ext']`, has been added. This option allows administrators to explicitly define which file extensions should be permitted that are not already part of the built-in text or media file groups - examples include archive formats such as `zip` or `xz`. > > In addition, two new feature flags have been introduced to enhance security: > * `security.system.enforceAllowedFileExtensions`, enforces the defined list of allowed file extensions. This flag is enabled by default in new TYPO3 installations, but remains disabled in existing installations to prevent breaking changes. > * `security.system.enforceFileExtensionMimeTypeConsistency`, ensures that the uploaded file’s extension matches its actual MIME type, providing further validation of file integrity. This flag is active by default. > > It is recommended to configure the allowed file extensions via `$GLOBALS['TYPO3_CONF_VARS']['SYS']['miscfile_ext']` and to enable the feature flag `security.system.enforceAllowedFileExtensions` to enforce the restriction. ### Credits Thanks to Hamed Kohi for reporting this issue, and to TYPO3 core & security team member Oliver Hader for fixing it.
10.4.50
Affected by 0 other vulnerabilities.
11.5.44
Affected by 0 other vulnerabilities.
12.4.31
Affected by 2 other vulnerabilities.
13.4.12
Affected by 2 other vulnerabilities.
VCID-5jgb-dsyx-hyb4
Aliases:
CVE-2021-21338
GHSA-4jhw-2p6j-5wmp
Open Redirection in Login Handling ### Problem It has been discovered that Login Handling is susceptible to open redirection which allows attackers redirecting to arbitrary content, and conducting phishing attacks. No authentication is required in order to exploit this vulnerability. ### Solution Update to TYPO3 versions 6.2.57, 7.6.51, 8.7.40, 9.5.25, 10.4.14, 11.1.1 that fix the problem described. ### Credits Thanks to Alexander Kellner who reported this issue and to TYPO3 security team member Torben Hansen who fixed the issue. ### References * [TYPO3-CORE-SA-2021-001](https://typo3.org/security/advisory/typo3-core-sa-2021-001)
10.4.14
Affected by 38 other vulnerabilities.
11.1.1
Affected by 39 other vulnerabilities.
VCID-5paq-5frf-43ed
Aliases:
CVE-2022-36107
GHSA-9c6w-55cp-5w25
TYPO3 CMS Stored Cross-Site Scripting via FileDumpController > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N/E:F/RL:O/RC:C` (5.0) ### Problem It has been discovered that the `FileDumpController` (backend and frontend context) is vulnerable to cross-site scripting when malicious files are displayed using this component. A valid backend user account is needed to exploit this vulnerability. ### Solution Update to TYPO3 version 7.6.58 ELTS, 8.7.48 ELTS, 9.5.37 ELTS, 10.4.32 or 11.5.16 that fix the problem described above. ### Credits Thanks to Vautia who reported this issue and to TYPO3 core & security team member Oliver Hader who fixed the issue. ### References * [TYPO3-CORE-SA-2022-009](https://typo3.org/security/advisory/typo3-core-sa-2022-009) * [Vulnerability Report on huntr.dev](https://huntr.dev/bounties/51e9b709-193c-41fd-bd4a-833aaca0bd4e/) (embargoed +30 days)
10.4.32
Affected by 22 other vulnerabilities.
11.5.16
Affected by 22 other vulnerabilities.
VCID-65ue-7jd9-23gf
Aliases:
CVE-2025-47938
GHSA-3jrg-97f3-rqh9
TYPO3 Unverified Password Change for Backend Users ### Problem The backend user management interface allows password changes without requiring the current password. When an administrator updates their own account or modifies other user accounts via the admin interface, the current password is not requested for verification. This behavior may lower the protection against unauthorized access in scenarios where an admin session is hijacked or left unattended, as it enables password changes without additional authentication. ### Solution Update to TYPO3 versions 9.5.51 ELTS, 10.4.50 ELTS, 11.5.44 ELTS, 12.4.31 LTS, 13.4.12 LTS that fix the problem described. > [!NOTE] > In these versions, administrators are required to verify their identity through step-up authentication (also known as sudo mode) when changing backend user passwords. ### Credits Thanks to the National Cyber Security Center (NCSC) of Switzerland for reporting this issue, and to TYPO3 core & security team member Benjamin Franzke for fixing it.
10.4.50
Affected by 0 other vulnerabilities.
11.5.44
Affected by 0 other vulnerabilities.
12.4.31
Affected by 2 other vulnerabilities.
13.4.12
Affected by 2 other vulnerabilities.
VCID-6a9t-8dmn-s3bv
Aliases:
CVE-2021-32667
GHSA-8mq9-fqv8-59wf
Cross-site Scripting TYPO3 contains a cross-site scripting vulnerability. When _Page TSconfig_ settings are not properly encoded, corresponding page preview module (`_Web>View_`) is vulnerable to persistent cross-site scripting. A valid backend user account is needed to exploit this vulnerability. TYPO3 contain a patch for this issue.
10.4.18
Affected by 34 other vulnerabilities.
11.3.1
Affected by 36 other vulnerabilities.
VCID-8d2m-1ffv-jqe1
Aliases:
CVE-2024-34356
GHSA-v6mw-h7w6-59w3
TYPO3 vulnerable to Cross-Site Scripting in the Form Manager Module ### Problem The form manager backend module is vulnerable to cross-site scripting. Exploiting this vulnerability requires a valid backend user account with access to the form module. ### Solution Update to TYPO3 versions 9.5.48 ELTS, 10.4.45 ELTS, 11.5.37 LTS, 12.4.15 LTS, 13.1.1 that fix the problem described. ### Credits Thanks to TYPO3 core & security team member Benjamin Franzke who reported and fixed the issue. ### References * [TYPO3-CORE-SA-2024-008](https://typo3.org/security/advisory/typo3-core-sa-2024-008)
10.4.45
Affected by 0 other vulnerabilities.
11.5.37
Affected by 6 other vulnerabilities.
12.4.15
Affected by 7 other vulnerabilities.
13.1.1
Affected by 7 other vulnerabilities.
VCID-8sdd-b1bn-cuhx
Aliases:
CVE-2022-23502
GHSA-mgj2-q8wp-29rr
GMS-2022-8135
TYPO3 CMS vulnerable to Insufficient Session Expiration after Password Reset ### Problem When users reset their password using the corresponding password recovery functionality, existing sessions for that particular user account were not revoked. This applied to both frontend user sessions and backend user sessions. ### Solution Update to TYPO3 versions 10.4.33, 11.5.20, 12.1.1 that fix the problem described above. ### References * [TYPO3-CORE-SA-2022-014](https://typo3.org/security/advisory/typo3-core-sa-2022-014)
10.4.33
Affected by 17 other vulnerabilities.
11.5.20
Affected by 17 other vulnerabilities.
12.1.1
Affected by 18 other vulnerabilities.
VCID-a49c-fqrj-nbb3
Aliases:
CVE-2020-26228
GHSA-954j-f27r-cj52
Cleartext storage of session identifier User session identifiers were stored in cleartext - without processing of additional cryptographic hashing algorithms. This vulnerability cannot be exploited directly and occurs in combination with a chained attack - like for instance SQL injection in any other component of the system. ### Solution Update to TYPO3 versions 9.5.23 or 10.4.10 that fix the problem described. ### Credits Thanks to TYPO3 security team member Helmut Hummel who reported this issue and to TYPO3 core & security team members Benni Mack & Oliver Hader as well as TYPO3 contributor Markus Klein who fixed the issue.
10.4.10
Affected by 46 other vulnerabilities.
VCID-a89c-jvwa-6kh5
Aliases:
CVE-2021-21340
GHSA-fjh3-g8gq-9q92
Cross-Site Scripting in Content Preview ### Problem It has been discovered that database fields used as _descriptionColumn_ are vulnerable to cross-site scripting when their content gets previewed in the page module. A valid backend user account is needed to exploit this vulnerability. ### Solution Update to TYPO3 versions 10.4.14, 11.1.1 that fix the problem described. ### Credits Thanks to Richie Lee who reported this issue and to TYPO3 framework merger Andreas Fernandez who fixed the issue. ### References * [TYPO3-CORE-SA-2021-007](https://typo3.org/security/advisory/typo3-core-sa-2021-007)
10.4.14
Affected by 38 other vulnerabilities.
11.1.1
Affected by 39 other vulnerabilities.
VCID-av8u-rvzq-4fc7
Aliases:
CVE-2022-36108
GHSA-fv2m-9249-qx85
TYPO3 CMS vulnerable to Cross-Site Scripting in <f:asset.css> view helper > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N/E:F/RL:O/RC:C` (4.1) ### Problem It has been discovered that the `f:asset.css` view helper is vulnerable to cross-site scripting when user input is passed as variables to the CSS. ### Solution Update to TYPO3 version 10.4.32 or 11.5.16 that fix the problem described above. ### Credits Thanks to TYPO3 contributor member Frank Nägler who reported this issue and to TYPO3 core & security team member Oliver Hader who fixed the issue. ### References * [TYPO3-CORE-SA-2022-010](https://typo3.org/security/advisory/typo3-core-sa-2022-010)
10.4.32
Affected by 22 other vulnerabilities.
11.5.16
Affected by 22 other vulnerabilities.
VCID-axvk-13qf-tka7
Aliases:
CVE-2024-22188
GHSA-5w2h-59j3-8x5w
TYPO3 Install Tool vulnerable to Code Execution ### Problem Several settings in the Install Tool for configuring the path to system binaries were vulnerable to code execution. Exploiting this vulnerability requires an administrator-level backend user account with system maintainer permissions. The corresponding change for this advisory involves enforcing the known disadvantages described in [TYPO3-PSA-2020-002: Protecting Install Tool with Sudo Mode](https://typo3.org/security/advisory/typo3-psa-2020-002). ### Solution Update to TYPO3 versions 8.7.57 ELTS, 9.5.46 ELTS, 10.4.43 ELTS, 11.5.35 LTS, 12.4.11 LTS, 13.0.1 that fix the problem described. ### Credits Thanks to Rickmer Frier & Daniel Jonka who reported this issue and to TYPO3 core & security team member Benjamin Franzke who fixed the issue. ### References * [TYPO3-CORE-SA-2024-002](https://typo3.org/security/advisory/typo3-core-sa-2024-002)
10.4.43
Affected by 0 other vulnerabilities.
11.5.35
Affected by 9 other vulnerabilities.
12.4.11
Affected by 10 other vulnerabilities.
13.0.1
Affected by 11 other vulnerabilities.
VCID-b6er-h7dm-3bev
Aliases:
GHSA-gqqf-g5r7-84vf
GMS-2022-4096
TYPO3 HTML Sanitizer Bypasses Cross-Site Scripting Protection > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:F/RL:O/RC:C` (5.7) ### Problem Due to a parsing issue in upstream package [`masterminds/html5`](https://packagist.org/packages/masterminds/html5), malicious markup used in a sequence with special HTML comments cannot be filtered and sanitized. This allows to by-pass the cross-site scripting mechanism of [`typo3/html-sanitizer`](https://github.com/TYPO3/html-sanitizer). ### Solution Update to TYPO3 version 7.6.58 ELTS, 8.7.48 ELTS, 9.5.37 ELTS, 10.4.32 or 11.5.16 that fix the problem described above. ### Credits Thanks to David Klein who reported this issue, and to TYPO3 security team member Oliver Hader who fixed the issue. ### References * [TYPO3-CORE-SA-2022-011](https://typo3.org/security/advisory/typo3-core-sa-2022-011) * [GHSA-47m6-46mj-p235](https://github.com/TYPO3/html-sanitizer/security/advisories/GHSA-47m6-46mj-p235)
10.4.32
Affected by 22 other vulnerabilities.
11.5.16
Affected by 22 other vulnerabilities.
VCID-bajy-qbwq-fufn
Aliases:
CVE-2022-31047
GHSA-fh99-4pgr-8j99
Insertion of Sensitive Information into Log File in typo3/cms-core > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N/E:F/RL:O/RC:C` (4.9) ### Problem It has been discovered that system internal credentials or keys (e.g. database credentials) have been logged as plaintext in exception handlers, when logging the complete exception stack trace. ### Solution Update to TYPO3 versions 7.6.57 ELTS, 8.7.47 ELTS, 9.5.35 ELTS, 10.4.29, 11.5.11 that fix the problem described above. ### Credits Thanks to Marco Huber who reported this issue and to TYPO3 security member Torben Hansen who fixed the issue. ### References * [TYPO3-CORE-SA-2022-002](https://typo3.org/security/advisory/typo3-core-sa-2022-002)
10.4.29
Affected by 28 other vulnerabilities.
11.5.11
Affected by 29 other vulnerabilities.
VCID-cdjv-fp71-y3dv
Aliases:
CVE-2020-26229
GHSA-q9cp-mc96-m4w2
XML External Entity in Dashboard Widget ### Problem It has been discovered that RSS widgets are susceptible to XML external entity processing. This vulnerability is reasonable, but is theoretical - it was not possible to actually reproduce the vulnerability with current PHP versions of supported and maintained system distributions. At least with _libxml2_ version 2.9, the processing of XML external entities is disabled per default - and cannot be exploited. Besides that, a valid backend user account is needed. ### Solution Update to TYPO3 version 10.4.10 that fixes the problem described.
10.4.10
Affected by 46 other vulnerabilities.
VCID-d8d1-sat6-muhe
Aliases:
CVE-2021-21359
GHSA-4p9g-qgx9-397p
Denial of Service in Page Error Handling > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:F/RL:O/RC:C` (5.5) > * CWE-405, CWE-674 > * Status: **DRAFT** ### Problem Requesting invalid or non-existing resources via HTTP triggers the page error handler which again could retrieve content to be shown as error message from another page. This leads to a scenario in which the application is calling itself recursively - amplifying the impact of the initial attack until the limits of the web server are exceeded. ### Solution Update to TYPO3 versions 9.5.25, 10.4.14, 11.1.1 that fix the problem described. ### Credits Thanks to Paul Keller, Mathias Bolt Lesniak and Kay Strobach who reported this issue and to TYPO3 framework merger Frank Nägler and to TYPO3 security team member Torben Hansen who fixed the issue. ### References * [TYPO3-CORE-SA-2021-005](https://typo3.org/security/advisory/typo3-core-sa-2021-005)
10.4.14
Affected by 38 other vulnerabilities.
11.1.1
Affected by 39 other vulnerabilities.
VCID-dhrm-uxuv-zfaj
Aliases:
CVE-2021-21358
GHSA-x79j-wgqv-g8h2
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in typo3/cms-form ### Problem It has been discovered that the Form Designer backend module of the Form Framework is vulnerable to cross-site scripting. A valid backend user account with access to the form module is needed to exploit this vulnerability. ### Solution Update to TYPO3 versions 10.4.14 or 11.1.1 that fix the problem described. ### Credits Thanks to Richie Lee who reported this issue and to TYPO3 framework merger Andreas Fernandez who fixed the issue. ### References * [TYPO3-CORE-SA-2021-004](https://typo3.org/security/advisory/typo3-core-sa-2021-004)
10.4.14
Affected by 38 other vulnerabilities.
11.1.1
Affected by 39 other vulnerabilities.
VCID-dsu7-jjjq-f3e1
Aliases:
CVE-2021-21339
GHSA-qx3w-4864-94ch
Cleartext storage of session identifier ### Problem User session identifiers were stored in cleartext - without processing of additional cryptographic hashing algorithms. This vulnerability cannot be exploited directly and occurs in combination with a chained attack - like for instance SQL injection in any other component of the system. ### Solution Update to TYPO3 versions 6.2.57, 7.6.51, 8.7.40, 9.5.25, 10.4.14, 11.1.1 that fix the problem described. ### Credits Thanks to TYPO3 security team member Oliver Hader who reported this issue and to TYPO3 core & security team members Benni Mack & Oliver Hader who fixed the issue. ### References * [TYPO3-CORE-SA-2021-006](https://typo3.org/security/advisory/typo3-core-sa-2021-006)
10.4.14
Affected by 38 other vulnerabilities.
11.1.1
Affected by 39 other vulnerabilities.
VCID-e32h-8q61-hbgc
Aliases:
CVE-2022-31049
GHSA-h4mx-xv96-2jgm
Cross-Site Scripting in TYPO3's Frontend Login Mailer > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N/E:F/RL:O/RC:C` (4.9) ### Problem User submitted content was used without being properly encoded in HTML emails sent to users. The actually affected components were mail clients used to view those messages. ### Solution Update to TYPO3 versions 9.5.35 ELTS, 10.4.29, 11.5.11 that fix the problem described above. ### Credits Thanks to Christian Seifert who reported this issue and to TYPO3 framework merger Andreas Fernandez who fixed the issue. ### References * [TYPO3-CORE-SA-2022-004](https://typo3.org/security/advisory/typo3-core-sa-2022-004)
10.4.29
Affected by 28 other vulnerabilities.
11.5.11
Affected by 29 other vulnerabilities.
VCID-ekfd-wp8z-d7e1
Aliases:
CVE-2021-32669
GHSA-rgcg-28xm-8mmw
Cross-site Scripting TYPO3 is an open source PHP based web content management system. have a cross-site scripting vulnerability. When settings for _backend layouts_ are not properly encoded, the corresponding grid view is vulnerable to persistent cross-site scripting. A valid backend user account is needed to exploit this vulnerability. TYPO3 contain a patch for this vulnerability.
10.4.18
Affected by 34 other vulnerabilities.
11.3.1
Affected by 36 other vulnerabilities.
VCID-f963-qur3-2qb7
Aliases:
CVE-2020-26227
GHSA-vqqx-jw6p-q3rf
Cross-Site Scripting in Fluid view helpers > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:F/RL:O/RC:C` (5.7) > * CWE-79 ### Problem It has been discovered that system extension Fluid (`typo3/cms-fluid`) of the TYPO3 core is vulnerable to cross-site scripting passing user-controlled data as argument to Fluid view helpers. ``` <f:form ... fieldNamePrefix="{payload}" /> <f:be.labels.csh ... label="{payload}" /> <f:be.menus.actionMenu ... label="{payload}" /> ``` ### Solution Update to TYPO3 versions 9.5.23 or 10.4.10 that fix the problem described. ### Credits Thanks to TYPO3 security team member Oliver Hader who reported this issue and to TYPO3 security team members Helmut Hummel & Oliver Hader who fixed the issue. ### References * [TYPO3-CORE-SA-2020-010](https://typo3.org/security/advisory/typo3-core-sa-2020-010)
10.4.10
Affected by 46 other vulnerabilities.
VCID-g4uc-qeb6-myed
Aliases:
CVE-2024-25119
GHSA-h47m-3f78-qp9g
TYPO3 Install Tool vulnerable to Information Disclosure of Encryption Key ### Problem The plaintext value of `$GLOBALS['SYS']['encryptionKey']` was displayed in the editing forms of the TYPO3 Install Tool user interface. This allowed attackers to utilize the value to generate cryptographic hashes used for verifying the authenticity of HTTP request parameters. Exploiting this vulnerability requires an administrator-level backend user account with system maintainer permissions. ### Solution Update to TYPO3 versions 8.7.57 ELTS, 9.5.46 ELTS, 10.4.43 ELTS, 11.5.35 LTS, 12.4.11 LTS, 13.0.1 that fix the problem described. ### Credits Thanks to TYPO3 core & security team member Benjamin Franzke who fixed the issue. ### References * [TYPO3-CORE-SA-2024-004](https://typo3.org/security/advisory/typo3-core-sa-2024-004)
10.4.43
Affected by 0 other vulnerabilities.
11.5.35
Affected by 9 other vulnerabilities.
12.4.11
Affected by 10 other vulnerabilities.
13.0.1
Affected by 11 other vulnerabilities.
VCID-gv1b-xtv4-4yg3
Aliases:
CVE-2024-25118
GHSA-38r2-5695-334w
TYPO3 Backend Forms vulnerable to Information Disclosure of Hashed Passwords ### Problem Password hashes were being reflected in the editing forms of the TYPO3 backend user interface. This allowed attackers to crack the plaintext password using brute force techniques. Exploiting this vulnerability requires a valid backend user account. ### Solution Update to TYPO3 versions 8.7.57 ELTS, 9.5.46 ELTS, 10.4.43 ELTS, 11.5.35 LTS, 12.4.11 LTS, 13.0.1 that fix the problem described. ### Credits Thanks to the TYPO3 framework merger Christian Kuhn and external security researchers Maximilian Beckmann, Klaus-Günther Schmidt who reported this issue, and TYPO3 security team member Oliver Hader who fixed the issue. ### References * [TYPO3-CORE-SA-2024-003](https://typo3.org/security/advisory/typo3-core-sa-2024-003)
10.4.43
Affected by 0 other vulnerabilities.
11.5.35
Affected by 9 other vulnerabilities.
12.4.11
Affected by 10 other vulnerabilities.
13.0.1
Affected by 11 other vulnerabilities.
VCID-gyyu-n3b1-zbcj
Aliases:
CVE-2026-0859
GHSA-7vp9-x248-9vr9
TYPO3 CMS Allows Insecure Deserialization via Mailer File Spool ### Problem Local platform users who can write to TYPO3’s mail‑file spool directory can craft a file that the system will automatically deserialize without any class restrictions. This flaw allows an attacker to inject and execute arbitrary PHP code in the public scope of the web server. The vulnerability is triggered when TYPO3 is configured with `$GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_spool_type'] = 'file';` and a scheduler task or cron job runs the command `mailer:spool:send`. The spool‑send operation performs the insecure deserialization that is at the core of this issue. ### Solution Update to TYPO3 versions 10.4.55 ELTS, 11.5.49 ELTS, 12.4.41 LTS, 13.4.23 LTS, 14.0.2 that fix the problem described. ### Credits Thanks to Vitaly Simonovich for reporting this issue, and to TYPO3 security team members Elias Häußler and Oliver Hader for fixing it. ### References * [TYPO3-CORE-SA-2026-004](https://typo3.org/security/advisory/typo3-core-sa-2026-004)
10.4.55
Affected by 0 other vulnerabilities.
11.5.49
Affected by 0 other vulnerabilities.
12.4.41
Affected by 0 other vulnerabilities.
13.4.23
Affected by 0 other vulnerabilities.
14.0.2
Affected by 0 other vulnerabilities.
VCID-h6y3-7gsq-skh2
Aliases:
CVE-2023-47127
GHSA-3vmm-7h4j-69rm
TYPO3 vulnerable to Weak Authentication in Session Handling TYPO3 is an open source PHP based web content management system released under the GNU GPL. In typo3 installations there are always at least two different sites. Eg. first.example.org and second.example.com. In affected versions a session cookie generated for the first site can be reused on the second site without requiring additional authentication. This vulnerability has been addressed in versions 8.7.55, 9.5.44, 10.4.41, 11.5.33, and 12.4.8. Users are advised to upgrade. There are no known workarounds for this vulnerability.
10.4.41
Affected by 0 other vulnerabilities.
11.5.33
Affected by 14 other vulnerabilities.
12.4.8
Affected by 15 other vulnerabilities.
VCID-he5m-6wj4-rbhc
Aliases:
CVE-2021-21357
GHSA-3vg7-jw9m-pc3f
Broken Access Control in Form Framework ### Problem Due to improper input validation, attackers can by-pass restrictions of predefined options and submit arbitrary data in the Form Designer backend module of the Form Framework. In the default configuration of the Form Framework this allows attackers to explicitly allow arbitrary mime-types for file uploads - however, default _fileDenyPattern_ successfully blocked files like _.htaccess_ or _malicious.php_. Besides that, attackers can persist those files in any writable directory of the corresponding TYPO3 installation. A valid backend user account with access to the form module is needed to exploit this vulnerability. ### Solution Update to TYPO3 versions 8.7.40, 9.5.25, 10.4.14, 11.1.1 that fix the problem described. ### Credits Thanks to Richie Lee who reported this issue and to TYPO3 contributor Ralf Zimmermann who fixed the issue. ### References * [TYPO3-CORE-SA-2021-003](https://typo3.org/security/advisory/typo3-core-sa-2021-003)
10.4.14
Affected by 38 other vulnerabilities.
11.1.1
Affected by 39 other vulnerabilities.
VCID-mnz3-rj21-67ad
Aliases:
CVE-2022-36105
GHSA-m392-235j-9r7r
TYPO3 CMS vulnerable to User Enumeration via Response Timing > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:F/RL:O/RC:C` (4.9) ### Problem It has been discovered that observing response time during user authentication (backend and frontend) can be used to distinguish between existing and non-existing user accounts. Extension authors of 3rd party TYPO3 extensions providing a custom authentication service should check if the extension is affected by the described problem. Affected extensions must implement new `MimicServiceInterface::mimicAuthUser`, which simulates corresponding times regular processing would usually take. ### Solution Update to TYPO3 version 7.6.58 ELTS, 8.7.48 ELTS, 9.5.37 ELTS, 10.4.32 or 11.5.16 that fix the problem described above. ### Credits Thanks to Vautia who reported this issue and to TYPO3 core & security team members Oliver Hader who fixed the issue. ### References * [TYPO3-CORE-SA-2022-007](https://typo3.org/security/advisory/typo3-core-sa-2022-007) * [Vulnerability Report on huntr.dev](https://huntr.dev/bounties/7d519735-2877-4fad-bd77-accde3e290a7/) (embargoed +30 days)
10.4.32
Affected by 22 other vulnerabilities.
11.5.16
Affected by 22 other vulnerabilities.
VCID-mud2-s4rc-fuf6
Aliases:
CVE-2024-34358
GHSA-36g8-62qv-5957
TYPO3 vulnerable to an Uncontrolled Resource Consumption in the ShowImageController ### Problem The `ShowImageController` (_eID tx_cms_showpic_) lacks a cryptographic HMAC-signature on the `frame` HTTP query parameter (e.g. `/index.php?eID=tx_cms_showpic?file=3&...&frame=12345`). This allows adversaries to instruct the system to produce an arbitrary number of thumbnail images on the server side. ### Solution Update to TYPO3 versions 9.5.48 ELTS, 10.4.45 ELTS, 11.5.37 LTS, 12.4.15 LTS, 13.1.1 that fix the problem described. #### ℹ️ **Strong security defaults - Manual actions required** The `frame` HTTP query parameter is now ignored, since it could not be used by core APIs. The new feature flag `security.frontend.allowInsecureFrameOptionInShowImageController` – which is disabled per default – can be used to reactivate the previous behavior. ### Credits Thanks to TYPO3 security team member Torben Hansen who reported this issue and to TYPO3 core & security team members Benjamin Mack and Benjamin Franzke who fixed the issue. ### References * [TYPO3-CORE-SA-2024-010](https://typo3.org/security/advisory/typo3-core-sa-2024-010)
10.4.45
Affected by 0 other vulnerabilities.
11.5.37
Affected by 6 other vulnerabilities.
12.4.15
Affected by 7 other vulnerabilities.
13.1.1
Affected by 7 other vulnerabilities.
VCID-n15v-ta9h-6ffb
Aliases:
CVE-2021-32767
GHSA-34fr-fhqr-7235
Inclusion of Sensitive Information in Log Files TYPO3 is an open source PHP based web content management system. User credentials may been logged as plain-text. This occurs when explicitly using log level debug, which is not the default configuration. TYPO3 contain a patch for this vulnerability.
10.4.18
Affected by 34 other vulnerabilities.
11.3.1
Affected by 36 other vulnerabilities.
VCID-n7ng-zkkb-2qaz
Aliases:
CVE-2024-25120
GHSA-wf85-8hx9-gj7c
TYPO3 vulnerable to Improper Access Control of Resources Referenced by t3:// URI Scheme ### Problem The TYPO3-specific [`t3://` URI scheme](https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/Functions/Typolink.html#resource-references) could be used to access resources outside of the users' permission scope. This encompassed files, folders, pages, and records (although only if a valid link-handling configuration was provided). Exploiting this vulnerability requires a valid backend user account. ### Solution Update to TYPO3 versions 8.7.57 ELTS, 9.5.46 ELTS, 10.4.43 ELTS, 11.5.35 LTS, 12.4.11 LTS, 13.0.1 that fix the problem described. ### Credits Thanks to Richie Lee who reported this issue and to TYPO3 core & security team member Benjamin Franzke who fixed the issue. ### References * [TYPO3-CORE-SA-2024-005](https://typo3.org/security/advisory/typo3-core-sa-2024-005)
10.4.43
Affected by 0 other vulnerabilities.
11.5.35
Affected by 9 other vulnerabilities.
12.4.11
Affected by 10 other vulnerabilities.
13.0.1
Affected by 11 other vulnerabilities.
VCID-nubu-f1sc-gbes
Aliases:
CVE-2025-47937
GHSA-x8pv-fgxp-8v3x
TYPO3 Allows Information Disclosure via DBAL Restriction Handling ### Problem When performing a database query involving multiple tables through the database abstraction layer (DBAL), frontend user permissions are only applied via `FrontendGroupRestriction` to the last table. As a result, data from additional tables included in the same query may be unintentionally exposed to unauthorized users. ### Solution Update to TYPO3 versions 9.5.51 ELTS, 10.4.50 ELTS, 11.5.44 ELTS, 12.4.31 LTS, 13.4.12 LTS that fix the problem described. ### Credits Thanks to Christian Futterlieb for reporting this issue, and to TYPO3 security team member Elias Häußler for fixing it.
10.4.50
Affected by 0 other vulnerabilities.
11.5.44
Affected by 0 other vulnerabilities.
12.4.31
Affected by 2 other vulnerabilities.
13.4.12
Affected by 2 other vulnerabilities.
VCID-phgh-sd4m-zbdx
Aliases:
CVE-2020-15099
GHSA-3x94-fv5h-5q2c
Exposure of Sensitive Information to an Unauthorized Actor in TYPO3 CMS > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:F/RL:O/RC:C` (7.5) > * CWE-20, CWE-200 ### Problem In case an attacker manages to generate a valid cryptographic message authentication code (HMAC-SHA1) - either by using a different existing vulnerability or in case the internal _encryptionKey_ was exposed - it is possible to retrieve arbitrary files of a TYPO3 installation. This includes the possibility to fetch _typo3conf/LocalConfiguration.php_ which again contains the _encryptionKey_ as well as credentials of the database management system being used. In case a database server is directly accessible either via internet or in a shared hosting network, this allows to completely retrieve, manipulate or delete database contents. This includes creating an administration user account - which can be used to trigger remote code execution by injecting custom extensions. ### Solution Update to TYPO3 versions 9.5.20 or 10.4.6 that fix the problem described. ### Credits Thanks to TYPO3 security team member Oliver Hader who reported and fixed the issue. ### References * [TYPO3-CORE-SA-2020-007](https://typo3.org/security/advisory/typo3-core-sa-2020-007)
10.4.6
Affected by 49 other vulnerabilities.
VCID-remd-55jh-r3g5
Aliases:
CVE-2022-31050
GHSA-wwjw-r3gj-39fq
Insufficient Session Expiration in TYPO3's Admin Tool > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L/E:F/RL:O/RC:C` (5.6) ### Problem Admin Tool sessions initiated via the TYPO3 backend user interface have not been revoked even if the corresponding user account was degraded to lower permissions or disabled completely. This way, sessions in the admin tool theoretically could have been prolonged without any limit. ### Solution Update to TYPO3 versions 9.5.35 ELTS, 10.4.29, 11.5.11 that fix the problem described above. ### Credits Thanks to Kien Hoang who reported this issue and to TYPO3 framework merger Ralf Zimmermann and TYPO3 security member Oliver Hader who fixed the issue. ### References * [TYPO3-CORE-SA-2022-005](https://typo3.org/security/advisory/typo3-core-sa-2022-005)
10.4.29
Affected by 28 other vulnerabilities.
11.5.11
Affected by 29 other vulnerabilities.
VCID-s55j-8hbt-akhn
Aliases:
CVE-2022-31046
GHSA-8gmv-9hwg-w89g
Information Disclosure via Export Module > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:F/RL:O/RC:C` (4.0) ### Problem The export functionality fails to limit the result set to allowed columns of a particular database table. This allows authenticated users to export internal details of database tables to which they already have access. ### Solution Update to TYPO3 versions 7.6.57 ELTS, 8.7.47 ELTS, 9.5.35 ELTS, 10.4.29, 11.5.11 that fix the problem described above. In order to address this issue, access to mentioned export functionality is completely denied for regular backend users. ℹ️ **Strong security defaults - Manual actions required** Following User TSconfig setting would allow using the export functionality for particular users: ``` options.impexp.enableExportForNonAdminUser = 1 ``` ### Credits Thanks to TYPO3 core merger Lina Wolf who reported this issue and to TYPO3 security member Torben Hansen who fixed the issue. ### References * [TYPO3-CORE-SA-2022-001](https://typo3.org/security/advisory/typo3-core-sa-2022-001)
10.4.29
Affected by 28 other vulnerabilities.
11.5.11
Affected by 29 other vulnerabilities.
VCID-s64f-x81f-b7ce
Aliases:
CVE-2021-32668
GHSA-6mh3-j5r5-2379
Cross-site Scripting TYPO3 contains a cross-site scripting vulnerability. When error messages are not properly encoded, the components `_QueryGenerator_` and `_QueryView_` are vulnerable to both reflected and persistent cross-site scripting. A valid backend user account having administrator privileges is needed to exploit this vulnerability. TYPO3 contain a patch for this issue.
10.4.18
Affected by 34 other vulnerabilities.
11.3.1
Affected by 36 other vulnerabilities.
VCID-sw7v-fbjk-13hy
Aliases:
CVE-2020-15098
GHSA-m5vr-3m74-jwxp
Missing Required Cryptographic Step Leading to Sensitive Information Disclosure in TYPO3 CMS > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:F/RL:O/RC:C` (8.2) > * CWE-325, CWE-20, CWE-200, CWE-502 ### Problem It has been discovered that an internal verification mechanism can be used to generate arbitrary checksums. This allows to inject arbitrary data having a valid cryptographic message authentication code (HMAC-SHA1) and can lead to various attack chains as described below. * [TYPO3-CORE-SA-2020-007](https://typo3.org/security/advisory/typo3-core-sa-2020-007), [CVE-2020-15099](https://nvd.nist.gov/vuln/detail/CVE-2020-15099): Potential Privilege Escalation + the database server used for a TYPO3 installation must be accessible for an attacker (either via internet or shared hosting network) + `CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:F/RL:O/RC:C` (7.5, high) * [TYPO3-CORE-SA-2016-013](https://typo3.org/security/advisory/typo3-core-sa-2016-013), [CVE-2016-5091](https://nvd.nist.gov/vuln/detail/CVE-2016-5091): Insecure Deserialization & Remote Code Execution + an attacker must have access to at least one Extbase plugin or module action in a TYPO3 installation + `CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:F/RL:O/RC:C` (9.1, critical) The overall severity of this vulnerability is **high (8.2)** based on mentioned attack chains and the requirement of having a valid backend user session (authenticated). ### Solution Update to TYPO3 versions 9.5.20 or 10.4.6 that fix the problem described. ### Credits Thanks to TYPO3 security team member Oliver Hader who reported and fixed the issue. ### References * [TYPO3-CORE-SA-2020-008](https://typo3.org/security/advisory/typo3-core-sa-2020-008)
10.4.6
Affected by 49 other vulnerabilities.
VCID-t1n7-eswt-73gw
Aliases:
CVE-2022-23503
GHSA-c5wx-6c2c-f7rm
GMS-2022-8132
TYPO3 CMS vulnerable to Arbitrary Code Execution via Form Framework ### Problem Due to the lack of separating user-submitted data from the internal configuration in the Form Designer backend module, it was possible to inject code instructions to be processed and executed via TypoScript as PHP code. The existence of individual TypoScript instructions for a particular form item (known as [`formDefinitionOverrides`](https://docs.typo3.org/c/typo3/cms-form/main/en-us/I/Concepts/FrontendRendering/Index.html#form-element-properties)) and a valid backend user account with access to the form module are needed to exploit this vulnerability. ### Solution Update to TYPO3 versions 8.7.49 ELTS, 9.5.38 ELTS, 10.4.33, 11.5.20, 12.1.1 that fix the problem described above. ### References * [TYPO3-CORE-SA-2022-015](https://typo3.org/security/advisory/typo3-core-sa-2022-015)
10.4.33
Affected by 17 other vulnerabilities.
11.5.20
Affected by 17 other vulnerabilities.
12.1.1
Affected by 18 other vulnerabilities.
VCID-t3jn-vwbx-u7cr
Aliases:
CVE-2021-21370
GHSA-x7hc-x7fm-f7qh
Cross-Site Scripting in Content Preview (CType menu) ### Problem It has been discovered that content elements of type _menu_ are vulnerable to cross-site scripting when their referenced items get previewed in the page module. A valid backend user account is needed to exploit this vulnerability. ### Solution Update to TYPO3 versions 7.6.51, 8.7.40, 9.5.25, 10.4.14, 11.1.1 that fix the problem described. ### Credits Thanks to TYPO3 contributor Oliver Bartsch who reported and fixed the issue. ### References * [TYPO3-CORE-SA-2021-008](https://typo3.org/security/advisory/typo3-core-sa-2021-008)
10.4.14
Affected by 38 other vulnerabilities.
11.1.1
Affected by 39 other vulnerabilities.
VCID-taj6-zj2n-5kg8
Aliases:
CVE-2024-25121
GHSA-rj3x-wvc6-5j66
TYPO3 vulnerable to Improper Access Control Persisting File Abstraction Layer Entities via Data Handler ### Problem Entities of the File Abstraction Layer (FAL) could be persisted directly via `DataHandler`. This allowed attackers to reference files in the fallback storage directly and retrieve their file names and contents. The fallback storage ("zero-storage") is used as a backward compatibility layer for files located outside properly configured file storages and within the public web root directory. Exploiting this vulnerability requires a valid backend user account. ### Solution Update to TYPO3 versions 8.7.57 ELTS, 9.5.46 ELTS, 10.4.43 ELTS, 11.5.35 LTS, 12.4.11 LTS, 13.0.1 that fix the problem described. #### ℹ️ Strong security defaults - Manual actions required When persisting entities of the File Abstraction Layer directly via DataHandler, `sys_file` entities are now denied by default, and `sys_file_reference` & `sys_file_metadata` entities are not permitted to reference files in the fallback storage anymore. When importing data from secure origins, this must be explicitly enabled in the corresponding DataHandler instance by using `$dataHandler->isImporting = true;`. ### Credits Thanks to TYPO3 core & security team member Oliver Hader who reported and fixed the issue. ### References * [TYPO3-CORE-SA-2024-006](https://typo3.org/security/advisory/typo3-core-sa-2024-006)
10.4.43
Affected by 0 other vulnerabilities.
11.5.35
Affected by 9 other vulnerabilities.
12.4.11
Affected by 10 other vulnerabilities.
13.0.1
Affected by 11 other vulnerabilities.
VCID-ve7g-8st5-wffb
Aliases:
CVE-2022-23500
GHSA-8c28-5mp7-v24h
GMS-2022-8130
TYPO3 CMS vulnerable to Denial of Service in Page Error Handling ### Problem Requesting invalid or non-existing resources via HTTP triggers the page error handler, which again could retrieve content to be shown as an error message from another page. This leads to a scenario in which the application is calling itself recursively - amplifying the impact of the initial attack until the limits of the web server are exceeded. This vulnerability is very similar, but not identical, to the one described in [TYPO3-CORE-SA-2021-005](https://typo3.org/security/advisory/typo3-core-sa-2021-005) (CVE-2021-21359). ### Solution Update to TYPO3 versions 9.5.38 ELTS, 10.4.33 or 11.5.20 that fix the problem described above. ### References * [TYPO3-CORE-SA-2022-012](https://typo3.org/security/advisory/typo3-core-sa-2022-012)
10.4.33
Affected by 17 other vulnerabilities.
11.5.20
Affected by 17 other vulnerabilities.
VCID-vwb2-a84s-5qak
Aliases:
CVE-2022-36106
GHSA-5959-4x58-r8c2
TYPO3 CMS missing check for expiration time of password reset token for backend users > ### Meta > * CVSS: `CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N/E:F/RL:O/RC:C` (5.0) ### Problem It has been discovered that the expiration time of a password reset link for TYPO3 backend users has never been evaluated. As a result, a password reset link could be used to perform a password reset even if the default expiry time of two hours has been exceeded. ### Solution Update to TYPO3 version 10.4.32 or 11.5.16 that fix the problem described above. ### Credits Thanks to Ingo Fabbri who reported this issue and to TYPO3 security team member Torben Hansen who fixed the issue. ### References * [TYPO3-CORE-SA-2022-008](https://typo3.org/security/advisory/typo3-core-sa-2022-008)
10.4.32
Affected by 22 other vulnerabilities.
11.5.16
Affected by 22 other vulnerabilities.
VCID-vyvy-y3cw-hbgr
Aliases:
CVE-2023-24814
GHSA-r4f8-f93x-5qh3
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') TYPO3 is a free and open source Content Management Framework released under the GNU General Public License. In affected versions the TYPO3 core component `GeneralUtility::getIndpEnv()` uses the unfiltered server environment variable `PATH_INFO`, which allows attackers to inject malicious content. In combination with the TypoScript setting `config.absRefPrefix=auto`, attackers can inject malicious HTML code to pages that have not been rendered and cached, yet. As a result, injected values would be cached and delivered to other website visitors (persisted cross-site scripting). Individual code which relies on the resolved value of `GeneralUtility::getIndpEnv('SCRIPT_NAME')` and corresponding usages (as shown below) is vulnerable as well. Additional investigations confirmed that at least Apache web server deployments using CGI (FPM, FCGI/FastCGI, and similar) are affected. However, there still might be the risk that other scenarios like nginx, IIS, or Apache/mod_php is vulnerable. The usage of server environment variable `PATH_INFO` has been removed from corresponding processings in `GeneralUtility::getIndpEnv()`. Besides that, the public property `TypoScriptFrontendController::$absRefPrefix` is encoded for both being used as a URI component and for being used as a prefix in an HTML context. This mitigates the cross-site scripting vulnerability. Users are advised to update to TYPO3 versions 8.7.51 ELTS, 9.5.40 ELTS, 10.4.35 LTS, 11.5.23 LTS and 12.2.0 which fix this problem. For users who are unable to patch in a timely manner the TypoScript setting `config.absRefPrefix` should at least be set to a static path value, instead of using auto - e.g. `config.absRefPrefix=/`. This workaround **does not fix all aspects of the vulnerability**, and is just considered to be an intermediate mitigation to the most prominent manifestation.
10.4.36
Affected by 16 other vulnerabilities.
11.5.23
Affected by 16 other vulnerabilities.
12.2.0
Affected by 17 other vulnerabilities.
VCID-w13x-3rp9-wyej
Aliases:
CVE-2022-23504
GHSA-8w3p-qh3x-6gjr
GMS-2022-8131
TYPO3 CMS vulnerable to Sensitive Information Disclosure via YAML Placeholder Expressions in Site Configuration > ### CVSS: `CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:L/A:L/E:F/RL:O/RC:C` (5.3) ### Problem Due to the lack of handling user-submitted [YAML placeholder expressions](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/Yaml/YamlApi.html#custom-placeholder-processing) in the site configuration backend module, attackers could expose sensitive internal information, such as system configuration or HTTP request messages of other website visitors. A valid backend user account having administrator privileges is needed to exploit this vulnerability. ### Solution Update to TYPO3 versions 9.5.38 ELTS, 10.4.33, 11.5.20, 12.1.1 that fix the problem described above. ### Credits Thanks to TYPO3 core & security team member Oliver Hader who reported and fixed the issue. ### References * [TYPO3-CORE-SA-2022-016](https://typo3.org/security/advisory/typo3-core-sa-2022-016)
10.4.33
Affected by 17 other vulnerabilities.
11.5.20
Affected by 17 other vulnerabilities.
12.1.1
Affected by 18 other vulnerabilities.
VCID-xh7y-56vy-5ud8
Aliases:
CVE-2021-21355
GHSA-2r6j-862c-m2v2
Unrestricted File Upload in Form Framework ### Problem Due to the lack of ensuring file extensions belong to configured allowed mime-types, attackers can upload arbitrary data with arbitrary file extensions - however, default _fileDenyPattern_ successfully blocked files like _.htaccess_ or _malicious.php_. TYPO3 Extbase extensions, which implement a file upload and do not implement a custom _TypeConverter_ to transform uploaded files into _FileReference_ domain model objects are affected by the vulnerability as well, since the _UploadedFileReferenceConverter_ of _ext:form_ handles the file upload and will accept files of any mime-type which are persisted to the default location. In any way, uploaded files are placed in the default location _/fileadmin/user_upload/_, in most scenarios keeping the submitted filename - which allows attackers to directly reference files, or even correctly guess filenames used by other individuals, disclosing this information. No authentication is required to exploit this vulnerability. ### Solution Update to TYPO3 versions 8.7.40, 9.5.25, 10.4.14, 11.1.1 that fix the problem described. Type converter _UploadedFileReferenceConverter_ is not registered globally anymore and just handles uploaded files within the scope of the Form Framework. Guessable storage location has changed from _/fileadmin/user_upload/form\_\<random-hash\>/_ to _/fileadmin/form_uploads/<random-40-bit>_. Allowed mime-types must match expected file extensions (e.g. _application/pdf_ must be _.pdf_, and cannot be _.html_). Extbase extensions, who rely on the global availability of the _UploadedFileReferenceConverter_ must now implement a custom _TypeConverter_ to handle file uploads or explicitly implement the ext:form _UploadedFileReferenceConverter_ with appropriate setting for accepted mime-types. ### Credits Thanks to Sebastian Michaelsen, Marc Lindemann, Oliver Eglseder, Markus Volkmer, Jakob Kunzmann, Johannes Regner, Richie Lee who reported this issue, and to TYPO3 core & security team members Oliver Hader & Benni Mack, as well as TYPO3 contributor Ralf Zimmermann who fixed the issue. ### References * [TYPO3-CORE-SA-2021-002](https://typo3.org/security/advisory/typo3-core-sa-2021-002)
10.4.14
Affected by 38 other vulnerabilities.
11.1.1
Affected by 39 other vulnerabilities.
VCID-xy6y-312d-rygj
Aliases:
CVE-2024-55892
GHSA-2fx5-pggv-6jjr
TYPO3 Potential Open Redirect via Parsing Differences ### Problem Applications that use `TYPO3\CMS\Core\Http\Uri` to parse externally provided URLs (e.g., via a query parameter) and validate the host of the parsed URL may be vulnerable to open redirect or SSRF attacks if the URL is used after passing the validation checks. ### Solution Update to TYPO3 versions 9.5.49 ELTS, 10.4.48 ELTS, 11.5.42 ELTS, 12.4.25 LTS, 13.4.3 LTS that fix the problem described. ### Credits Thanks to Sam Mush and Christian Eßl who reported this issue and to TYPO3 core & security team member Benjamin Franzke who fixed the issue. ### References * [TYPO3-CORE-SA-2025-002](https://typo3.org/security/advisory/typo3-core-sa-2025-002)
10.4.48
Affected by 0 other vulnerabilities.
11.5.42
Affected by 0 other vulnerabilities.
12.4.25
Affected by 6 other vulnerabilities.
13.4.3
Affected by 6 other vulnerabilities.
VCID-y32z-2d3f-gkgw
Aliases:
CVE-2021-32768
GHSA-c5c9-8c6m-727v
Cross-site Scripting TYPO3 is vulnerable to cross-site scripting. Corresponding rendering instructions via TypoScript functionality HTMLparser does not consider all potentially malicious HTML tag & attribute combinations per default. In default scenarios, a valid backend user account is needed to exploit this vulnerability. In case custom plugins used in the website frontend accept and reflect rich-text content submitted by users, no authentication is required.
10.4.19
Affected by 33 other vulnerabilities.
11.3.2
Affected by 35 other vulnerabilities.
VCID-zdq2-dhb2-6kaq
Aliases:
CVE-2022-23501
GHSA-jfp7-79g7-89rf
GMS-2022-8134
TYPO3 CMS vulnerable to Weak Authentication in Frontend Login ### Problem Restricting frontend login to specific users, organized in different storage folders (partitions), can be bypassed. A potential attacker might use this ambiguity in usernames to get access to a different account - however, credentials must be known to the adversary. ### Solution Update to TYPO3 versions 8.7.49 ELTS, 9.5.38 ELTS, 10.4.33, 11.5.20, 12.1.1 that fix the problem described above. ### References * [TYPO3-CORE-SA-2022-013](https://typo3.org/security/advisory/typo3-core-sa-2022-013)
10.4.33
Affected by 17 other vulnerabilities.
11.5.20
Affected by 17 other vulnerabilities.
12.1.1
Affected by 18 other vulnerabilities.
VCID-zn99-ywte-33g6
Aliases:
CVE-2023-38499
GHSA-jq6g-4v5m-wm9r
Improper Access Control TYPO3 is an open source PHP based web content management system. Starting in version 9.4.0 and prior to versions 9.5.42 ELTS, 10.4.39 ELTS, 11.5.30, and 12.4.4, in multi-site scenarios, enumerating the HTTP query parameters `id` and `L` allowed out-of-scope access to rendered content in the website frontend. For instance, this allowed visitors to access content of an internal site by adding handcrafted query parameters to the URL of a site that was publicly available. TYPO3 versions 9.5.42 ELTS, 10.4.39 ELTS, 11.5.30, 12.4.4 fix the problem.
10.4.39
Affected by 0 other vulnerabilities.
11.5.30
Affected by 15 other vulnerabilities.
12.4.4
Affected by 16 other vulnerabilities.
VCID-zwgt-rm1f-6bf2
Aliases:
CVE-2024-34357
GHSA-hw6c-6gwq-3m3m
TYPO3 vulnerable to Cross-Site Scripting in the ShowImageController ### Problem Failing to properly encode user-controlled values in file entities, the `ShowImageController` (_eID tx_cms_showpic_) is vulnerable to cross-site scripting. Exploiting this vulnerability requires a valid backend user account with access to file entities. ### Solution Update to TYPO3 versions 9.5.48 ELTS, 10.4.45 ELTS, 11.5.37 LTS, 12.4.15 LTS, 13.1.1 that fix the problem described. ### Credits Thanks to TYPO3 security team member Torben Hansen who reported this issue and to TYPO3 core & security team member Oliver Hader who fixed the issue. ### References * [TYPO3-CORE-SA-2024-009](https://typo3.org/security/advisory/typo3-core-sa-2024-009)
10.4.45
Affected by 0 other vulnerabilities.
11.5.37
Affected by 6 other vulnerabilities.
12.4.15
Affected by 7 other vulnerabilities.
13.1.1
Affected by 7 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-17T00:09:21.346395+00:00 GitLab Importer Affected by VCID-gyyu-n3b1-zbcj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2026-0859.yml 38.4.0
2026-04-16T23:29:14.922353+00:00 GitLab Importer Affected by VCID-1r9g-c5rn-ukgb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2025-47940.yml 38.4.0
2026-04-16T23:29:14.276260+00:00 GitLab Importer Affected by VCID-4t9s-p25a-cfas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2025-47939.yml 38.4.0
2026-04-16T23:29:13.454716+00:00 GitLab Importer Affected by VCID-nubu-f1sc-gbes https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2025-47937.yml 38.4.0
2026-04-16T23:29:08.306865+00:00 GitLab Importer Affected by VCID-65ue-7jd9-23gf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2025-47938.yml 38.4.0
2026-04-16T23:18:47.718418+00:00 GitLab Importer Affected by VCID-xy6y-312d-rygj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-55892.yml 38.4.0
2026-04-16T22:58:18.199912+00:00 GitLab Importer Affected by VCID-8d2m-1ffv-jqe1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-34356.yml 38.4.0
2026-04-16T22:58:08.142009+00:00 GitLab Importer Affected by VCID-zwgt-rm1f-6bf2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-34357.yml 38.4.0
2026-04-16T22:57:56.038905+00:00 GitLab Importer Affected by VCID-mud2-s4rc-fuf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-34358.yml 38.4.0
2026-04-16T22:50:49.843616+00:00 GitLab Importer Affected by VCID-axvk-13qf-tka7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-22188.yml 38.4.0
2026-04-16T22:50:49.055496+00:00 GitLab Importer Affected by VCID-n7ng-zkkb-2qaz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-25120.yml 38.4.0
2026-04-16T22:50:47.639435+00:00 GitLab Importer Affected by VCID-taj6-zj2n-5kg8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-25121.yml 38.4.0
2026-04-16T22:50:46.596425+00:00 GitLab Importer Affected by VCID-g4uc-qeb6-myed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-25119.yml 38.4.0
2026-04-16T22:50:45.545739+00:00 GitLab Importer Affected by VCID-gv1b-xtv4-4yg3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-25118.yml 38.4.0
2026-04-16T22:43:18.623535+00:00 GitLab Importer Affected by VCID-h6y3-7gsq-skh2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2023-47127.yml 38.4.0
2026-04-16T22:34:48.812486+00:00 GitLab Importer Affected by VCID-zn99-ywte-33g6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2023-38499.yml 38.4.0
2026-04-16T22:21:15.532855+00:00 GitLab Importer Affected by VCID-vyvy-y3cw-hbgr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2023-24814.yml 38.4.0
2026-04-16T22:18:14.720506+00:00 GitLab Importer Affected by VCID-t1n7-eswt-73gw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23503.yml 38.4.0
2026-04-16T22:18:13.761769+00:00 GitLab Importer Affected by VCID-ve7g-8st5-wffb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23500.yml 38.4.0
2026-04-16T22:18:11.448322+00:00 GitLab Importer Affected by VCID-8sdd-b1bn-cuhx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23502.yml 38.4.0
2026-04-16T22:18:09.422588+00:00 GitLab Importer Affected by VCID-zdq2-dhb2-6kaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23501.yml 38.4.0
2026-04-16T22:17:58.183101+00:00 GitLab Importer Affected by VCID-w13x-3rp9-wyej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23504.yml 38.4.0
2026-04-16T22:09:29.033331+00:00 GitLab Importer Affected by VCID-1yxw-saf5-wue7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36020.yml 38.4.0
2026-04-16T22:08:47.703388+00:00 GitLab Importer Affected by VCID-b6er-h7dm-3bev https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/GMS-2022-4096.yml 38.4.0
2026-04-16T22:08:41.233746+00:00 GitLab Importer Affected by VCID-mnz3-rj21-67ad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36105.yml 38.4.0
2026-04-16T22:08:39.691465+00:00 GitLab Importer Affected by VCID-5paq-5frf-43ed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36107.yml 38.4.0
2026-04-16T22:08:39.084776+00:00 GitLab Importer Affected by VCID-vwb2-a84s-5qak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36106.yml 38.4.0
2026-04-16T22:08:37.706940+00:00 GitLab Importer Affected by VCID-av8u-rvzq-4fc7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36108.yml 38.4.0
2026-04-16T22:04:05.005217+00:00 GitLab Importer Affected by VCID-remd-55jh-r3g5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31050.yml 38.4.0
2026-04-16T22:03:54.538032+00:00 GitLab Importer Affected by VCID-e32h-8q61-hbgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31049.yml 38.4.0
2026-04-16T22:03:53.214852+00:00 GitLab Importer Affected by VCID-4jpa-6fqh-hbfg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31048.yml 38.4.0
2026-04-16T22:03:52.618374+00:00 GitLab Importer Affected by VCID-s55j-8hbt-akhn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31046.yml 38.4.0
2026-04-16T22:03:37.753642+00:00 GitLab Importer Affected by VCID-bajy-qbwq-fufn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31047.yml 38.4.0
2026-04-16T21:28:09.703009+00:00 GitLab Importer Affected by VCID-y32z-2d3f-gkgw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32768.yml 38.4.0
2026-04-16T21:27:41.322199+00:00 GitLab Importer Affected by VCID-n15v-ta9h-6ffb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32767.yml 38.4.0
2026-04-16T21:27:38.927677+00:00 GitLab Importer Affected by VCID-s64f-x81f-b7ce https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32668.yml 38.4.0
2026-04-16T21:27:37.868485+00:00 GitLab Importer Affected by VCID-ekfd-wp8z-d7e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32669.yml 38.4.0
2026-04-16T21:27:37.224997+00:00 GitLab Importer Affected by VCID-6a9t-8dmn-s3bv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32667.yml 38.4.0
2026-04-16T21:19:27.614620+00:00 GitLab Importer Affected by VCID-dhrm-uxuv-zfaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21358.yml 38.4.0
2026-04-16T21:19:26.442762+00:00 GitLab Importer Affected by VCID-xh7y-56vy-5ud8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21355.yml 38.4.0
2026-04-16T21:19:25.119629+00:00 GitLab Importer Affected by VCID-dsu7-jjjq-f3e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21339.yml 38.4.0
2026-04-16T21:19:24.272421+00:00 GitLab Importer Affected by VCID-he5m-6wj4-rbhc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21357.yml 38.4.0
2026-04-16T21:19:22.879587+00:00 GitLab Importer Affected by VCID-5jgb-dsyx-hyb4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21338.yml 38.4.0
2026-04-16T21:19:19.875752+00:00 GitLab Importer Affected by VCID-t3jn-vwbx-u7cr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21370.yml 38.4.0
2026-04-16T21:19:17.738758+00:00 GitLab Importer Affected by VCID-a89c-jvwa-6kh5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21340.yml 38.4.0
2026-04-16T21:19:16.567706+00:00 GitLab Importer Affected by VCID-d8d1-sat6-muhe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21359.yml 38.4.0
2026-04-16T21:14:25.781554+00:00 GitLab Importer Affected by VCID-f963-qur3-2qb7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-26227.yml 38.4.0
2026-04-16T21:14:21.196733+00:00 GitLab Importer Affected by VCID-a49c-fqrj-nbb3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-26228.yml 38.4.0
2026-04-16T21:14:19.096716+00:00 GitLab Importer Affected by VCID-cdjv-fp71-y3dv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-26229.yml 38.4.0
2026-04-16T21:06:05.587757+00:00 GitLab Importer Affected by VCID-phgh-sd4m-zbdx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-15099.yml 38.4.0
2026-04-16T21:06:04.838553+00:00 GitLab Importer Affected by VCID-sw7v-fbjk-13hy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-15098.yml 38.4.0
2026-04-12T01:32:58.706227+00:00 GitLab Importer Affected by VCID-gyyu-n3b1-zbcj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2026-0859.yml 38.3.0
2026-04-12T00:48:56.002319+00:00 GitLab Importer Affected by VCID-1r9g-c5rn-ukgb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2025-47940.yml 38.3.0
2026-04-12T00:48:55.280916+00:00 GitLab Importer Affected by VCID-4t9s-p25a-cfas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2025-47939.yml 38.3.0
2026-04-12T00:48:54.402172+00:00 GitLab Importer Affected by VCID-nubu-f1sc-gbes https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2025-47937.yml 38.3.0
2026-04-12T00:48:48.549278+00:00 GitLab Importer Affected by VCID-65ue-7jd9-23gf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2025-47938.yml 38.3.0
2026-04-12T00:37:37.364442+00:00 GitLab Importer Affected by VCID-xy6y-312d-rygj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-55892.yml 38.3.0
2026-04-12T00:16:24.538346+00:00 GitLab Importer Affected by VCID-8d2m-1ffv-jqe1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-34356.yml 38.3.0
2026-04-12T00:16:13.721275+00:00 GitLab Importer Affected by VCID-zwgt-rm1f-6bf2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-34357.yml 38.3.0
2026-04-12T00:16:01.497281+00:00 GitLab Importer Affected by VCID-mud2-s4rc-fuf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-34358.yml 38.3.0
2026-04-12T00:10:09.305227+00:00 GitLab Importer Affected by VCID-axvk-13qf-tka7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-22188.yml 38.3.0
2026-04-12T00:10:08.895103+00:00 GitLab Importer Affected by VCID-n7ng-zkkb-2qaz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-25120.yml 38.3.0
2026-04-12T00:10:08.032380+00:00 GitLab Importer Affected by VCID-taj6-zj2n-5kg8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-25121.yml 38.3.0
2026-04-12T00:10:07.365840+00:00 GitLab Importer Affected by VCID-g4uc-qeb6-myed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-25119.yml 38.3.0
2026-04-12T00:10:06.707329+00:00 GitLab Importer Affected by VCID-gv1b-xtv4-4yg3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-25118.yml 38.3.0
2026-04-12T00:02:53.279182+00:00 GitLab Importer Affected by VCID-h6y3-7gsq-skh2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2023-47127.yml 38.3.0
2026-04-11T23:53:54.643848+00:00 GitLab Importer Affected by VCID-zn99-ywte-33g6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2023-38499.yml 38.3.0
2026-04-11T23:39:16.813401+00:00 GitLab Importer Affected by VCID-vyvy-y3cw-hbgr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2023-24814.yml 38.3.0
2026-04-11T23:35:48.246078+00:00 GitLab Importer Affected by VCID-t1n7-eswt-73gw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23503.yml 38.3.0
2026-04-11T23:35:46.993183+00:00 GitLab Importer Affected by VCID-ve7g-8st5-wffb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23500.yml 38.3.0
2026-04-11T23:35:44.111726+00:00 GitLab Importer Affected by VCID-8sdd-b1bn-cuhx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23502.yml 38.3.0
2026-04-11T23:35:41.222395+00:00 GitLab Importer Affected by VCID-zdq2-dhb2-6kaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23501.yml 38.3.0
2026-04-11T23:35:28.166299+00:00 GitLab Importer Affected by VCID-w13x-3rp9-wyej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23504.yml 38.3.0
2026-04-11T23:25:58.848103+00:00 GitLab Importer Affected by VCID-1yxw-saf5-wue7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36020.yml 38.3.0
2026-04-11T23:25:15.507056+00:00 GitLab Importer Affected by VCID-b6er-h7dm-3bev https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/GMS-2022-4096.yml 38.3.0
2026-04-11T23:25:09.730830+00:00 GitLab Importer Affected by VCID-mnz3-rj21-67ad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36105.yml 38.3.0
2026-04-11T23:25:08.124806+00:00 GitLab Importer Affected by VCID-5paq-5frf-43ed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36107.yml 38.3.0
2026-04-11T23:25:07.479794+00:00 GitLab Importer Affected by VCID-vwb2-a84s-5qak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36106.yml 38.3.0
2026-04-11T23:25:05.995371+00:00 GitLab Importer Affected by VCID-av8u-rvzq-4fc7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36108.yml 38.3.0
2026-04-11T23:19:47.576175+00:00 GitLab Importer Affected by VCID-remd-55jh-r3g5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31050.yml 38.3.0
2026-04-11T23:19:37.159740+00:00 GitLab Importer Affected by VCID-e32h-8q61-hbgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31049.yml 38.3.0
2026-04-11T23:19:35.540831+00:00 GitLab Importer Affected by VCID-4jpa-6fqh-hbfg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31048.yml 38.3.0
2026-04-11T23:19:34.915582+00:00 GitLab Importer Affected by VCID-s55j-8hbt-akhn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31046.yml 38.3.0
2026-04-11T23:19:19.631867+00:00 GitLab Importer Affected by VCID-bajy-qbwq-fufn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31047.yml 38.3.0
2026-04-11T22:41:07.034386+00:00 GitLab Importer Affected by VCID-y32z-2d3f-gkgw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32768.yml 38.3.0
2026-04-11T22:40:37.923591+00:00 GitLab Importer Affected by VCID-n15v-ta9h-6ffb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32767.yml 38.3.0
2026-04-11T22:40:35.430287+00:00 GitLab Importer Affected by VCID-s64f-x81f-b7ce https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32668.yml 38.3.0
2026-04-11T22:40:34.360383+00:00 GitLab Importer Affected by VCID-ekfd-wp8z-d7e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32669.yml 38.3.0
2026-04-11T22:40:33.713903+00:00 GitLab Importer Affected by VCID-6a9t-8dmn-s3bv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32667.yml 38.3.0
2026-04-11T22:31:46.149142+00:00 GitLab Importer Affected by VCID-dhrm-uxuv-zfaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21358.yml 38.3.0
2026-04-11T22:31:44.886324+00:00 GitLab Importer Affected by VCID-xh7y-56vy-5ud8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21355.yml 38.3.0
2026-04-11T22:31:43.453321+00:00 GitLab Importer Affected by VCID-dsu7-jjjq-f3e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21339.yml 38.3.0
2026-04-11T22:31:42.538529+00:00 GitLab Importer Affected by VCID-he5m-6wj4-rbhc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21357.yml 38.3.0
2026-04-11T22:31:41.052913+00:00 GitLab Importer Affected by VCID-5jgb-dsyx-hyb4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21338.yml 38.3.0
2026-04-11T22:31:37.870221+00:00 GitLab Importer Affected by VCID-t3jn-vwbx-u7cr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21370.yml 38.3.0
2026-04-11T22:31:35.362155+00:00 GitLab Importer Affected by VCID-a89c-jvwa-6kh5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21340.yml 38.3.0
2026-04-11T22:31:34.134747+00:00 GitLab Importer Affected by VCID-d8d1-sat6-muhe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21359.yml 38.3.0
2026-04-11T22:26:31.397249+00:00 GitLab Importer Affected by VCID-f963-qur3-2qb7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-26227.yml 38.3.0
2026-04-11T22:26:26.141326+00:00 GitLab Importer Affected by VCID-a49c-fqrj-nbb3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-26228.yml 38.3.0
2026-04-11T22:26:24.188653+00:00 GitLab Importer Affected by VCID-cdjv-fp71-y3dv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-26229.yml 38.3.0
2026-04-11T22:17:38.290137+00:00 GitLab Importer Affected by VCID-phgh-sd4m-zbdx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-15099.yml 38.3.0
2026-04-11T22:17:37.502212+00:00 GitLab Importer Affected by VCID-sw7v-fbjk-13hy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-15098.yml 38.3.0
2026-04-05T02:30:38.194540+00:00 GitLab Importer Affected by VCID-t1n7-eswt-73gw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23503.yml 38.1.0
2026-04-05T02:30:36.968552+00:00 GitLab Importer Affected by VCID-ve7g-8st5-wffb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23500.yml 38.1.0
2026-04-05T02:30:34.529758+00:00 GitLab Importer Affected by VCID-8sdd-b1bn-cuhx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23502.yml 38.1.0
2026-04-05T02:30:32.358931+00:00 GitLab Importer Affected by VCID-zdq2-dhb2-6kaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23501.yml 38.1.0
2026-04-05T02:21:46.047259+00:00 GitLab Importer Affected by VCID-b6er-h7dm-3bev https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/GMS-2022-4096.yml 38.1.0
2026-04-03T01:41:55.559583+00:00 GitLab Importer Affected by VCID-gyyu-n3b1-zbcj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2026-0859.yml 38.1.0
2026-04-03T00:56:55.885017+00:00 GitLab Importer Affected by VCID-1r9g-c5rn-ukgb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2025-47940.yml 38.1.0
2026-04-03T00:56:55.163608+00:00 GitLab Importer Affected by VCID-4t9s-p25a-cfas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2025-47939.yml 38.1.0
2026-04-03T00:56:54.280567+00:00 GitLab Importer Affected by VCID-nubu-f1sc-gbes https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2025-47937.yml 38.1.0
2026-04-03T00:56:48.247997+00:00 GitLab Importer Affected by VCID-65ue-7jd9-23gf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2025-47938.yml 38.1.0
2026-04-03T00:45:32.024403+00:00 GitLab Importer Affected by VCID-xy6y-312d-rygj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-55892.yml 38.1.0
2026-04-03T00:23:24.750552+00:00 GitLab Importer Affected by VCID-8d2m-1ffv-jqe1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-34356.yml 38.1.0
2026-04-03T00:23:14.959120+00:00 GitLab Importer Affected by VCID-zwgt-rm1f-6bf2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-34357.yml 38.1.0
2026-04-03T00:23:02.670186+00:00 GitLab Importer Affected by VCID-mud2-s4rc-fuf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-34358.yml 38.1.0
2026-04-03T00:15:23.687379+00:00 GitLab Importer Affected by VCID-axvk-13qf-tka7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-22188.yml 38.1.0
2026-04-03T00:15:22.876293+00:00 GitLab Importer Affected by VCID-n7ng-zkkb-2qaz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-25120.yml 38.1.0
2026-04-03T00:15:21.639021+00:00 GitLab Importer Affected by VCID-taj6-zj2n-5kg8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-25121.yml 38.1.0
2026-04-03T00:15:20.610834+00:00 GitLab Importer Affected by VCID-g4uc-qeb6-myed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-25119.yml 38.1.0
2026-04-03T00:15:19.547799+00:00 GitLab Importer Affected by VCID-gv1b-xtv4-4yg3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2024-25118.yml 38.1.0
2026-04-03T00:05:52.668436+00:00 GitLab Importer Affected by VCID-h6y3-7gsq-skh2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2023-47127.yml 38.1.0
2026-04-02T23:57:02.400563+00:00 GitLab Importer Affected by VCID-zn99-ywte-33g6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2023-38499.yml 38.1.0
2026-04-02T23:43:27.846980+00:00 GitLab Importer Affected by VCID-vyvy-y3cw-hbgr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2023-24814.yml 38.1.0
2026-04-02T23:40:06.408027+00:00 GitLab Importer Affected by VCID-w13x-3rp9-wyej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23504.yml 38.1.0
2026-04-02T23:32:10.516637+00:00 GitLab Importer Affected by VCID-1yxw-saf5-wue7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36020.yml 38.1.0
2026-04-02T23:31:29.386214+00:00 GitLab Importer Affected by VCID-mnz3-rj21-67ad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36105.yml 38.1.0
2026-04-02T23:31:27.934828+00:00 GitLab Importer Affected by VCID-5paq-5frf-43ed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36107.yml 38.1.0
2026-04-02T23:31:27.355590+00:00 GitLab Importer Affected by VCID-vwb2-a84s-5qak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36106.yml 38.1.0
2026-04-02T23:31:26.042719+00:00 GitLab Importer Affected by VCID-av8u-rvzq-4fc7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36108.yml 38.1.0
2026-04-02T23:27:11.003964+00:00 GitLab Importer Affected by VCID-remd-55jh-r3g5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31050.yml 38.1.0
2026-04-02T23:27:04.173305+00:00 GitLab Importer Affected by VCID-e32h-8q61-hbgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31049.yml 38.1.0
2026-04-02T23:27:03.129714+00:00 GitLab Importer Affected by VCID-4jpa-6fqh-hbfg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31048.yml 38.1.0
2026-04-02T23:27:02.554303+00:00 GitLab Importer Affected by VCID-s55j-8hbt-akhn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31046.yml 38.1.0
2026-04-02T23:26:48.315222+00:00 GitLab Importer Affected by VCID-bajy-qbwq-fufn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31047.yml 38.1.0
2026-04-02T22:51:34.710506+00:00 GitLab Importer Affected by VCID-y32z-2d3f-gkgw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32768.yml 38.1.0
2026-04-02T22:51:07.148591+00:00 GitLab Importer Affected by VCID-n15v-ta9h-6ffb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32767.yml 38.1.0
2026-04-02T22:51:04.899494+00:00 GitLab Importer Affected by VCID-s64f-x81f-b7ce https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32668.yml 38.1.0
2026-04-02T22:51:03.923089+00:00 GitLab Importer Affected by VCID-ekfd-wp8z-d7e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32669.yml 38.1.0
2026-04-02T22:51:03.290655+00:00 GitLab Importer Affected by VCID-6a9t-8dmn-s3bv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32667.yml 38.1.0
2026-04-02T22:43:06.422337+00:00 GitLab Importer Affected by VCID-dhrm-uxuv-zfaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21358.yml 38.1.0
2026-04-02T22:43:05.264600+00:00 GitLab Importer Affected by VCID-xh7y-56vy-5ud8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21355.yml 38.1.0
2026-04-02T22:43:03.909598+00:00 GitLab Importer Affected by VCID-dsu7-jjjq-f3e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21339.yml 38.1.0
2026-04-02T22:43:03.080306+00:00 GitLab Importer Affected by VCID-he5m-6wj4-rbhc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21357.yml 38.1.0
2026-04-02T22:43:01.712501+00:00 GitLab Importer Affected by VCID-5jgb-dsyx-hyb4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21338.yml 38.1.0
2026-04-02T22:42:58.735011+00:00 GitLab Importer Affected by VCID-t3jn-vwbx-u7cr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21370.yml 38.1.0
2026-04-02T22:42:56.391223+00:00 GitLab Importer Affected by VCID-a89c-jvwa-6kh5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21340.yml 38.1.0
2026-04-02T22:42:55.261551+00:00 GitLab Importer Affected by VCID-d8d1-sat6-muhe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21359.yml 38.1.0
2026-04-02T22:38:15.327369+00:00 GitLab Importer Affected by VCID-f963-qur3-2qb7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-26227.yml 38.1.0
2026-04-02T22:38:10.545470+00:00 GitLab Importer Affected by VCID-a49c-fqrj-nbb3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-26228.yml 38.1.0
2026-04-02T22:38:08.481933+00:00 GitLab Importer Affected by VCID-cdjv-fp71-y3dv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-26229.yml 38.1.0
2026-04-02T22:29:41.416698+00:00 GitLab Importer Affected by VCID-phgh-sd4m-zbdx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-15099.yml 38.1.0
2026-04-02T22:29:40.681442+00:00 GitLab Importer Affected by VCID-sw7v-fbjk-13hy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-15098.yml 38.1.0
2026-04-01T18:06:21.322322+00:00 GitLab Importer Affected by VCID-vyvy-y3cw-hbgr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2023-24814.yml 38.0.0
2026-04-01T18:02:36.389842+00:00 GitLab Importer Affected by VCID-w13x-3rp9-wyej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-23504.yml 38.0.0
2026-04-01T17:53:51.966562+00:00 GitLab Importer Affected by VCID-1yxw-saf5-wue7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36020.yml 38.0.0
2026-04-01T17:53:08.007308+00:00 GitLab Importer Affected by VCID-mnz3-rj21-67ad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36105.yml 38.0.0
2026-04-01T17:53:06.399549+00:00 GitLab Importer Affected by VCID-5paq-5frf-43ed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36107.yml 38.0.0
2026-04-01T17:53:05.771016+00:00 GitLab Importer Affected by VCID-vwb2-a84s-5qak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36106.yml 38.0.0
2026-04-01T17:53:04.281150+00:00 GitLab Importer Affected by VCID-av8u-rvzq-4fc7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-36108.yml 38.0.0
2026-04-01T17:48:06.722099+00:00 GitLab Importer Affected by VCID-remd-55jh-r3g5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31050.yml 38.0.0
2026-04-01T17:47:59.913741+00:00 GitLab Importer Affected by VCID-e32h-8q61-hbgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31049.yml 38.0.0
2026-04-01T17:47:58.912777+00:00 GitLab Importer Affected by VCID-4jpa-6fqh-hbfg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31048.yml 38.0.0
2026-04-01T17:47:58.304467+00:00 GitLab Importer Affected by VCID-s55j-8hbt-akhn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31046.yml 38.0.0
2026-04-01T17:47:42.690382+00:00 GitLab Importer Affected by VCID-bajy-qbwq-fufn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2022-31047.yml 38.0.0
2026-04-01T17:09:39.893492+00:00 GitLab Importer Affected by VCID-y32z-2d3f-gkgw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32768.yml 38.0.0
2026-04-01T17:09:09.682301+00:00 GitLab Importer Affected by VCID-n15v-ta9h-6ffb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32767.yml 38.0.0
2026-04-01T17:09:07.188297+00:00 GitLab Importer Affected by VCID-s64f-x81f-b7ce https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32668.yml 38.0.0
2026-04-01T17:09:06.081687+00:00 GitLab Importer Affected by VCID-ekfd-wp8z-d7e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32669.yml 38.0.0
2026-04-01T17:09:05.431974+00:00 GitLab Importer Affected by VCID-6a9t-8dmn-s3bv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-32667.yml 38.0.0
2026-04-01T17:00:49.388656+00:00 GitLab Importer Affected by VCID-dhrm-uxuv-zfaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21358.yml 38.0.0
2026-04-01T17:00:47.857058+00:00 GitLab Importer Affected by VCID-xh7y-56vy-5ud8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21355.yml 38.0.0
2026-04-01T17:00:46.420886+00:00 GitLab Importer Affected by VCID-dsu7-jjjq-f3e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21339.yml 38.0.0
2026-04-01T17:00:45.524251+00:00 GitLab Importer Affected by VCID-he5m-6wj4-rbhc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21357.yml 38.0.0
2026-04-01T17:00:44.087970+00:00 GitLab Importer Affected by VCID-5jgb-dsyx-hyb4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21338.yml 38.0.0
2026-04-01T17:00:40.818053+00:00 GitLab Importer Affected by VCID-t3jn-vwbx-u7cr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21370.yml 38.0.0
2026-04-01T17:00:38.489451+00:00 GitLab Importer Affected by VCID-a89c-jvwa-6kh5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21340.yml 38.0.0
2026-04-01T17:00:37.244529+00:00 GitLab Importer Affected by VCID-d8d1-sat6-muhe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2021-21359.yml 38.0.0
2026-04-01T16:55:41.089302+00:00 GitLab Importer Affected by VCID-f963-qur3-2qb7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-26227.yml 38.0.0
2026-04-01T16:55:35.833741+00:00 GitLab Importer Affected by VCID-a49c-fqrj-nbb3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-26228.yml 38.0.0
2026-04-01T16:55:33.775156+00:00 GitLab Importer Affected by VCID-cdjv-fp71-y3dv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-26229.yml 38.0.0
2026-04-01T16:47:48.471130+00:00 GitLab Importer Affected by VCID-phgh-sd4m-zbdx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-15099.yml 38.0.0
2026-04-01T16:47:47.685723+00:00 GitLab Importer Affected by VCID-sw7v-fbjk-13hy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/typo3/cms-core/CVE-2020-15098.yml 38.0.0