cvelist/2020/1xxx/CVE-2020-1956.json

73 lines
2.6 KiB
JSON
Raw Normal View History

2019-12-02 23:01:00 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-1956",
2020-05-22 14:01:18 +00:00
"ASSIGNER": "security@apache.org",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
2020-06-03 18:01:30 +00:00
"vendor_name": "Apache",
2020-05-22 14:01:18 +00:00
"product": {
"product_data": [
{
2020-06-03 18:01:30 +00:00
"product_name": "Kylin",
2020-05-22 14:01:18 +00:00
"version": {
"version_data": [
{
2020-06-03 18:01:30 +00:00
"version_value": "2.3.0"
},
{
"version_value": "<=2.6.5"
},
{
"version_value": "<=3.0.1"
2020-05-22 14:01:18 +00:00
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Command Injection"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://lists.apache.org/thread.html/r1332ef34cf8e2c0589cf44ad269fb1fb4c06addec6297f0320f5111d%40%3Cuser.kylin.apache.org%3E",
"url": "https://lists.apache.org/thread.html/r1332ef34cf8e2c0589cf44ad269fb1fb4c06addec6297f0320f5111d%40%3Cuser.kylin.apache.org%3E"
2020-06-03 18:01:30 +00:00
},
{
"refsource": "MISC",
"name": "https://community.sonarsource.com/t/apache-kylin-3-0-1-command-injection-vulnerability/25706",
"url": "https://community.sonarsource.com/t/apache-kylin-3-0-1-command-injection-vulnerability/25706"
2020-05-22 14:01:18 +00:00
}
]
2019-12-02 23:01:00 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2020-06-03 18:01:30 +00:00
"value": "Apache Kylin 2.3.0, and releases up to 2.6.5 and 3.0.1 has some restful apis which will concatenate os command with the user input string, a user is likely to be able to execute any os command without any protection or validation."
2019-12-02 23:01:00 +00:00
}
]
}
}