From a3c1a49f6d11f142d1fd90ad09aa0a2242fd8d33 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:21:37 +0000 Subject: [PATCH] Publish Advisories GHSA-m7xq-9374-9rvx GHSA-m7xq-9374-9rvx --- .../GHSA-m7xq-9374-9rvx.json | 63 +++++++++++++++++++ .../GHSA-m7xq-9374-9rvx.json | 41 ------------ 2 files changed, 63 insertions(+), 41 deletions(-) create mode 100644 advisories/github-reviewed/2024/12/GHSA-m7xq-9374-9rvx/GHSA-m7xq-9374-9rvx.json delete mode 100644 advisories/unreviewed/2024/12/GHSA-m7xq-9374-9rvx/GHSA-m7xq-9374-9rvx.json diff --git a/advisories/github-reviewed/2024/12/GHSA-m7xq-9374-9rvx/GHSA-m7xq-9374-9rvx.json b/advisories/github-reviewed/2024/12/GHSA-m7xq-9374-9rvx/GHSA-m7xq-9374-9rvx.json new file mode 100644 index 00000000000..559eb88031e --- /dev/null +++ b/advisories/github-reviewed/2024/12/GHSA-m7xq-9374-9rvx/GHSA-m7xq-9374-9rvx.json @@ -0,0 +1,63 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-m7xq-9374-9rvx", + "modified": "2024-12-02T22:19:11Z", + "published": "2024-12-02T21:31:20Z", + "aliases": [ + "CVE-2024-53900" + ], + "summary": "Mongoose search injection vulnerability", + "details": "Mongoose before 8.8.3 can improperly use $where in match.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "mongoose" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "8.8.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53900" + }, + { + "type": "WEB", + "url": "https://github.com/Automattic/mongoose/commit/c9e86bff7eef477da75a29af62a06d41a835a156" + }, + { + "type": "PACKAGE", + "url": "https://github.com/Automattic/mongoose" + }, + { + "type": "WEB", + "url": "https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md" + } + ], + "database_specific": { + "cwe_ids": [], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-12-02T22:19:11Z", + "nvd_published_at": "2024-12-02T20:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-m7xq-9374-9rvx/GHSA-m7xq-9374-9rvx.json b/advisories/unreviewed/2024/12/GHSA-m7xq-9374-9rvx/GHSA-m7xq-9374-9rvx.json deleted file mode 100644 index 4524bed3653..00000000000 --- a/advisories/unreviewed/2024/12/GHSA-m7xq-9374-9rvx/GHSA-m7xq-9374-9rvx.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-m7xq-9374-9rvx", - "modified": "2024-12-02T21:31:20Z", - "published": "2024-12-02T21:31:20Z", - "aliases": [ - "CVE-2024-53900" - ], - "details": "Mongoose before 8.8.3 can improperly use $where in match.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53900" - }, - { - "type": "WEB", - "url": "https://github.com/Automattic/mongoose/commit/c9e86bff7eef477da75a29af62a06d41a835a156" - }, - { - "type": "WEB", - "url": "https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md" - }, - { - "type": "WEB", - "url": "https://github.com/Automattic/mongoose/releases" - }, - { - "type": "WEB", - "url": "https://www.npmjs.com/package/mongoose?activeTab=versions" - } - ], - "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-12-02T20:15:08Z" - } -} \ No newline at end of file