From dc2d0ff35e24bc712b2b9a4598509a9fd23d14c3 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 13:53:53 +0000 Subject: [PATCH] Publish GHSA-cc97-g92w-jm65 --- .../GHSA-cc97-g92w-jm65.json | 115 ++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 advisories/github-reviewed/2024/05/GHSA-cc97-g92w-jm65/GHSA-cc97-g92w-jm65.json diff --git a/advisories/github-reviewed/2024/05/GHSA-cc97-g92w-jm65/GHSA-cc97-g92w-jm65.json b/advisories/github-reviewed/2024/05/GHSA-cc97-g92w-jm65/GHSA-cc97-g92w-jm65.json new file mode 100644 index 00000000000..e66ff42939f --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-cc97-g92w-jm65/GHSA-cc97-g92w-jm65.json @@ -0,0 +1,115 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-cc97-g92w-jm65", + "modified": "2024-05-30T13:52:08Z", + "published": "2024-05-30T13:52:08Z", + "aliases": [ + + ], + "summary": "TYPO3 CMS Insecure Deserialization & Arbitrary Code Execution", + "details": "Phar files (formerly known as \"PHP archives\") can act als self extracting archives which leads to the fact that source code is executed when Phar files are invoked. The Phar file format is not limited to be stored with a dedicated file extension - \"bundle.phar\" would be valid as well as \"bundle.txt\" would be. This way, Phar files can be obfuscated as image or text file which would not be denied from being uploaded and persisted to a TYPO3 installation. Due to a missing sanitization of user input, those Phar files can be invoked by manipulated URLs in TYPO3 backend forms. A valid backend user account is needed to exploit this vulnerability. In theory the attack vector would be possible in the TYPO3 frontend as well, however no functional exploit has been identified so far.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0.0" + }, + { + "fixed": "8.7.17" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0" + }, + { + "fixed": "9.3.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0" + }, + { + "fixed": "7.6.30" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/TYPO3-CMS/core/commit/81c6e9e6e49ee4f924bd340fb007d271fa44aa16" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3-CMS/core/commit/854d03841b42123ab744c2591199b76ce65a8e45" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3-CMS/core/commit/aa4e270d04313fe7d8ea508a9c694db83875e981" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3-CMS/core/commit/dd0487bd8b4ec7204dbfff2b5812d797102a1778" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms-core/2018-07-12-2.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3-CMS/core" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2018-002" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-74" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-05-30T13:52:08Z", + "nvd_published_at": null + } +} \ No newline at end of file