GHSA-RC77-XXQ6-4MFF
Vulnerability from github – Published: 2020-05-06 19:32 – Updated: 2021-08-25 21:04
VLAI?
Summary
Command Injection in hot-formula-parser
Details
Versions of hot-formula-parser prior to 3.0.1 are vulnerable to Command Injection. The package fails to sanitize values passed to the parse function and concatenates it in an eval call. If a value of the formula is supplied by user-controlled input it may allow attackers to run arbitrary commands in the server.
Parsing the following formula creates a test file in the present directory:
"SUM([(function(){require('child_process').execSync('touch test')})(),2])"
Recommendation
Upgrade to version 3.0.1 or later.
Severity ?
9.8 (Critical)
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "hot-formula-parser"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2020-6836"
],
"database_specific": {
"cwe_ids": [
"CWE-94"
],
"github_reviewed": true,
"github_reviewed_at": "2020-05-06T19:32:05Z",
"nvd_published_at": null,
"severity": "CRITICAL"
},
"details": "Versions of `hot-formula-parser` prior to 3.0.1 are vulnerable to Command Injection. The package fails to sanitize values passed to the `parse` function and concatenates it in an `eval` call. If a value of the formula is supplied by user-controlled input it may allow attackers to run arbitrary commands in the server. \nParsing the following formula creates a `test` file in the present directory: \n`\"SUM([(function(){require(\u0027child_process\u0027).execSync(\u0027touch test\u0027)})(),2])\"`\n\n\n## Recommendation\n\nUpgrade to version 3.0.1 or later.",
"id": "GHSA-rc77-xxq6-4mff",
"modified": "2021-08-25T21:04:44Z",
"published": "2020-05-06T19:32:33Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-6836"
},
{
"type": "WEB",
"url": "https://github.com/handsontable/formula-parser/pull/58"
},
{
"type": "WEB",
"url": "https://github.com/handsontable/formula-parser/commit/396b089738d4bf30eb570a4fe6a188affa95cd5e"
},
{
"type": "WEB",
"url": "https://blog.truesec.com/2020/01/17/reverse-shell-through-a-node-js-math-parser"
},
{
"type": "PACKAGE",
"url": "https://github.com/handsontable/formula-parser"
},
{
"type": "WEB",
"url": "https://www.npmjs.com/advisories/1439"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Command Injection in hot-formula-parser"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…