cvelist/2022/25xxx/CVE-2022-25855.json

88 lines
2.6 KiB
JSON
Raw Normal View History

2022-02-24 15:04:11 +00:00
{
2023-02-06 05:00:35 +00:00
"data_version": "4.0",
2022-02-24 15:04:11 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2022-25855",
2023-02-06 05:00:35 +00:00
"ASSIGNER": "report@snyk.io",
"STATE": "PUBLIC"
2022-02-24 15:04:11 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-02-06 05:00:35 +00:00
"value": "All versions of the package create-choo-app3 are vulnerable to Command Injection via the devInstall function due to improper user-input sanitization."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Command Injection",
"cweId": "CWE-78"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "create-choo-app3",
"version": {
"version_data": [
{
"version_value": "0",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://security.snyk.io/vuln/SNYK-JS-CREATECHOOAPP3-3157951",
"refsource": "MISC",
"name": "https://security.snyk.io/vuln/SNYK-JS-CREATECHOOAPP3-3157951"
}
]
},
"credits": [
{
"lang": "en",
"value": "Mingqing Kang"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"attackVector": "LOCAL",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P"
2022-02-24 15:04:11 +00:00
}
]
}
}