From 6bd3c2004f70140c227c9bedb63e21f8d9dd5cef Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:23:22 +0000 Subject: [PATCH] Publish Advisories GHSA-98w5-wqp9-w466 GHSA-9c24-g32g-35rj GHSA-h4fh-gpvh-753g GHSA-w7qx-vwr9-2j3r GHSA-98w5-wqp9-w466 GHSA-9c24-g32g-35rj GHSA-h4fh-gpvh-753g --- .../GHSA-98w5-wqp9-w466.json | 92 ++++++++++++++++ .../GHSA-9c24-g32g-35rj.json | 100 ++++++++++++++++++ .../GHSA-h4fh-gpvh-753g.json | 77 ++++++++++++++ .../GHSA-w7qx-vwr9-2j3r.json | 6 +- .../GHSA-98w5-wqp9-w466.json | 42 -------- .../GHSA-9c24-g32g-35rj.json | 46 -------- .../GHSA-h4fh-gpvh-753g.json | 42 -------- 7 files changed, 274 insertions(+), 131 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-98w5-wqp9-w466/GHSA-98w5-wqp9-w466.json create mode 100644 advisories/github-reviewed/2022/05/GHSA-9c24-g32g-35rj/GHSA-9c24-g32g-35rj.json create mode 100644 advisories/github-reviewed/2022/05/GHSA-h4fh-gpvh-753g/GHSA-h4fh-gpvh-753g.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-98w5-wqp9-w466/GHSA-98w5-wqp9-w466.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-9c24-g32g-35rj/GHSA-9c24-g32g-35rj.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-h4fh-gpvh-753g/GHSA-h4fh-gpvh-753g.json diff --git a/advisories/github-reviewed/2022/05/GHSA-98w5-wqp9-w466/GHSA-98w5-wqp9-w466.json b/advisories/github-reviewed/2022/05/GHSA-98w5-wqp9-w466/GHSA-98w5-wqp9-w466.json new file mode 100644 index 00000000000..64c2ed9f2c5 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-98w5-wqp9-w466/GHSA-98w5-wqp9-w466.json @@ -0,0 +1,92 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-98w5-wqp9-w466", + "modified": "2024-04-23T17:21:07Z", + "published": "2022-05-17T03:38:33Z", + "aliases": [ + "CVE-2016-9450" + ], + "summary": "Drupal Incorrect cache context on password reset page", + "details": "The user password reset form in Drupal 8.x before 8.2.3 allows remote attackers to conduct cache poisoning attacks by leveraging failure to specify a correct cache context.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0" + }, + { + "fixed": "8.2.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/drupal" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0" + }, + { + "fixed": "8.2.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-9450" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/CVE-2016-9450.yaml" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2016-9450.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/drupal/core" + }, + { + "type": "WEB", + "url": "https://www.drupal.org/SA-CORE-2016-005" + }, + { + "type": "WEB", + "url": "http://www.securityfocus.com/bid/94367" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-345" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-04-23T17:21:07Z", + "nvd_published_at": "2016-11-25T18:59:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-9c24-g32g-35rj/GHSA-9c24-g32g-35rj.json b/advisories/github-reviewed/2022/05/GHSA-9c24-g32g-35rj/GHSA-9c24-g32g-35rj.json new file mode 100644 index 00000000000..996409ad2ea --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-9c24-g32g-35rj/GHSA-9c24-g32g-35rj.json @@ -0,0 +1,100 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9c24-g32g-35rj", + "modified": "2024-04-23T17:21:10Z", + "published": "2022-05-14T02:57:07Z", + "aliases": [ + "CVE-2017-6920" + ], + "summary": "Drupal PECL YAML parser unsafe object handling", + "details": "Drupal core 8 before versions 8.3.4 allows remote attackers to execute arbitrary code due to the PECL YAML parser not handling PHP objects safely during certain operations.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0" + }, + { + "fixed": "8.3.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/drupal" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0" + }, + { + "fixed": "8.3.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-6920" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/CVE-2017-6920.yaml" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2017-6920.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/drupal/core" + }, + { + "type": "WEB", + "url": "https://www.drupal.org/SA-CORE-2017-003" + }, + { + "type": "WEB", + "url": "https://www.drupal.org/forum/newsletters/security-advisories-for-drupal-core/2017-06-21/drupal-core-multiple" + }, + { + "type": "WEB", + "url": "http://www.securityfocus.com/bid/99211" + }, + { + "type": "WEB", + "url": "http://www.securitytracker.com/id/1038781" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-04-23T17:21:09Z", + "nvd_published_at": "2018-08-06T15:29:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-h4fh-gpvh-753g/GHSA-h4fh-gpvh-753g.json b/advisories/github-reviewed/2022/05/GHSA-h4fh-gpvh-753g/GHSA-h4fh-gpvh-753g.json new file mode 100644 index 00000000000..bb1125d669f --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-h4fh-gpvh-753g/GHSA-h4fh-gpvh-753g.json @@ -0,0 +1,77 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-h4fh-gpvh-753g", + "modified": "2024-04-23T17:22:39Z", + "published": "2022-05-13T01:39:39Z", + "aliases": [ + "CVE-2018-7274" + ], + "summary": "Yab Quarx persistent cross-site scripting vulnerability", + "details": "Yab Quarx before 2.4.5 is prone to multiple persistent cross-site scripting vulnerabilities: Blog (Title), FAQ (Question), Pages (Title), Widgets (Name), and Menus (Name).", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "yab/quarx" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.4.5" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-7274" + }, + { + "type": "WEB", + "url": "https://github.com/GrafiteInc/CMS/issues/115" + }, + { + "type": "WEB", + "url": "https://github.com/YABhq/Quarx/issues/116" + }, + { + "type": "WEB", + "url": "https://github.com/GrafiteInc/CMS/commit/dcc1a5ac3c6d48afd3b8b9d8b11a9c6bfeb75f77" + }, + { + "type": "PACKAGE", + "url": "https://github.com/GrafiteInc/CMS" + }, + { + "type": "WEB", + "url": "http://seclists.org/bugtraq/2018/Feb/53" + }, + { + "type": "WEB", + "url": "http://www.securityfocus.com/bid/103081" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-04-23T17:22:39Z", + "nvd_published_at": "2018-02-21T00:29:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-w7qx-vwr9-2j3r/GHSA-w7qx-vwr9-2j3r.json b/advisories/github-reviewed/2022/05/GHSA-w7qx-vwr9-2j3r/GHSA-w7qx-vwr9-2j3r.json index 62ebc46bd63..929b598b0b6 100644 --- a/advisories/github-reviewed/2022/05/GHSA-w7qx-vwr9-2j3r/GHSA-w7qx-vwr9-2j3r.json +++ b/advisories/github-reviewed/2022/05/GHSA-w7qx-vwr9-2j3r/GHSA-w7qx-vwr9-2j3r.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-w7qx-vwr9-2j3r", - "modified": "2024-04-23T17:20:43Z", + "modified": "2024-04-23T17:21:23Z", "published": "2022-05-13T01:46:32Z", "aliases": [ "CVE-2017-6377" @@ -67,6 +67,10 @@ "type": "WEB", "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2017-6377.yaml" }, + { + "type": "PACKAGE", + "url": "https://github.com/drupal/drupal" + }, { "type": "WEB", "url": "https://www.drupal.org/SA-2017-001" diff --git a/advisories/unreviewed/2022/05/GHSA-98w5-wqp9-w466/GHSA-98w5-wqp9-w466.json b/advisories/unreviewed/2022/05/GHSA-98w5-wqp9-w466/GHSA-98w5-wqp9-w466.json deleted file mode 100644 index de0a77ea274..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-98w5-wqp9-w466/GHSA-98w5-wqp9-w466.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-98w5-wqp9-w466", - "modified": "2022-05-17T03:38:33Z", - "published": "2022-05-17T03:38:33Z", - "aliases": [ - "CVE-2016-9450" - ], - "details": "The user password reset form in Drupal 8.x before 8.2.3 allows remote attackers to conduct cache poisoning attacks by leveraging failure to specify a correct cache context.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-9450" - }, - { - "type": "WEB", - "url": "https://www.drupal.org/SA-CORE-2016-005" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/94367" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-345" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2016-11-25T18:59:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-9c24-g32g-35rj/GHSA-9c24-g32g-35rj.json b/advisories/unreviewed/2022/05/GHSA-9c24-g32g-35rj/GHSA-9c24-g32g-35rj.json deleted file mode 100644 index 5dd630e0a8b..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-9c24-g32g-35rj/GHSA-9c24-g32g-35rj.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-9c24-g32g-35rj", - "modified": "2022-05-14T02:57:07Z", - "published": "2022-05-14T02:57:07Z", - "aliases": [ - "CVE-2017-6920" - ], - "details": "Drupal core 8 before versions 8.3.4 allows remote attackers to execute arbitrary code due to the PECL YAML parser not handling PHP objects safely during certain operations.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-6920" - }, - { - "type": "WEB", - "url": "https://www.drupal.org/forum/newsletters/security-advisories-for-drupal-core/2017-06-21/drupal-core-multiple" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/99211" - }, - { - "type": "WEB", - "url": "http://www.securitytracker.com/id/1038781" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2018-08-06T15:29:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-h4fh-gpvh-753g/GHSA-h4fh-gpvh-753g.json b/advisories/unreviewed/2022/05/GHSA-h4fh-gpvh-753g/GHSA-h4fh-gpvh-753g.json deleted file mode 100644 index 8a1d4265f2b..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-h4fh-gpvh-753g/GHSA-h4fh-gpvh-753g.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-h4fh-gpvh-753g", - "modified": "2022-05-13T01:39:39Z", - "published": "2022-05-13T01:39:39Z", - "aliases": [ - "CVE-2018-7274" - ], - "details": "Yab Quarx through 2.4.3 is prone to multiple persistent cross-site scripting vulnerabilities: Blog (Title), FAQ (Question), Pages (Title), Widgets (Name), and Menus (Name).", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-7274" - }, - { - "type": "WEB", - "url": "https://github.com/YABhq/Quarx/issues/116" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/103081" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2018-02-21T00:29:00Z" - } -} \ No newline at end of file