From 0b43a8ea50b1999cd6f06f4c02ae3217a39d9a96 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 18:24:32 +0000 Subject: [PATCH] Publish GHSA-82vp-jr39-4j2j --- .../GHSA-82vp-jr39-4j2j.json | 88 +++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 advisories/github-reviewed/2024/05/GHSA-82vp-jr39-4j2j/GHSA-82vp-jr39-4j2j.json diff --git a/advisories/github-reviewed/2024/05/GHSA-82vp-jr39-4j2j/GHSA-82vp-jr39-4j2j.json b/advisories/github-reviewed/2024/05/GHSA-82vp-jr39-4j2j/GHSA-82vp-jr39-4j2j.json new file mode 100644 index 00000000000..3b539cf67bc --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-82vp-jr39-4j2j/GHSA-82vp-jr39-4j2j.json @@ -0,0 +1,88 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-82vp-jr39-4j2j", + "modified": "2024-05-30T18:22:41Z", + "published": "2024-05-30T18:22:41Z", + "aliases": [ + + ], + "summary": "TYPO3 Security Misconfiguration in Frontend Session Handling", + "details": "It has been discovered session data of properly authenticated and logged in frontend users is kept and transformed into an anonymous user session during the logout process. This way the next user using the same client application gains access to previous session data.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0.0" + }, + { + "fixed": "8.7.27" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0" + }, + { + "fixed": "9.5.8" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/TYPO3-CMS/core/commit/c8c08ca0c26db02753c243e175a8a045628341b6" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3-CMS/core/commit/fe43834075ae283c8cd91949e9f1dfd18b2d492f" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms-core/2019-06-25-3.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3-CMS/core" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2019-018" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-488" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-05-30T18:22:41Z", + "nvd_published_at": null + } +} \ No newline at end of file