Skip to content

Commit 41812d7

Browse files
Robert Schultheisreedloden
authored andcommitted
Add CVE-2019-9837 for doorkeeper-openid_connect (#393)
1 parent c2f3a04 commit 41812d7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
gem: doorkeeper-openid_connect
3+
cve: 2019-9837
4+
date: 2019-03-25
5+
url: https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md#v154-2019-02-15
6+
title: Doorkeeper::OpenidConnect Open Redirect
7+
description: Doorkeeper::OpenidConnect (aka the OpenID Connect extension for Doorkeeper)
8+
1.4.x and 1.5.x before 1.5.4 has an open redirect via the redirect_uri field in
9+
an OAuth authorization request (that results in an error response) with the 'openid'
10+
scope and a prompt=none value. This allows phishing attacks against the authorization
11+
flow.
12+
cvss_v3: 6.1
13+
patched_versions:
14+
- ">= 1.5.4"
15+
unaffected_versions:
16+
- "< 1.4.0"

0 commit comments

Comments
 (0)