-
-
Notifications
You must be signed in to change notification settings - Fork 221
/
Copy pathCVE-2018-1000088.yml
34 lines (29 loc) · 1.15 KB
/
CVE-2018-1000088.yml
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
---
gem: doorkeeper
cve: 2018-1000088
ghsa: hwhh-2fwm-cfgw
url: https://blog.justinbull.ca/cve-2018-1000088-stored-xss-in-doorkeeper/
title: Doorkeeper gem has stored XSS on authorization consent view
date: 2018-02-21
description: |
Stored XSS on the OAuth Client's name will cause users being prompted for
consent via the "implicit" grant type to execute the XSS payload.
The XSS attack could gain access to the user's active session, resulting in
account compromise.
Any user is susceptible if they click the authorization link for the
malicious OAuth client. Because of how the links work, a user cannot tell if
a link is malicious or not without first visiting the page with the XSS
payload.
If 3rd parties are allowed to create OAuth clients in the app using
Doorkeeper, upgrade to the patched versions immediately.
Additionally there is stored XSS in the native_redirect_uri form element.
DWF has assigned CVE-2018-1000088.
cvss_v3: 7.6
unaffected_versions:
- "< 2.1.0"
patched_versions:
- ">= 4.2.6"
related:
url:
- https://github.com/doorkeeper-gem/doorkeeper/issues/969
- https://github.com/doorkeeper-gem/doorkeeper/issues/970