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

nc-sa-2018-009.json « talk - github.com/nextcloud/security-advisories.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bac4f2363c4923994d9c278fdade2bf1dd62a07f (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 chat @-mentions",
   "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":"3.2.5",
         "CVE":"CVE-2018-3781",
         "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 the Talk app is upgraded to 3.2.5."
}