cvelist/2019/1010xxx/CVE-2019-1010201.json

62 lines
2.1 KiB
JSON
Raw Normal View History

2019-03-20 13:08:31 +00:00
{
"CVE_data_meta": {
2019-07-23 18:00:51 +00:00
"ASSIGNER": "cve-assign@distributedweaknessfiling.org",
2019-03-20 13:08:31 +00:00
"ID": "CVE-2019-1010201",
2019-07-23 18:00:51 +00:00
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Jeesite",
"version": {
"version_data": [
{
"version_value": "1.2.7 [fixed: 4.0 and later]"
}
]
}
}
]
},
"vendor_name": "Jeesite"
}
]
}
2019-03-20 13:08:31 +00:00
},
2019-07-23 18:00:51 +00:00
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2019-03-20 13:08:31 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2019-07-23 18:00:51 +00:00
"value": "Jeesite 1.2.7 is affected by: SQL Injection. The impact is: sensitive information disclosure. The component is: updateProcInsIdByBusinessId() function in src/main/java/com.thinkgem.jeesite/modules/act/ActDao.java has SQL Injection vulnerability. The attack vector is: network connectivity,authenticated. The fixed version is: 4.0 and later."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "SQL Injection"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/thinkgem/jeesite/blob/master/src/main/java/com/thinkgem/jeesite/modules/act/dao/ActDao.java",
"refsource": "MISC",
"name": "https://github.com/thinkgem/jeesite/blob/master/src/main/java/com/thinkgem/jeesite/modules/act/dao/ActDao.java"
2019-03-20 13:08:31 +00:00
}
]
}
}