diff --git a/advisories/github-reviewed/2023/02/GHSA-px8h-6qxv-m22q/GHSA-px8h-6qxv-m22q.json b/advisories/github-reviewed/2023/02/GHSA-px8h-6qxv-m22q/GHSA-px8h-6qxv-m22q.json index 049e30377b7..a00283d34c0 100644 --- a/advisories/github-reviewed/2023/02/GHSA-px8h-6qxv-m22q/GHSA-px8h-6qxv-m22q.json +++ b/advisories/github-reviewed/2023/02/GHSA-px8h-6qxv-m22q/GHSA-px8h-6qxv-m22q.json @@ -60,11 +60,15 @@ { "type": "WEB", "url": "https://github.com/pallets/werkzeug/releases/tag/2.2.3" + }, + { + "type": "WEB", + "url": "https://www.debian.org/security/2023/dsa-5470" } ], "database_specific": { "cwe_ids": [ - + "CWE-20" ], "severity": "LOW", "github_reviewed": true, diff --git a/advisories/github-reviewed/2023/02/GHSA-xg9f-g7g7-2323/GHSA-xg9f-g7g7-2323.json b/advisories/github-reviewed/2023/02/GHSA-xg9f-g7g7-2323/GHSA-xg9f-g7g7-2323.json index 1d61842b678..a5afb038399 100644 --- a/advisories/github-reviewed/2023/02/GHSA-xg9f-g7g7-2323/GHSA-xg9f-g7g7-2323.json +++ b/advisories/github-reviewed/2023/02/GHSA-xg9f-g7g7-2323/GHSA-xg9f-g7g7-2323.json @@ -60,6 +60,10 @@ { "type": "WEB", "url": "https://github.com/pallets/werkzeug/releases/tag/2.2.3" + }, + { + "type": "WEB", + "url": "https://www.debian.org/security/2023/dsa-5470" } ], "database_specific": { diff --git a/advisories/github-reviewed/2023/07/GHSA-4qcv-qf38-5j3j/GHSA-4qcv-qf38-5j3j.json b/advisories/github-reviewed/2023/07/GHSA-4qcv-qf38-5j3j/GHSA-4qcv-qf38-5j3j.json index 9106321f7d9..861916717b6 100644 --- a/advisories/github-reviewed/2023/07/GHSA-4qcv-qf38-5j3j/GHSA-4qcv-qf38-5j3j.json +++ b/advisories/github-reviewed/2023/07/GHSA-4qcv-qf38-5j3j/GHSA-4qcv-qf38-5j3j.json @@ -20,6 +20,11 @@ "ecosystem": "npm", "name": "nodebb" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", @@ -39,6 +44,11 @@ "ecosystem": "npm", "name": "nodebb" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", @@ -86,7 +96,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-1385" + "CWE-1385", + "CWE-346" ], "severity": "MODERATE", "github_reviewed": true, diff --git a/advisories/github-reviewed/2023/08/GHSA-5r27-rw8r-7967/GHSA-5r27-rw8r-7967.json b/advisories/github-reviewed/2023/08/GHSA-5r27-rw8r-7967/GHSA-5r27-rw8r-7967.json new file mode 100644 index 00000000000..40db0f9f4e0 --- /dev/null +++ b/advisories/github-reviewed/2023/08/GHSA-5r27-rw8r-7967/GHSA-5r27-rw8r-7967.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5r27-rw8r-7967", + "modified": "2023-08-08T19:26:40Z", + "published": "2023-08-08T19:26:40Z", + "aliases": [ + "CVE-2023-38704" + ], + "summary": "Unsanitized user controlled input in module generation", + "details": "### Impact\nThe `import-in-the-middle` loader works by generating a wrapper module on the fly. The wrapper uses the module specifier to load the original module and add some wrapping code. It allows for remote code execution in cases where an application passes user-supplied input directly to an import() function.\n\n### Patches\nThis vulnerability has been patched in `import-in-the-middle` version 1.4.2\n\n### Workarounds\n* Do not pass any user-supplied input to `import()`. Instead, verify it against a set of allowed values.\n* If using `import-in-the-middle` and support for EcmaScript Modules is not needed, ensure that none of the following options are set (either via command-line or the `NODE_OPTIONS` environment variable):\n```\n--loader=import-in-the-middle/hook.mjs\n--loader import-in-the-middle/hook.mjs\n```\n\n### References\nIf you have any questions or comments about this advisory, email us at [security@datadoghq.com](mailto:security@datadoghq.com)", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "import-in-the-middle" + }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.4.2" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 1.4.1" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/DataDog/import-in-the-middle/security/advisories/GHSA-5r27-rw8r-7967" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38704" + }, + { + "type": "WEB", + "url": "https://github.com/DataDog/import-in-the-middle/commit/2531cdd9d1d73f9eaa87c16967f60cb276c1971b" + }, + { + "type": "PACKAGE", + "url": "https://github.com/DataDog/import-in-the-middle" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-20" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-08-08T19:26:40Z", + "nvd_published_at": null + } +} \ No newline at end of file