Auto-merge PR#3728

Auto-merge PR#3728
This commit is contained in:
CVE Team 2020-05-05 17:35:17 -04:00 committed by GitHub
commit 0da4ac1660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,83 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2020-11036",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "XSS in GLPI"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "GLPI",
"version": {
"version_data": [
{
"version_value": "< 9.4.6"
}
]
}
}
]
},
"vendor_name": "glpi-project"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "In GLPI before version 9.4.6 there are multiple related stored XSS vulnerabilities.\n\nThe package is vulnerable to Stored XSS in the comments of items in the Knowledge base. Adding a comment with content \"<script>alert(1)</script>\" reproduces the attack. \n\nThis can be exploited by a user with administrator privileges in the User-Agent field. It can also be exploited by an outside party through the following steps:\n 1. Create a user with the surname `\" onmouseover=\"alert(document.cookie)` and an empty first name.\n 2. With this user, create a ticket\n 3. As an administrator (or other privileged user) open the created ticket\n 4. On the \"last update\" field, put your mouse on the name of the user\n 5. The XSS fires\n This is fixed in version 9.4.6."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N",
"version": "3.1"
}
},
"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://github.com/glpi-project/glpi/security/advisories/GHSA-3g3h-rwhr-7385",
"refsource": "CONFIRM",
"url": "https://github.com/glpi-project/glpi/security/advisories/GHSA-3g3h-rwhr-7385"
}
]
},
"source": {
"advisory": "GHSA-3g3h-rwhr-7385",
"discovery": "UNKNOWN"
}
}