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

nc-sa-2020-001.json « server - github.com/nextcloud/security-advisories.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f98092bc060ad2daf8c849e8f86a5c36b8ad328 (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
33
34
35
36
37
38
39
40
41
{
   "Title": "2FA sessions not properly expired on password change",
   "Timestamp": 1554076800,
   "Risk": 1,
   "CVSS3": {
      "score": 5.6,
      "vector": "AV:P/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N"
   },
   "CWE": {
      "id": 384,
      "name": "Session Fixation"
   },
   "HackerOne": 486693,
   "Affected":[
      {
         "Version":"15.0.3",
         "CVE":"CVE-2019-15612",
         "Operator":"<"
      },
      {
         "Version":"14.0.7",
         "CVE":"CVE-2019-15612",
         "Operator":"<"
      },
      {
         "Version":"13.0.11",
         "CVE":"CVE-2019-15612",
         "Operator":"<"
      }
   ],
   "Description":"A bug in Nextcloud Server 15.0.2 causes pending 2FA logins to not be correctly expired when the password of the user is reset.",
   "ActionTaken": "The error has been fixed.",
   "Acknowledgment":[
      {
         "Name": "Jackson K V",
         "Mail": "jacksonkv67@gmail.com",
         "Reason": "Vulnerability discovery and disclosure."
      }
   ],
   "Resolution": "It is recommended that the Nextcloud Server is upgraded to 15.0.3."
}