cvelist/2020/2xxx/CVE-2020-2106.json

68 lines
2.3 KiB
JSON
Raw Normal View History

2019-12-05 01:00:58 +00:00
{
"CVE_data_meta": {
"ID": "CVE-2020-2106",
2020-01-29 16:01:22 +00:00
"ASSIGNER": "jenkinsci-cert@googlegroups.com",
"STATE": "PUBLIC"
2020-01-29 09:53:29 +01:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Jenkins project",
"product": {
"product_data": [
{
"product_name": "Jenkins Code Coverage API Plugin",
"version": {
"version_data": [
{
"version_value": "1.1.2",
"version_affected": "<="
}
]
}
}
]
}
}
]
}
2019-12-05 01:00:58 +00:00
},
2020-01-29 09:53:29 +01:00
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2019-12-05 01:00:58 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-01-29 09:53:29 +01:00
"value": "Jenkins Code Coverage API Plugin 1.1.2 and earlier does not escape the filename of the coverage report used in its view, resulting in a stored XSS vulnerability exploitable by users able to change job configurations."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://jenkins.io/security/advisory/2020-01-29/#SECURITY-1680",
"url": "https://jenkins.io/security/advisory/2020-01-29/#SECURITY-1680",
"refsource": "CONFIRM"
2020-01-29 19:01:13 +00:00
},
{
"refsource": "MLIST",
"name": "[oss-security] 20200129 Multiple vulnerabilities in Jenkins and Jenkins plugins",
"url": "http://www.openwall.com/lists/oss-security/2020/01/29/1"
2019-12-05 01:00:58 +00:00
}
]
}
}