From a19220dd841b64e09f40933299eaa8669bfb612f Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:30:12 +0000 Subject: [PATCH] Publish Advisories GHSA-4j6v-3895-8g2j GHSA-g6w5-439m-jhwv GHSA-4j6v-3895-8g2j GHSA-g6w5-439m-jhwv --- .../GHSA-4j6v-3895-8g2j.json | 137 ++++++++++++++++++ .../GHSA-g6w5-439m-jhwv.json | 61 ++++++++ .../GHSA-4j6v-3895-8g2j.json | 35 ----- .../GHSA-g6w5-439m-jhwv.json | 39 ----- 4 files changed, 198 insertions(+), 74 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-4j6v-3895-8g2j/GHSA-4j6v-3895-8g2j.json create mode 100644 advisories/github-reviewed/2022/05/GHSA-g6w5-439m-jhwv/GHSA-g6w5-439m-jhwv.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-4j6v-3895-8g2j/GHSA-4j6v-3895-8g2j.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-g6w5-439m-jhwv/GHSA-g6w5-439m-jhwv.json diff --git a/advisories/github-reviewed/2022/05/GHSA-4j6v-3895-8g2j/GHSA-4j6v-3895-8g2j.json b/advisories/github-reviewed/2022/05/GHSA-4j6v-3895-8g2j/GHSA-4j6v-3895-8g2j.json new file mode 100644 index 00000000000..b56a573cf87 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-4j6v-3895-8g2j/GHSA-4j6v-3895-8g2j.json @@ -0,0 +1,137 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4j6v-3895-8g2j", + "modified": "2024-04-25T20:28:35Z", + "published": "2022-05-24T16:47:47Z", + "aliases": [ + "CVE-2019-12149" + ], + "summary": "silverstripe restfulserver and registry modules SQL injection vulnerability", + "details": "SQL injection vulnerability in silverstripe/restfulserver module 1.0.x before 1.0.9, 2.0.x before 2.0.4, and 2.1.x before 2.1.2 and silverstripe/registry module 2.1.x before 2.1.1 and 2.2.x before 2.2.1 allows attackers to execute arbitrary SQL commands.", + "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": "silverstripe/restfulserver" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.1.0" + }, + { + "fixed": "2.1.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/registry" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.1.0" + }, + { + "fixed": "2.1.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/registry" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.2.0" + }, + { + "fixed": "2.2.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/restfulserver" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.0.0" + }, + { + "fixed": "1.0.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/restfulserver" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "fixed": "2.0.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-12149" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/restfulserver/CVE-2019-12149.yaml" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/cve-2019-12149" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-04-25T20:28:35Z", + "nvd_published_at": "2019-06-11T22:29:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-g6w5-439m-jhwv/GHSA-g6w5-439m-jhwv.json b/advisories/github-reviewed/2022/05/GHSA-g6w5-439m-jhwv/GHSA-g6w5-439m-jhwv.json new file mode 100644 index 00000000000..938d14cbad5 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-g6w5-439m-jhwv/GHSA-g6w5-439m-jhwv.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-g6w5-439m-jhwv", + "modified": "2024-04-25T20:28:54Z", + "published": "2022-05-24T16:44:35Z", + "aliases": [ + "CVE-2019-11514" + ], + "summary": "Flarum mishandles invalidation of user email tokens", + "details": "`User/Command/ConfirmEmailHandler.php` in Flarum before 0.1.0-beta.8 mishandles invalidation of user email tokens.", + "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": "flarum/flarum" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.1.0-beta.8" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11514" + }, + { + "type": "WEB", + "url": "https://github.com/flarum/core/commit/66607a56749339d50620b049701ad4d6a4dafbd7" + }, + { + "type": "WEB", + "url": "https://discuss.flarum.org/d/17745-flarum-0-1-0-beta-8-released" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-459" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-04-25T20:28:54Z", + "nvd_published_at": "2019-04-25T03:29:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-4j6v-3895-8g2j/GHSA-4j6v-3895-8g2j.json b/advisories/unreviewed/2022/05/GHSA-4j6v-3895-8g2j/GHSA-4j6v-3895-8g2j.json deleted file mode 100644 index 193a87c93aa..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-4j6v-3895-8g2j/GHSA-4j6v-3895-8g2j.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-4j6v-3895-8g2j", - "modified": "2022-05-24T16:47:47Z", - "published": "2022-05-24T16:47:47Z", - "aliases": [ - "CVE-2019-12149" - ], - "details": "SQL injection vulnerability in silverstripe/restfulserver module 1.0.x before 1.0.9, 2.0.x before 2.0.4, and 2.1.x before 2.1.2 and silverstripe/registry module 2.1.x before 2.1.1 and 2.2.x before 2.2.1 allows attackers to execute arbitrary SQL commands.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-12149" - }, - { - "type": "WEB", - "url": "https://www.silverstripe.org/download/security-releases/cve-2019-12149" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2019-06-11T22:29:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-g6w5-439m-jhwv/GHSA-g6w5-439m-jhwv.json b/advisories/unreviewed/2022/05/GHSA-g6w5-439m-jhwv/GHSA-g6w5-439m-jhwv.json deleted file mode 100644 index 77926a73ff1..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-g6w5-439m-jhwv/GHSA-g6w5-439m-jhwv.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-g6w5-439m-jhwv", - "modified": "2022-05-24T16:44:35Z", - "published": "2022-05-24T16:44:35Z", - "aliases": [ - "CVE-2019-11514" - ], - "details": "User/Command/ConfirmEmailHandler.php in Flarum before 0.1.0-beta.8 mishandles invalidation of user email tokens.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11514" - }, - { - "type": "WEB", - "url": "https://github.com/flarum/core/commit/66607a56749339d50620b049701ad4d6a4dafbd7" - }, - { - "type": "WEB", - "url": "https://discuss.flarum.org/d/17745-flarum-0-1-0-beta-8-released" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2019-04-25T03:29:00Z" - } -} \ No newline at end of file