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

nc-sa-2019-010.json « lookup-server « old - github.com/nextcloud/security-advisories.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34fedfc1677f20f79b5650968e174c2f7cef7bc9 (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": "SQL Injection in lookup-server",
   "Timestamp": 1564135200,
   "Risk": 1,
   "CVSS3": {
     "score": 10,
     "vector": "AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N"
   },
   "CWE": {
      "id": 89,
      "name": "SQL Injection"
   },
   "HackerOne": 508487,
   "Affected":[
      {
         "Version":"0.3.0",
         "CVE":"CVE-2019-5476",
         "Operator":"<"
      }
   ],
   "Description":"Improper sanitation of user input allowed any unauthenticated user to perform SQL injection attacks.",
   "ActionTaken": "The error has been fixed.",
   "Acknowledgment":[
      {
         "Name": "Leon Klingele",
         "Mail": "security@leonklingele.de",
         "Reason": "Vulnerability discovery and disclosure."
      }
   ],
   "Resolution": "It is recommended that all instances are upgraded to at least version 0.3.0."
}