security-advisories/server/nc-sa-2017-010.json

43 строки
1.3 KiB
JSON

{
"Title": "Stored XSS in Gallery application",
"Timestamp": 1494244800,
"Risk": 1,
"CVSS3": {
"score": 3.0,
"vector": "AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:N/A:N"
},
"CWE": {
"id": 79,
"name": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
},
"HackerOne": 222838,
"Affected":[
{
"Version":"11.0.3",
"CVE":"CVE-2017-0893",
"Operator":"<"
},
{
"Version":"10.0.5",
"CVE":"CVE-2017-0893",
"Operator":"<"
},
{
"Version":"9.0.58",
"CVE":"CVE-2017-0893",
"Operator":"<"
}
],
"Description":"A JavaScript library used by Nextcloud for sanitizing untrusted user-input suffered from a XSS vulnerability caused by a behaviour change in Safari 10.1 and 10.2.Note that Nextcloud employs a strict Content-Security-Policy preventing exploitation of this XSS issue on modern web browsers.",
"ActionTaken": "The vulnerable library has been updated.",
"Acknowledgment":[
{
"Name": "Lukas Reschke",
"Mail": "lukas@nextcloud.com",
"Company": "Nextcloud GmbH",
"Reason": "Vulnerability discovery and disclosure."
}
],
"Resolution": "It is recommended that all instances are upgraded to Nextcloud 9.0.58, 10.0.5 or 11.0.3."
}