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

79 lines
3.2 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-1953",
2020-03-13 15:01:15 +00:00
"ASSIGNER": "security@apache.org",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Apache",
"product": {
"product_data": [
{
"product_name": "Apache Commons Configuration",
"version": {
"version_data": [
{
"version_value": "2.2"
},
{
"version_value": "2.3"
},
{
"version_value": "2.4"
},
{
"version_value": "2.5"
},
{
"version_value": "2.6"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Code execution"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://lists.apache.org/thread.html/d0e00f2e147a9e9b13a6829133092f349b2882bf6860397368a52600@%3Cannounce.tomcat.apache.org%3E",
"url": "https://lists.apache.org/thread.html/d0e00f2e147a9e9b13a6829133092f349b2882bf6860397368a52600@%3Cannounce.tomcat.apache.org%3E"
2020-03-13 18:01:11 +00:00
},
{
"refsource": "MLIST",
"name": "[camel-commits] 20200313 [camel] branch camel-3.1.x updated: Update Commons Configuration 2 due to CVE-2020-1953",
"url": "https://lists.apache.org/thread.html/rde2186ad6ac0d6ed8d51af7509244adcf1ce0f9a3b7e1d1dd3b64676@%3Ccommits.camel.apache.org%3E"
2020-03-13 15:01:15 +00:00
}
]
2019-12-02 23:01:00 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2020-03-13 15:01:15 +00:00
"value": "Apache Commons Configuration uses a third-party library to parse YAML files which by default allows the instantiation of classes if the YAML includes special statements. Apache Commons Configuration versions 2.2, 2.3, 2.4, 2.5, 2.6 did not change the default settings of this library. So if a YAML file was loaded from an untrusted source, it could therefore load and execute code out of the control of the host application."
2019-12-02 23:01:00 +00:00
}
]
}
}