Vulnerabilites related to math.js - math.js
CVE-2017-1001002 (GCVE-0-2017-1001002)
Vulnerability from cvelistv5
Published
2017-11-27 14:00
Modified
2024-09-16 16:59
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-94 - Improper Control of Generation of Code ('Code Injection')
Summary
math.js before 3.17.0 had an arbitrary code execution in the JavaScript engine. Creating a typed function with JavaScript code in the name could result arbitrary execution.
References
► | URL | Tags |
---|---|---|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T22:00:41.675Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/josdejong/mathjs/commit/8d2d48d81b3c233fb64eb2ec1d7a9e1cf6a55a90" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "math.js", "vendor": "math.js", "versions": [ { "status": "affected", "version": "3.17.0" } ] } ], "descriptions": [ { "lang": "en", "value": "math.js before 3.17.0 had an arbitrary code execution in the JavaScript engine. Creating a typed function with JavaScript code in the name could result arbitrary execution." } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-94", "description": "CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2017-11-27T14:00:00Z", "orgId": "46fe6300-5254-4a98-9594-a9567bec8179", "shortName": "joshbressers" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/josdejong/mathjs/commit/8d2d48d81b3c233fb64eb2ec1d7a9e1cf6a55a90" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "josh@bress.net", "ID": "CVE-2017-1001002", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "math.js", "version": { "version_data": [ { "version_value": "3.17.0" } ] } } ] }, "vendor_name": "math.js" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "math.js before 3.17.0 had an arbitrary code execution in the JavaScript engine. Creating a typed function with JavaScript code in the name could result arbitrary execution." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170", "refsource": "CONFIRM", "url": "https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170" }, { "name": "https://github.com/josdejong/mathjs/commit/8d2d48d81b3c233fb64eb2ec1d7a9e1cf6a55a90", "refsource": "CONFIRM", "url": "https://github.com/josdejong/mathjs/commit/8d2d48d81b3c233fb64eb2ec1d7a9e1cf6a55a90" } ] } } } }, "cveMetadata": { "assignerOrgId": "46fe6300-5254-4a98-9594-a9567bec8179", "assignerShortName": "joshbressers", "cveId": "CVE-2017-1001002", "datePublished": "2017-11-27T14:00:00Z", "dateReserved": "2017-11-27T00:00:00Z", "dateUpdated": "2024-09-16T16:59:06.220Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
CVE-2017-1001003 (GCVE-0-2017-1001003)
Vulnerability from cvelistv5
Published
2017-11-27 14:00
Modified
2024-09-17 03:18
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-88 - Argument Injection or Modification
Summary
math.js before 3.17.0 had an issue where private properties such as a constructor could be replaced by using unicode characters when creating an object.
References
► | URL | Tags |
---|---|---|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T22:00:41.578Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/josdejong/mathjs/commit/a60f3c8d9dd714244aed7a5569c3dccaa3a4e761" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "math.js", "vendor": "math.js", "versions": [ { "status": "affected", "version": "3.17.0" } ] } ], "descriptions": [ { "lang": "en", "value": "math.js before 3.17.0 had an issue where private properties such as a constructor could be replaced by using unicode characters when creating an object." } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-88", "description": "CWE-88: Argument Injection or Modification", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2017-11-27T14:00:00Z", "orgId": "46fe6300-5254-4a98-9594-a9567bec8179", "shortName": "joshbressers" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/josdejong/mathjs/commit/a60f3c8d9dd714244aed7a5569c3dccaa3a4e761" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "josh@bress.net", "ID": "CVE-2017-1001003", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "math.js", "version": { "version_data": [ { "version_value": "3.17.0" } ] } } ] }, "vendor_name": "math.js" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "math.js before 3.17.0 had an issue where private properties such as a constructor could be replaced by using unicode characters when creating an object." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-88: Argument Injection or Modification" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170", "refsource": "CONFIRM", "url": "https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170" }, { "name": "https://github.com/josdejong/mathjs/commit/a60f3c8d9dd714244aed7a5569c3dccaa3a4e761", "refsource": "CONFIRM", "url": "https://github.com/josdejong/mathjs/commit/a60f3c8d9dd714244aed7a5569c3dccaa3a4e761" } ] } } } }, "cveMetadata": { "assignerOrgId": "46fe6300-5254-4a98-9594-a9567bec8179", "assignerShortName": "joshbressers", "cveId": "CVE-2017-1001003", "datePublished": "2017-11-27T14:00:00Z", "dateReserved": "2017-11-27T00:00:00Z", "dateUpdated": "2024-09-17T03:18:21.144Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }