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

nc-sa-2019-011.json « android - github.com/nextcloud/security-advisories.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75b117a13c78470d487f48a4d1942d27661aeddd (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": "Query restriction bypass on exposed FileContentProvider in Android app",
   "Timestamp": 1564135200,
   "Risk": 1,
   "CVSS3": {
      "score": 2.7,
      "vector": "AV:P/AC:H/PR:H/UI:R/S:U/C:L/I:N/A:L"
   },
   "CWE": {
      "id": 89,
      "name": "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')"
   },
   "HackerOne": 518669,
   "Affected":[
      {
         "Version":"3.6.1",
         "CVE":"CVE-2019-15622",
         "Operator":"<"
      }
   ],
   "Description":"Not strictly enough sanitization allowed an attacker to get content information from protected tables when using custom queries.",
   "Acknowledgment":[
      {
         "Name": "Julien Thomas",
         "Company": "Protektoid.com project",
         "Website": "https://twitter.com/julien_thomas",
         "Reason": "Vulnerability discovery and disclosure."
      }
   ],
   "Resolution": "It is recommended that users upgrade to version 3.6.1 or later."
}