From ebf655fb80fe8e9b970a56d01dd527309e135bd9 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 20:49:32 +0000 Subject: [PATCH] Publish Advisories GHSA-6gf6-24h2-66j4 GHSA-v273-j5hq-26xp --- .../GHSA-6gf6-24h2-66j4.json | 61 ++++++++++++++ .../GHSA-v273-j5hq-26xp.json | 80 +++++++++++++++++++ 2 files changed, 141 insertions(+) create mode 100644 advisories/github-reviewed/2024/05/GHSA-6gf6-24h2-66j4/GHSA-6gf6-24h2-66j4.json create mode 100644 advisories/github-reviewed/2024/05/GHSA-v273-j5hq-26xp/GHSA-v273-j5hq-26xp.json diff --git a/advisories/github-reviewed/2024/05/GHSA-6gf6-24h2-66j4/GHSA-6gf6-24h2-66j4.json b/advisories/github-reviewed/2024/05/GHSA-6gf6-24h2-66j4/GHSA-6gf6-24h2-66j4.json new file mode 100644 index 00000000000..28c44f741e5 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-6gf6-24h2-66j4/GHSA-6gf6-24h2-66j4.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6gf6-24h2-66j4", + "modified": "2024-05-15T20:48:59Z", + "published": "2024-05-15T20:48:59Z", + "aliases": [ + + ], + "summary": "Drupal core Open Redirect vulnerability", + "details": "Drupal 7 has an Open Redirect vulnerability. For example, a user could be tricked into visiting a specially crafted link which would redirect them to an arbitrary external URL.\n\nThe vulnerability is caused by insufficient validation of the destination query parameter in the drupal_goto() function.\n\nOther versions of Drupal core are not vulnerable.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0" + }, + { + "fixed": "7.70" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/2020-05-20-1.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/drupal/core" + }, + { + "type": "WEB", + "url": "https://www.drupal.org/sa-core-2020-003" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-601" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T20:48:59Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/05/GHSA-v273-j5hq-26xp/GHSA-v273-j5hq-26xp.json b/advisories/github-reviewed/2024/05/GHSA-v273-j5hq-26xp/GHSA-v273-j5hq-26xp.json new file mode 100644 index 00000000000..d5c9dbcfbb8 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-v273-j5hq-26xp/GHSA-v273-j5hq-26xp.json @@ -0,0 +1,80 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-v273-j5hq-26xp", + "modified": "2024-05-15T20:48:20Z", + "published": "2024-05-15T20:48:20Z", + "aliases": [ + + ], + "summary": "Drupal core uses a vulnerable Third-party library CKEditor", + "details": "The Drupal project uses the third-party library [CKEditor](https://github.com/ckeditor/ckeditor4), which has released a [security improvement](https://ckeditor.com/blog/CKEditor-4.14-with-Paste-from-LibreOffice-released/#security-issues-fixed) that is needed to protect some Drupal configurations.\n\nVulnerabilities are possible if Drupal is configured to use the WYSIWYG CKEditor for your site's users. An attacker that can create or edit content may be able to exploit this Cross Site Scripting (XSS) vulnerability to target users with access to the WYSIWYG CKEditor, and this may include site admins with privileged access.\n\nThe latest versions of Drupal update CKEditor to 4.14 to mitigate the vulnerabilities.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0.0" + }, + { + "fixed": "8.7.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.8.0" + }, + { + "fixed": "8.8.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/2020-03-18.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/drupal/core" + }, + { + "type": "WEB", + "url": "https://www.drupal.org/sa-core-2020-001" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T20:48:20Z", + "nvd_published_at": null + } +} \ No newline at end of file