diff --git a/.gitignore b/.gitignore index ba05eaa..4ab397c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ generator/out/ -.DS_Store \ No newline at end of file +.DS_Store +nc-sa-20YY-XXX.json diff --git a/server/nc-sa-2021-003.json b/server/nc-sa-2021-003.json new file mode 100644 index 0000000..5ea58fe --- /dev/null +++ b/server/nc-sa-2021-003.json @@ -0,0 +1,31 @@ +{ + "Title": "Stored XSS in markdown file with Nextcloud Talk using Internet Explorer", + "Timestamp": 1601726400, + "Risk": 1, + "CVSS3": { + "score": 7.5, + "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + }, + "CWE": { + "id": 400, + "name": "Denial of Service" + }, + "HackerOne": 812754, + "Affected":[ + { + "Version":"20.0.0", + "CVE":"CVE-2020-8295", + "Operator":"<" + } + ], + "Description":"A wrong check in Nextcloud Server 19 and prior allowed to perform a denial of service attack when resetting the password for a user.", + "ActionTaken": "The error has been fixed.", + "Acknowledgment":[ + { + "Name": "Jesús Ramos", + "Mail": "contact.makerlab@gmail.com", + "Reason": "Vulnerability discovery and disclosure." + } + ], + "Resolution": "It is recommended that the Nextcloud Server is upgraded to 20.0.0." +}