diff --git a/advisories/github-reviewed/2022/05/GHSA-j5v7-9xr5-m7gx/GHSA-j5v7-9xr5-m7gx.json b/advisories/github-reviewed/2022/05/GHSA-j5v7-9xr5-m7gx/GHSA-j5v7-9xr5-m7gx.json new file mode 100644 index 00000000000..f3f841bad86 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-j5v7-9xr5-m7gx/GHSA-j5v7-9xr5-m7gx.json @@ -0,0 +1,92 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-j5v7-9xr5-m7gx", + "modified": "2025-04-14T20:07:28Z", + "published": "2022-05-17T03:59:52Z", + "aliases": [ + "CVE-2015-8759" + ], + "summary": "TYPO3 Cross-site Scripting vulnerability", + "details": "Cross-site scripting (XSS) vulnerability in the typoLink function in TYPO3 6.2.x before 6.2.16 and 7.x before 7.6.1 allows remote authenticated editors to inject arbitrary web script or HTML via a link field.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.2.0" + }, + { + "fixed": "6.2.16" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0" + }, + { + "fixed": "7.6.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-8759" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/commit/25a1473907f0f4b2bb0147c661981940c57a4555" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3/typo3/commit/de1755a6dcff9b037c6d5a1fa340ba100aff054a" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3/typo3" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2015-012" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20200228051548/http://www.securityfocus.com/bid/79250" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-14T20:07:27Z", + "nvd_published_at": "2016-01-08T19:59:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-j5v7-9xr5-m7gx/GHSA-j5v7-9xr5-m7gx.json b/advisories/unreviewed/2022/05/GHSA-j5v7-9xr5-m7gx/GHSA-j5v7-9xr5-m7gx.json deleted file mode 100644 index d945817adcb..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-j5v7-9xr5-m7gx/GHSA-j5v7-9xr5-m7gx.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-j5v7-9xr5-m7gx", - "modified": "2025-04-12T12:55:37Z", - "published": "2022-05-17T03:59:52Z", - "aliases": [ - "CVE-2015-8759" - ], - "details": "Cross-site scripting (XSS) vulnerability in the typoLink function in TYPO3 6.2.x before 6.2.16 and 7.x before 7.6.1 allows remote authenticated editors to inject arbitrary web script or HTML via a link field.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-8759" - }, - { - "type": "WEB", - "url": "http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2015-012" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/79250" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2016-01-08T19:59:00Z" - } -} \ No newline at end of file