From b9f719333f2705621b1337d8475b4d6767bf346f Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:44:34 +0000 Subject: [PATCH] Publish Advisories GHSA-7835-fcv3-g256 GHSA-8mv3-37rc-pvxj --- .../GHSA-7835-fcv3-g256.json | 65 +++++++++++++++++++ .../GHSA-8mv3-37rc-pvxj.json | 65 +++++++++++++++++++ 2 files changed, 130 insertions(+) create mode 100644 advisories/github-reviewed/2025/01/GHSA-7835-fcv3-g256/GHSA-7835-fcv3-g256.json create mode 100644 advisories/github-reviewed/2025/01/GHSA-8mv3-37rc-pvxj/GHSA-8mv3-37rc-pvxj.json diff --git a/advisories/github-reviewed/2025/01/GHSA-7835-fcv3-g256/GHSA-7835-fcv3-g256.json b/advisories/github-reviewed/2025/01/GHSA-7835-fcv3-g256/GHSA-7835-fcv3-g256.json new file mode 100644 index 00000000000..c9e55740ca4 --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-7835-fcv3-g256/GHSA-7835-fcv3-g256.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7835-fcv3-g256", + "modified": "2025-01-14T15:42:12Z", + "published": "2025-01-14T15:42:12Z", + "aliases": [ + "CVE-2024-55924" + ], + "summary": "TYPO3 Scheduler Module vulnerable to Cross-Site Request Forgery", + "details": "### Problem\nA vulnerability has been identified in the backend user interface functionality involving deep links. Specifically, this functionality is susceptible to Cross-Site Request Forgery (CSRF). Additionally, state-changing actions in downstream components incorrectly accepted submissions via HTTP GET and did not enforce the appropriate HTTP method.\n\nSuccessful exploitation of this vulnerability requires the victim to have an active session on the backend user interface and to be deceived into interacting with a malicious URL targeting the backend, which can occur under the following conditions:\n\n* the user opens a malicious link, such as one sent via email.\n* the user visits a compromised or manipulated website while the following settings are misconfigured:\n + `security.backend.enforceReferrer` feature is disabled,\n + `BE/cookieSameSite` configuration is set to `lax` or `none`\n\nThe vulnerability in the affected downstream component “Scheduler Module” allows attackers to trigger pre-defined command classes - which can lead to unauthorized import or export of data in the worst case.\n\n### Solution\nUpdate to TYPO3 versions 11.5.42 ELTS that fixes the problem described.\n\n### Credits\nThanks to Gabriel Dimitrov who reported this issue and to TYPO3 core and security members Benjamin Franzke, Oliver Hader, Andreas Kienast, Torben Hansen, Elias Häußler who fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2025-009](https://typo3.org/security/advisory/typo3-core-sa-2025-009)\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-scheduler" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.0.0" + }, + { + "fixed": "11.5.42" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 11.5.41" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-7835-fcv3-g256" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3-CMS/scheduler" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2025-009" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352", + "CWE-749" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-01-14T15:42:12Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/01/GHSA-8mv3-37rc-pvxj/GHSA-8mv3-37rc-pvxj.json b/advisories/github-reviewed/2025/01/GHSA-8mv3-37rc-pvxj/GHSA-8mv3-37rc-pvxj.json new file mode 100644 index 00000000000..0b3b0c56f4e --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-8mv3-37rc-pvxj/GHSA-8mv3-37rc-pvxj.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8mv3-37rc-pvxj", + "modified": "2025-01-14T15:42:50Z", + "published": "2025-01-14T15:42:50Z", + "aliases": [ + "CVE-2024-55945" + ], + "summary": "TYPO3 DB Check Module vulnerable to Cross-Site Request Forgery", + "details": "### Problem\nA vulnerability has been identified in the backend user interface functionality involving deep links. Specifically, this functionality is susceptible to Cross-Site Request Forgery (CSRF). Additionally, state-changing actions in downstream components incorrectly accepted submissions via HTTP GET and did not enforce the appropriate HTTP method.\n\nSuccessful exploitation of this vulnerability requires the victim to have an active session on the backend user interface and to be deceived into interacting with a malicious URL targeting the backend, which can occur under the following conditions:\n\n* the user opens a malicious link, such as one sent via email.\n* the user visits a compromised or manipulated website while the following settings are misconfigured:\n + `security.backend.enforceReferrer` feature is disabled,\n + `BE/cookieSameSite` configuration is set to `lax` or `none`\n\nThe vulnerability in the affected downstream component “DB Check Module” allows attackers to manipulate data through unauthorized actions.\n\n### Solution\nUpdate to TYPO3 versions 11.5.42 ELTS that fixes the problem described.\n\n### Credits\nThanks to Gabriel Dimitrov who reported this issue and to TYPO3 core and security members Benjamin Franzke, Oliver Hader, Andreas Kienast, Torben Hansen, Elias Häußler who fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2025-010](https://typo3.org/security/advisory/typo3-core-sa-2025-010)\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms-lowlevel" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.0.0" + }, + { + "fixed": "11.5.42" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 11.5.41" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-8mv3-37rc-pvxj" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3-CMS/lowlevel" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2025-010" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352", + "CWE-749" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-01-14T15:42:50Z", + "nvd_published_at": null + } +} \ No newline at end of file