cvelist/2021/23xxx/CVE-2021-23380.json

92 lines
3.1 KiB
JSON
Raw Normal View History

2021-01-08 23:01:54 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2021-04-18 21:41:38 +03:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2021-04-18T18:41:36.850111Z",
2021-01-08 23:01:54 +00:00
"ID": "CVE-2021-23380",
2021-04-18 21:41:38 +03:00
"STATE": "PUBLIC",
"TITLE": "Arbitrary Command Injection"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "roar-pidusage",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "0"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Arbitrary Command Injection"
}
]
}
]
},
"references": {
"reference_data": [
{
2021-04-18 19:00:42 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-ROARPIDUSAGE-1078528",
"name": "https://snyk.io/vuln/SNYK-JS-ROARPIDUSAGE-1078528"
2021-04-18 21:41:38 +03:00
},
{
2021-04-18 19:00:42 +00:00
"refsource": "MISC",
"url": "https://github.com/Svjard/pidusage/blob/772cd2bd675ff7b1244b6fe3d7541692b1b9e42c/lib/stats.js%23L103",
"name": "https://github.com/Svjard/pidusage/blob/772cd2bd675ff7b1244b6fe3d7541692b1b9e42c/lib/stats.js%23L103"
2021-04-18 21:41:38 +03:00
}
]
2021-01-08 23:01:54 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2021-04-18 19:00:42 +00:00
"value": "This affects all versions of package roar-pidusage. If attacker-controlled user input is given to the stat function of this package on certain operating systems, it is possible for an attacker to execute arbitrary commands. This is due to use of the child_process exec function without input sanitization."
2021-01-08 23:01:54 +00:00
}
]
2021-04-18 21:41:38 +03:00
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"availabilityImpact": "LOW"
}
},
"credit": [
{
"lang": "eng",
"value": "OmniTaint"
}
]
2021-01-08 23:01:54 +00:00
}