From 862fc1212757bca48bcd21aa7c9b8fc3d10f9284 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:06:42 +0000 Subject: [PATCH] Publish Advisories GHSA-5gr6-97fv-52cc GHSA-c7rj-92xr-wprg --- .../GHSA-5gr6-97fv-52cc.json | 80 ++++++++++++++++ .../GHSA-c7rj-92xr-wprg.json | 91 +++++++++++++++++++ 2 files changed, 171 insertions(+) create mode 100644 advisories/github-reviewed/2024/06/GHSA-5gr6-97fv-52cc/GHSA-5gr6-97fv-52cc.json create mode 100644 advisories/github-reviewed/2024/06/GHSA-c7rj-92xr-wprg/GHSA-c7rj-92xr-wprg.json diff --git a/advisories/github-reviewed/2024/06/GHSA-5gr6-97fv-52cc/GHSA-5gr6-97fv-52cc.json b/advisories/github-reviewed/2024/06/GHSA-5gr6-97fv-52cc/GHSA-5gr6-97fv-52cc.json new file mode 100644 index 00000000000..8b3922fc13f --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-5gr6-97fv-52cc/GHSA-5gr6-97fv-52cc.json @@ -0,0 +1,80 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5gr6-97fv-52cc", + "modified": "2024-06-05T17:05:47Z", + "published": "2024-06-05T17:05:47Z", + "aliases": [ + + ], + "summary": "Cross-Site Scripting in TYPO3 CMS", + "details": "Failing to properly encode user input, several places of the TYPO3 CMS are vulnerable to Cross-Site Scripting.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.6.0" + }, + { + "fixed": "7.6.16" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0.0" + }, + { + "fixed": "8.6.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms/2017-02-28-2.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3/typo3" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2017-003" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-06-05T17:05:47Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/06/GHSA-c7rj-92xr-wprg/GHSA-c7rj-92xr-wprg.json b/advisories/github-reviewed/2024/06/GHSA-c7rj-92xr-wprg/GHSA-c7rj-92xr-wprg.json new file mode 100644 index 00000000000..fc87f0338b0 --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-c7rj-92xr-wprg/GHSA-c7rj-92xr-wprg.json @@ -0,0 +1,91 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c7rj-92xr-wprg", + "modified": "2024-06-05T17:04:41Z", + "published": "2024-06-05T17:04:41Z", + "aliases": [ + + ], + "summary": "Insecure Unserialize in TYPO3 Backend", + "details": "Failing to properly validate incoming data, the suggest wizard is susceptible to insecure unserialize. To exploit this vulnerability a valid backend user account is needed.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.2.0" + }, + { + "fixed": "6.2.29" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.6.0" + }, + { + "fixed": "7.6.13" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0.0" + }, + { + "fixed": "8.4.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms/2016-11-22-1.yaml" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-06-05T17:04:41Z", + "nvd_published_at": null + } +} \ No newline at end of file