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:
authorLukas Reschke <lukas@statuscode.ch>2021-06-01 14:18:46 +0300
committerGitHub <noreply@github.com>2021-06-01 14:18:46 +0300
commit2500dd3a59b63edf8187e2d13e79ab1e268446e6 (patch)
tree4d148f1bbf5df3f4ed3cfece3618b651282f3264 /old/server/nc-sa-2018-003.json
parentd8dc243bac4bf81e439f3ef3899bb8e3a22fd011 (diff)
parent04bc66f5af73322ade5de3ce2c507e0a834d3751 (diff)
Merge pull request #23 from nextcloud/new-github-advisory-workflow
New GitHub advisory workflow
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."
+}