Search for packages
| purl | pkg:gem/doorkeeper@5.1.0.rc1 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-bss3-b2mz-gyg6
Aliases: CVE-2023-34246 GHSA-7w2c-w47h-789w |
Doorkeeper Improper Authentication vulnerability 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 https://github.com/doorkeeper-gem/doorkeeper/issues/1589 Fix https://github.com/doorkeeper-gem/doorkeeper/pull/1646 |
Affected by 0 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| VCID-kkj7-z9k5-5qe2 | Doorkeeper application secret information disclosure vulnerability Information disclosure vulnerability. Allows an attacker to see all Doorkeeper::Application model attribute values (including secrets) after authorizing an application to their user. An application is vulnerable if the authorized applications controller is enabled (GET /oauth/authorized_applications.json). Recommended additional hardening for >= 5.1 is to enable application secrets hashing. This would render the exposed secret useless. |
CVE-2020-10187
GHSA-j7vx-8mqj-cqp9 |
| Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
|---|---|---|---|---|---|
| 2026-06-06T03:49:02.028535+00:00 | GitLab Importer | Affected by | VCID-bss3-b2mz-gyg6 | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/doorkeeper/CVE-2023-34246.yml | 38.6.0 |
| 2026-06-04T20:30:00.844975+00:00 | GitLab Importer | Fixing | VCID-kkj7-z9k5-5qe2 | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/doorkeeper/CVE-2020-10187.yml | 38.6.0 |
| 2026-06-04T18:14:11.554627+00:00 | Ruby Importer | Affected by | VCID-bss3-b2mz-gyg6 | https://github.com/rubysec/ruby-advisory-db/blob/master/gems/doorkeeper/CVE-2023-34246.yml | 38.6.0 |