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

nc-sa-2018-008.json « server « old - github.com/nextcloud/security-advisories.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da818cb028e502bcfcc8727ae21811c348e2393c (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
{
   "Title": "Stored XSS in autocomplete suggestions for file comments",
   "Timestamp": 1533902400,
   "Risk": 1,
   "CVSS3": {
     "score": 0.0,
     "vector": "AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:N"
   },
   "CWE": {
      "id": 79,
      "name": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
   },
   "Affected":[
      {
         "Version":"13.0.5",
         "CVE":"CVE-2018-3780",
         "Operator":"<"
      }
   ],
   "Description":"A missing sanitization of search results for an autocomplete field could lead to a stored XSS requiring user-interaction. The missing sanitization only affected user names, hence malicious search results could only be crafted by authenticated users.",
   "ActionTaken": "The error has been fixed.",
   "Acknowledgment":[
      {
         "Name": "Joas Schilling",
         "Mail": "coding@schilljs.com",
         "Company": "Nextcloud GmbH",
         "Reason": "Vulnerability discovery and disclosure."
      }
   ],
   "Resolution": "It is recommended that all instances are upgraded to Nextcloud 13.0.5."
}