From 8ba38ded8fdbf814a3de772e14b01e0fd5b11417 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:59:16 +0000 Subject: [PATCH] Publish GHSA-45wj-jv2h-jwrf --- .../GHSA-45wj-jv2h-jwrf.json | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 advisories/github-reviewed/2024/05/GHSA-45wj-jv2h-jwrf/GHSA-45wj-jv2h-jwrf.json diff --git a/advisories/github-reviewed/2024/05/GHSA-45wj-jv2h-jwrf/GHSA-45wj-jv2h-jwrf.json b/advisories/github-reviewed/2024/05/GHSA-45wj-jv2h-jwrf/GHSA-45wj-jv2h-jwrf.json new file mode 100644 index 00000000000..e86f627d256 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-45wj-jv2h-jwrf/GHSA-45wj-jv2h-jwrf.json @@ -0,0 +1,96 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-45wj-jv2h-jwrf", + "modified": "2024-05-30T13:57:36Z", + "published": "2024-05-30T13:57:36Z", + "aliases": [ + + ], + "summary": "TYPO3 CMS Privilege Escalation and SQL Injection", + "details": "Failing to properly dissociate system related configuration from user generated configuration, the Form Framework (system extension \"form\") is vulnerable to SQL injection and Privilege Escalation. Basically instructions can be persisted to a form definition file that were not configured to be modified - this applies to definitions managed using the form editor module as well as direct file upload using the regular file list module. A valid backend user account as well as having system extension form activated are needed in order to exploit this vulnerability.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.5.0" + }, + { + "fixed": "8.7.17" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0" + }, + { + "fixed": "9.3.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/TYPO3-CMS/core/commit/5e3ed52854ea8192f1c0e2ef30f434e74ba6d253" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3-CMS/core/commit/a0a6271dc8f715b5b6859771333d57925dfb63bc" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3-CMS/core/commit/e70d7c66110a0919b39bccdfdc73cbfd7f504dfc" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3-CMS/core/commit/eddc7635fb3447f0fb69831855f4095de8e12350" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms-core/2018-07-12-3.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3-CMS/core" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2018-003" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-05-30T13:57:36Z", + "nvd_published_at": null + } +} \ No newline at end of file