From de229b57716e13d277f03c0763823827b4500595 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:28:14 +0000 Subject: [PATCH] Publish Advisories GHSA-6mgp-v5cm-ghg5 GHSA-gfvf-2f25-f34r --- .../GHSA-6mgp-v5cm-ghg5.json | 96 +++++++++++++++++++ .../GHSA-gfvf-2f25-f34r.json | 80 ++++++++++++++++ 2 files changed, 176 insertions(+) create mode 100644 advisories/github-reviewed/2024/05/GHSA-6mgp-v5cm-ghg5/GHSA-6mgp-v5cm-ghg5.json create mode 100644 advisories/github-reviewed/2024/05/GHSA-gfvf-2f25-f34r/GHSA-gfvf-2f25-f34r.json diff --git a/advisories/github-reviewed/2024/05/GHSA-6mgp-v5cm-ghg5/GHSA-6mgp-v5cm-ghg5.json b/advisories/github-reviewed/2024/05/GHSA-6mgp-v5cm-ghg5/GHSA-6mgp-v5cm-ghg5.json new file mode 100644 index 00000000000..d1762ff9f3d --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-6mgp-v5cm-ghg5/GHSA-6mgp-v5cm-ghg5.json @@ -0,0 +1,96 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6mgp-v5cm-ghg5", + "modified": "2024-05-15T20:27:23Z", + "published": "2024-05-15T20:27:23Z", + "aliases": [ + + ], + "summary": "Drupal core Remote Code Execution", + "details": "In Drupal core, when sending email some variables were not being sanitized for shell arguments in `DefaultMailSystem::mail()`, which could lead to remote code execution.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0" + }, + { + "fixed": "7.60" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0.0" + }, + { + "fixed": "8.5.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.6.0" + }, + { + "fixed": "8.6.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/2018-10-17-4.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/drupal/core" + }, + { + "type": "WEB", + "url": "https://www.drupal.org/sa-core-2018-006" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T20:27:23Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/05/GHSA-gfvf-2f25-f34r/GHSA-gfvf-2f25-f34r.json b/advisories/github-reviewed/2024/05/GHSA-gfvf-2f25-f34r/GHSA-gfvf-2f25-f34r.json new file mode 100644 index 00000000000..42ddb6c85a9 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-gfvf-2f25-f34r/GHSA-gfvf-2f25-f34r.json @@ -0,0 +1,80 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gfvf-2f25-f34r", + "modified": "2024-05-15T20:26:50Z", + "published": "2024-05-15T20:26:50Z", + "aliases": [ + + ], + "summary": "Drupal Anonymous Open Redirect ", + "details": "Drupal core and contributed modules frequently use a \"destination\" query string parameter in URLs to redirect users to a new destination after completing an action on the current page. Under certain circumstances, malicious users can use this parameter to construct a URL that will trick users into being redirected to a 3rd party website, thereby exposing the users to potential social engineering attacks.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0.0" + }, + { + "fixed": "8.5.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.6.0" + }, + { + "fixed": "8.6.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/2018-10-17-3.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/drupal/core" + }, + { + "type": "WEB", + "url": "https://www.drupal.org/sa-core-2018-006" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-601" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T20:26:50Z", + "nvd_published_at": null + } +} \ No newline at end of file