cvelist/2020/26xxx/CVE-2020-26407.json

109 lines
3.9 KiB
JSON
Raw Normal View History

2020-10-01 14:02:23 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-26407",
2020-12-10 06:01:38 +00:00
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "GitLab",
"product": {
"product_data": [
{
"product_name": "Gitlab CE/EE",
"version": {
"version_data": [
{
"version_value": ">=12.4"
},
{
"version_value": "<13.4.7"
},
{
"version_value": ">=13.5"
},
{
"version_value": "<13.5.5"
},
{
"version_value": ">=13.6"
},
{
"version_value": "<13.6.2"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper neutralization of input during web page generation ('cross-site scripting') in GitLab"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://gitlab.com/gitlab-org/gitlab/-/issues/212630",
"url": "https://gitlab.com/gitlab-org/gitlab/-/issues/212630",
"refsource": "MISC"
},
{
"name": "https://hackerone.com/reports/832117",
"url": "https://hackerone.com/reports/832117",
"refsource": "MISC"
},
{
"name": "https://gitlab.com/gitlab-org/cves/-/blob/master/2020/CVE-2020-26407.json",
"url": "https://gitlab.com/gitlab-org/cves/-/blob/master/2020/CVE-2020-26407.json",
"refsource": "CONFIRM"
}
]
2020-10-01 14:02:23 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2020-12-10 06:01:38 +00:00
"value": "A XSS vulnerability exists in Gitlab CE/EE from 12.4 before 13.4.7, 13.5 before 13.5.5, and 13.6 before 13.6.2 that allows an attacker to perform cross-site scripting to other users via importing a malicious project"
2020-10-01 14:02:23 +00:00
}
]
2020-12-10 06:01:38 +00:00
},
"impact": {
"cvss": {
"vectorString": "AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:L",
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"version": "3.1",
"baseScore": 5.4,
"baseSeverity": "MEDIUM"
}
},
"credit": [
{
"lang": "eng",
"value": "Thanks (@vakzz)[https://hackerone.com/vakzz] for reporting this vulnerability through our HackerOne bug bounty program"
}
]
2020-10-01 14:02:23 +00:00
}