From 164e6d4abfbbedaf00ca824a1a2ca320b53967a8 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 19:26:01 +0000 Subject: [PATCH] Publish GHSA-x8pv-fgxp-8v3x --- .../GHSA-x8pv-fgxp-8v3x.json | 156 ++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 advisories/github-reviewed/2025/05/GHSA-x8pv-fgxp-8v3x/GHSA-x8pv-fgxp-8v3x.json diff --git a/advisories/github-reviewed/2025/05/GHSA-x8pv-fgxp-8v3x/GHSA-x8pv-fgxp-8v3x.json b/advisories/github-reviewed/2025/05/GHSA-x8pv-fgxp-8v3x/GHSA-x8pv-fgxp-8v3x.json new file mode 100644 index 00000000000..ec7fe1d8a1d --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-x8pv-fgxp-8v3x/GHSA-x8pv-fgxp-8v3x.json @@ -0,0 +1,156 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-x8pv-fgxp-8v3x", + "modified": "2025-05-20T19:23:45Z", + "published": "2025-05-20T19:23:44Z", + "aliases": [ + "CVE-2025-47937" + ], + "summary": "TYPO3 Allows Information Disclosure via DBAL Restriction Handling", + "details": "### Problem\nWhen performing a database query involving multiple tables through the database abstraction layer (DBAL), frontend user permissions are only applied via `FrontendGroupRestriction` to the last table. As a result, data from additional tables included in the same query may be unintentionally exposed to unauthorized users.\n\n### Solution\nUpdate to TYPO3 versions 9.5.51 ELTS, 10.4.50 ELTS, 11.5.44 ELTS, 12.4.31 LTS, 13.4.12 LTS that fix the problem described.\n\n### Credits\nThanks to Christian Futterlieb for reporting this issue, and to TYPO3 security team member Elias Häußler for fixing it.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0" + }, + { + "fixed": "9.5.51" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 9.5.50" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.0.0" + }, + { + "fixed": "10.4.50" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 10.4.49" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.0.0" + }, + { + "fixed": "11.5.44" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 11.5.43" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "12.0.0" + }, + { + "fixed": "12.4.31" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 12.4.30" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "13.0.0" + }, + { + "fixed": "13.4.12" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 13.4.11" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-x8pv-fgxp-8v3x" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47937" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3-CMS/core" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2025-011" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-05-20T19:23:44Z", + "nvd_published_at": "2025-05-20T14:15:50Z" + } +} \ No newline at end of file