cvelist/2021/23xxx/CVE-2021-23412.json
2021-07-23 17:00:51 +00:00

97 lines
3.0 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2021-07-23T15:55:17.785182Z",
"ID": "CVE-2021-23412",
"STATE": "PUBLIC",
"TITLE": "Command Injection"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "gitlogplus",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "0"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Command Injection"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-GITLOGPLUS-1315832",
"name": "https://snyk.io/vuln/SNYK-JS-GITLOGPLUS-1315832"
},
{
"refsource": "MISC",
"url": "https://hackerone.com/reports/808942",
"name": "https://hackerone.com/reports/808942"
},
{
"refsource": "MISC",
"url": "https://www.npmjs.com/package/gitlogplus",
"name": "https://www.npmjs.com/package/gitlogplus"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "All versions of package gitlogplus are vulnerable to Command Injection via the main functionality, as options attributes are appended to the command to be executed without sanitization."
}
]
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH"
}
},
"credit": [
{
"lang": "eng",
"value": "Rafal Janicki"
}
]
}