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

github.com/nextcloud/security-advisories.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'old/server/nc-sa-2018-003.json')
-rw-r--r--old/server/nc-sa-2018-003.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/old/server/nc-sa-2018-003.json b/old/server/nc-sa-2018-003.json
new file mode 100644
index 0000000..40cfe1c
--- /dev/null
+++ b/old/server/nc-sa-2018-003.json
@@ -0,0 +1,35 @@
+{
+ "Title": "Improper validation on OAuth2 token endpoint",
+ "Timestamp": 1529582400,
+ "Risk": 2,
+ "CVSS3": {
+ "score": 6.4,
+ "vector": "AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N"
+ },
+ "CWE": {
+ "id": 20,
+ "name": "Improper Input Validation"
+ },
+ "HackerOne": 343111,
+ "Affected":[
+ {
+ "Version":"13.0.3",
+ "CVE":"CVE-2018-3761",
+ "Operator":"<"
+ },
+ {
+ "Version":"12.0.8",
+ "CVE":"CVE-2018-3761",
+ "Operator":"<"
+ }
+ ],
+ "Description":"Improper validation of input allowed an attacker with access to the OAuth2 refresh token to obtain new tokens.",
+ "ActionTaken": "The error has been fixed according to RFC6749.",
+ "Acknowledgment":[
+ {
+ "Name": "Mikael Karlsson",
+ "Reason": "Vulnerability discovery and disclosure."
+ }
+ ],
+ "Resolution": "It is recommended that all instances are upgraded to Nextcloud 13.0.3."
+}