From 7eea718fd729347082968af5af3cee9c245d5676 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:53:52 +0000 Subject: [PATCH] Publish GHSA-6f9m-v7mp-7jjq --- .../GHSA-6f9m-v7mp-7jjq.json | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 advisories/github-reviewed/2024/06/GHSA-6f9m-v7mp-7jjq/GHSA-6f9m-v7mp-7jjq.json diff --git a/advisories/github-reviewed/2024/06/GHSA-6f9m-v7mp-7jjq/GHSA-6f9m-v7mp-7jjq.json b/advisories/github-reviewed/2024/06/GHSA-6f9m-v7mp-7jjq/GHSA-6f9m-v7mp-7jjq.json new file mode 100644 index 00000000000..38341bd275b --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-6f9m-v7mp-7jjq/GHSA-6f9m-v7mp-7jjq.json @@ -0,0 +1,96 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6f9m-v7mp-7jjq", + "modified": "2024-06-05T16:52:44Z", + "published": "2024-06-05T16:52:44Z", + "aliases": [ + + ], + "summary": "Authentication Bypass in TYPO3 CMS", + "details": "It has been discovered that TYPO3’s Salted Password system extension (which is a mandatory system component) is vulnerable to Authentication Bypass when using hashing methods which are related by PHP class inheritance. In standard TYPO3 core distributions stored passwords using the blowfish hashing algorithm can be overridden when using MD5 as the default hashing algorithm by just knowing a valid username. Per default the Portable PHP hashing algorithm (PHPass) is used which is not vulnerable.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0" + }, + { + "fixed": "7.6.30" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0.0" + }, + { + "fixed": "8.7.17" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0" + }, + { + "fixed": "9.3.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms/2018-07-12-1.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3/typo3" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2018-001" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-06-05T16:52:44Z", + "nvd_published_at": null + } +} \ No newline at end of file