diff --git a/advisories/github-reviewed/2024/07/GHSA-3q56-9cc2-46j4/GHSA-3q56-9cc2-46j4.json b/advisories/github-reviewed/2024/07/GHSA-3q56-9cc2-46j4/GHSA-3q56-9cc2-46j4.json new file mode 100644 index 00000000000..ffc5196fd35 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-3q56-9cc2-46j4/GHSA-3q56-9cc2-46j4.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3q56-9cc2-46j4", + "modified": "2024-07-10T16:03:48Z", + "published": "2024-07-01T15:32:22Z", + "aliases": [ + "CVE-2024-39008" + ], + "summary": "robinweser fast-loops vulnerable to prototype pollution", + "details": "robinweser fast-loops v1.1.3 was discovered to contain a prototype pollution via the function `objectMergeDeep`. This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" + }, + { + "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/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "fast-loops" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.1.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39008" + }, + { + "type": "WEB", + "url": "https://github.com/robinweser/fast-loops/commit/6743acf64af832b7a0bbecf95cb4c7d95a3b766e" + }, + { + "type": "WEB", + "url": "https://gist.github.com/mestrtee/f09a507c8d59fbbb7fd40880cd9b87ed" + }, + { + "type": "PACKAGE", + "url": "https://github.com/robinweser/fast-loops" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1321" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-07-10T16:03:48Z", + "nvd_published_at": "2024-07-01T13:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/07/GHSA-77vc-rj32-2r33/GHSA-77vc-rj32-2r33.json b/advisories/github-reviewed/2024/07/GHSA-77vc-rj32-2r33/GHSA-77vc-rj32-2r33.json new file mode 100644 index 00000000000..eb818ad01d4 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-77vc-rj32-2r33/GHSA-77vc-rj32-2r33.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-77vc-rj32-2r33", + "modified": "2024-07-10T16:04:08Z", + "published": "2024-07-10T16:04:08Z", + "aliases": [ + "CVE-2024-39901" + ], + "summary": "OpenSearch Observability does not properly restrict access to private tenant resources", + "details": "### Summary\n\nAn issue in the OpenSearch observability plugins allows unintended access to private tenant resources like notebooks. The system did not properly check if the user was the resource author when accessing resources in a private tenant, leading to potential data being revealed.\n\n### Impact\n\nThe lack of proper access control validation for private tenant resources in the OpenSearch observability and reporting plugins can lead to unintended data access. If an authorized user with observability or reporting roles is aware of another user's private tenant resource ID, such as a notebook, they can potentially read, modify, or take ownership of that resource, despite not being the original author, thus impacting the confidentiality and integrity of private tenant resources. The impact is confined to private tenant resources, where authorized users may gain inappropriate visibility into data intended to be private from other users within the same OpenSearch instance, potentially violating the intended separation of access.\n\nImpacted versions <= 2.13\n\n### Patches\n\nThe patches are included in OpenSearch 2.14\n\n### Workarounds\n\nNone\n\n### References\n\nOpenSearch 2.14 is available for download at https://opensearch.org/versions/opensearch-2-14-0.html\n\nThe latest version of OpenSearch is available for download at https://opensearch.org/downloads.html", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.opensearch.plugin:opensearch-observability" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.14.0.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/opensearch-project/observability/security/advisories/GHSA-77vc-rj32-2r33" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39901" + }, + { + "type": "WEB", + "url": "https://github.com/opensearch-project/observability/commit/014423178f8f61d90442dde03cbdcd754c70a84e" + }, + { + "type": "PACKAGE", + "url": "https://github.com/opensearch-project/observability" + }, + { + "type": "WEB", + "url": "https://opensearch.org/versions/opensearch-2-14-0.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-639" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-07-10T16:04:08Z", + "nvd_published_at": "2024-07-09T22:15:03Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/07/GHSA-fq54-2j52-jc42/GHSA-fq54-2j52-jc42.json b/advisories/github-reviewed/2024/07/GHSA-fq54-2j52-jc42/GHSA-fq54-2j52-jc42.json new file mode 100644 index 00000000000..8da9e6408f3 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-fq54-2j52-jc42/GHSA-fq54-2j52-jc42.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-fq54-2j52-jc42", + "modified": "2024-07-10T16:03:06Z", + "published": "2024-07-10T16:03:06Z", + "aliases": [ + "CVE-2024-39693" + ], + "summary": "Next.js Denial of Service (DoS) condition", + "details": "### Impact\nA Denial of Service (DoS) condition was identified in Next.js. Exploitation of the bug can trigger a crash, affecting the availability of the server.\n\n**This vulnerability can affect all Next.js deployments on the affected versions.**\n\n### Patches\nThis vulnerability was resolved in Next.js 13.5 and later. We recommend that users upgrade to a safe version.\n\n### Workarounds\nThere are no official workarounds for this vulnerability.\n\n#### Credit\nWe'd like to thank Thai Vu of [flyseccorp.com](http://flyseccorp.com/) for responsible disclosure of this vulnerability.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "next" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "13.4.0" + }, + { + "fixed": "13.5.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/vercel/next.js/security/advisories/GHSA-fq54-2j52-jc42" + }, + { + "type": "PACKAGE", + "url": "https://github.com/vercel/next.js" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-400" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-07-10T16:03:06Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-3q56-9cc2-46j4/GHSA-3q56-9cc2-46j4.json b/advisories/unreviewed/2024/07/GHSA-3q56-9cc2-46j4/GHSA-3q56-9cc2-46j4.json deleted file mode 100644 index 96b644985bc..00000000000 --- a/advisories/unreviewed/2024/07/GHSA-3q56-9cc2-46j4/GHSA-3q56-9cc2-46j4.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-3q56-9cc2-46j4", - "modified": "2024-07-09T18:30:42Z", - "published": "2024-07-01T15:32:22Z", - "aliases": [ - "CVE-2024-39008" - ], - "details": "robinweser fast-loops v1.1.3 was discovered to contain a prototype pollution via the function objectMergeDeep. This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39008" - }, - { - "type": "WEB", - "url": "https://gist.github.com/mestrtee/f09a507c8d59fbbb7fd40880cd9b87ed" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-1321" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-07-01T13:15:05Z" - } -} \ No newline at end of file