From 3d81833c4ab7a05add92d1f031823aad90235e9b Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 19:00:34 +0000 Subject: [PATCH] Publish GHSA-45xg-4w5x-j429 --- .../GHSA-45xg-4w5x-j429.json | 134 ++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 advisories/github-reviewed/2024/05/GHSA-45xg-4w5x-j429/GHSA-45xg-4w5x-j429.json diff --git a/advisories/github-reviewed/2024/05/GHSA-45xg-4w5x-j429/GHSA-45xg-4w5x-j429.json b/advisories/github-reviewed/2024/05/GHSA-45xg-4w5x-j429/GHSA-45xg-4w5x-j429.json new file mode 100644 index 00000000000..aade8183af7 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-45xg-4w5x-j429/GHSA-45xg-4w5x-j429.json @@ -0,0 +1,134 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-45xg-4w5x-j429", + "modified": "2024-05-30T18:59:33Z", + "published": "2024-05-30T18:59:33Z", + "aliases": [ + + ], + "summary": "TYPO3 Arbitrary Shell Execution in Swiftmailer library", + "details": "The swiftmailer library in use allows to execute arbitrary shell commands if the \"From\" header comes from a non-trusted source and no \"Return-Path\" is configured. Affected are only TYPO3 installation the configuration option\n```\n$GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport'] \n```\nis set to \"sendmail\". Installations with the default configuration are not affected.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.2.0" + }, + { + "fixed": "6.2.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.1.0" + }, + { + "fixed": "6.1.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.7.0" + }, + { + "fixed": "4.7.20" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.5.0" + }, + { + "fixed": "4.5.37" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/commit/313c4bba53dd78803a9ee97c1f6f1d450a521521" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/commit/6af37574e063929eaab066dd9920b1fa8815da12" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/commit/dbdd9f22b7cebf43f2e4abdb2a6a8a9f32af8f61" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/commit/ead183c5acf25b7e1121adee5a5860bd9b5f05a2" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms/2014-10-22-2.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3/typo3" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2014-002" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-20" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-05-30T18:59:33Z", + "nvd_published_at": null + } +} \ No newline at end of file