Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nc-sa-2021-005.json « server « old - github.com/nextcloud/security-advisories.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b10182ca3c57f35a3d043d4d7f137814fb77332b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
   "Title": "Reflected XSS when renaming malicious file",
   "Timestamp": 1611572400,
   "Risk": 1,
   "CVSS3": {
      "score": 5.3,
      "vector": "AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:L/A:L"
   },
   "CWE": {
      "id": 79,
      "name": "Cross-site Scripting (XSS) - Reflected"
   },
   "HackerOne": 896522,
   "Affected":[
      {
         "Version":"20.0.6",
         "CVE":"CVE-2021-22878",
         "Operator":"<"
      }
   ],
   "Description":"Missing sanitization in Nextcloud Server 20.0.5 and prior allowed to perform a reflected XSS when saving html as file name and causing an error on rename e.g. by renaming to an existing file. The risk is mostly mitigated due to the strict Content-Security-Policy (CSP) of Nextcloud, and thus mainly targets browsers not supporting CSP such as Internet Explorer.",
   "ActionTaken": "The error has been fixed.",
   "Acknowledgment":[
      {
         "Name": "Zhouyuan Yang",
         "Company": "Fortinet",
         "Website": "https://www.fortiguard.com/",
         "Reason": "Vulnerability discovery and disclosure."
      }
   ],
   "Resolution": "It is recommended that the Nextcloud Server is upgraded to 20.0.6."
}