cvelist/2023/26xxx/CVE-2023-26143.json

99 lines
3.4 KiB
JSON
Raw Normal View History

2023-02-20 11:00:48 +00:00
{
2023-09-19 05:00:38 +00:00
"data_version": "4.0",
2023-02-20 11:00:48 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-26143",
2023-09-19 05:00:38 +00:00
"ASSIGNER": "report@snyk.io",
"STATE": "PUBLIC"
2023-02-20 11:00:48 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-09-19 05:00:38 +00:00
"value": "Versions of the package blamer before 1.0.4 are vulnerable to Arbitrary Argument Injection via the blameByFile() API. The library does not sanitize for user input or validate the given file path conforms to a specific schema, nor does it properly pass command-line flags to the git binary using the double-dash POSIX characters (--) to communicate the end of options."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Arbitrary Argument Injection",
"cweId": "CWE-88"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "blamer",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "1.0.4"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://security.snyk.io/vuln/SNYK-JS-BLAMER-5731318",
"refsource": "MISC",
"name": "https://security.snyk.io/vuln/SNYK-JS-BLAMER-5731318"
},
{
"url": "https://gist.github.com/lirantal/14c3686370a86461f555d3f0703e02f9",
"refsource": "MISC",
"name": "https://gist.github.com/lirantal/14c3686370a86461f555d3f0703e02f9"
},
{
"url": "https://github.com/kucherenko/blamer/commit/0965877f115753371a2570f10a63c455d2b2cde3",
"refsource": "MISC",
"name": "https://github.com/kucherenko/blamer/commit/0965877f115753371a2570f10a63c455d2b2cde3"
}
]
},
"credits": [
{
"lang": "en",
"value": "Liran Tal"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L/E:P"
2023-02-20 11:00:48 +00:00
}
]
}
}