Skip to content

Doorkeeper Improper Authentication vulnerability

Moderate severity GitHub Reviewed Published Jun 12, 2023 in doorkeeper-gem/doorkeeper • Updated Nov 7, 2023

Package

bundler doorkeeper (RubyGems)

Affected versions

< 5.6.6

Patched versions

5.6.6

Description

OAuth RFC 8252 says https://www.rfc-editor.org/rfc/rfc8252#section-8.6

the authorization server SHOULD NOT process authorization requests automatically without user consent or interaction, except when the identity of the client can be assured. This includes the case where the user has previously approved an authorization request for a given client id

But Doorkeeper automatically processes authorization requests without user consent for public clients that have been previously approved. Public clients are inherently vulnerable to impersonation, their identity cannot be assured.

Issue doorkeeper-gem/doorkeeper#1589

Fix doorkeeper-gem/doorkeeper#1646

References

@nbulaj nbulaj published to doorkeeper-gem/doorkeeper Jun 12, 2023
Published by the National Vulnerability Database Jun 12, 2023
Published to the GitHub Advisory Database Jun 12, 2023
Reviewed Jun 12, 2023
Last updated Nov 7, 2023

Severity

Moderate
4.2
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
High
Privileges required
None
User interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N

Weaknesses

CVE ID

CVE-2023-34246

GHSA ID

GHSA-7w2c-w47h-789w

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.