Skip to content

Information disclosure for Application model

Moderate
nbulaj published GHSA-j7vx-8mqj-cqp9 May 2, 2020

Package

bundler doorkeeper (RubyGems)

Affected versions

>= 5.0.0

Patched versions

5.0.3, 5.1.1, 5.2.5, 5.3.2

Description

Impact

Information disclosure vulnerability. Allows an attacker to see all Doorkeeper::Application model attribute values (including secrets) using authorized applications controller if it's enabled (GET /oauth/authorized_applications.json).

Patches

These versions have the fix:

  • 5.0.3
  • 5.1.1
  • 5.2.5
  • 5.3.2

Workarounds

Patch Doorkeeper::Application model #as_json(options = {}) method and define only those attributes you want to expose.

Additional recommended hardening is to enable application secrets hashing (guide), available since Doorkeeper 5.1. This would render the exposed secret useless.

References

Severity

Moderate

CVE ID

CVE-2020-10187

Weaknesses

No CWEs

Credits