From 68a639411ba86d2acaf66a973e0b5030cd9930e1 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:34:07 +0000 Subject: [PATCH] Publish Advisories GHSA-p8g6-5mg7-9r5q GHSA-rhx9-3qf7-r3j7 --- .../GHSA-p8g6-5mg7-9r5q.json | 62 +++++++++++++++++-- .../GHSA-rhx9-3qf7-r3j7.json | 58 +++++++++++++++-- 2 files changed, 112 insertions(+), 8 deletions(-) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-p8g6-5mg7-9r5q/GHSA-p8g6-5mg7-9r5q.json (51%) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-rhx9-3qf7-r3j7/GHSA-rhx9-3qf7-r3j7.json (51%) diff --git a/advisories/unreviewed/2022/05/GHSA-p8g6-5mg7-9r5q/GHSA-p8g6-5mg7-9r5q.json b/advisories/github-reviewed/2022/05/GHSA-p8g6-5mg7-9r5q/GHSA-p8g6-5mg7-9r5q.json similarity index 51% rename from advisories/unreviewed/2022/05/GHSA-p8g6-5mg7-9r5q/GHSA-p8g6-5mg7-9r5q.json rename to advisories/github-reviewed/2022/05/GHSA-p8g6-5mg7-9r5q/GHSA-p8g6-5mg7-9r5q.json index 7f19502b850..f08598ef4f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-p8g6-5mg7-9r5q/GHSA-p8g6-5mg7-9r5q.json +++ b/advisories/github-reviewed/2022/05/GHSA-p8g6-5mg7-9r5q/GHSA-p8g6-5mg7-9r5q.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-p8g6-5mg7-9r5q", - "modified": "2022-05-13T01:36:23Z", + "modified": "2024-04-23T22:32:43Z", "published": "2022-05-13T01:36:23Z", "aliases": [ "CVE-2017-6924" ], + "summary": "Drupal REST API can bypass comment approval", "details": "In Drupal 8 prior to 8.3.7; When using the REST API, users without the correct permission can post comments via REST that are approved even if the user does not have permission to post approved comments. This issue only affects sites that have the RESTful Web Services (rest) module enabled, the comment entity REST resource enabled, and where an attacker can access a user account on the site with permissions to post comments, or where anonymous users can post comments.", "severity": [ { @@ -14,13 +15,66 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0" + }, + { + "fixed": "8.3.7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/drupal" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0" + }, + { + "fixed": "8.3.7" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-6924" }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/CVE-2017-6924.yaml" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2017-6924.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/drupal/core" + }, + { + "type": "WEB", + "url": "https://www.drupal.org/SA-CORE-2017-004" + }, { "type": "WEB", "url": "https://www.drupal.org/forum/newsletters/security-advisories-for-drupal-core/2017-08-16/drupal-core-multiple" @@ -39,8 +93,8 @@ "CWE-269" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-04-23T22:32:43Z", "nvd_published_at": "2019-01-15T20:29:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-rhx9-3qf7-r3j7/GHSA-rhx9-3qf7-r3j7.json b/advisories/github-reviewed/2022/05/GHSA-rhx9-3qf7-r3j7/GHSA-rhx9-3qf7-r3j7.json similarity index 51% rename from advisories/unreviewed/2022/05/GHSA-rhx9-3qf7-r3j7/GHSA-rhx9-3qf7-r3j7.json rename to advisories/github-reviewed/2022/05/GHSA-rhx9-3qf7-r3j7/GHSA-rhx9-3qf7-r3j7.json index ed41c612cd6..8fd7bf1eac7 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhx9-3qf7-r3j7/GHSA-rhx9-3qf7-r3j7.json +++ b/advisories/github-reviewed/2022/05/GHSA-rhx9-3qf7-r3j7/GHSA-rhx9-3qf7-r3j7.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-rhx9-3qf7-r3j7", - "modified": "2022-05-13T01:46:33Z", + "modified": "2024-04-23T22:32:48Z", "published": "2022-05-13T01:46:33Z", "aliases": [ "CVE-2017-6381" ], + "summary": "Drupal Remote code execution", "details": "A 3rd party development library including with Drupal 8 development dependencies is vulnerable to remote code execution. This is mitigated by the default .htaccess protection against PHP execution, and the fact that Composer development dependencies aren't normal installed. You might be vulnerable to this if you are running a version of Drupal before 8.2.2. To be sure you aren't vulnerable, you can remove the /vendor/phpunit directory from your production deployments", "severity": [ { @@ -14,13 +15,62 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0" + }, + { + "fixed": "8.2.7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/drupal" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0" + }, + { + "fixed": "8.2.7" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-6381" }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/CVE-2017-6381.yaml" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2017-6381.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/drupal/core" + }, { "type": "WEB", "url": "https://www.drupal.org/SA-2017-001" @@ -39,8 +89,8 @@ "CWE-829" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-04-23T22:32:48Z", "nvd_published_at": "2017-03-16T14:59:00Z" } } \ No newline at end of file