omniauth
Releases70
Frequency2 months 2 weeks
Last Release
Downloads215M
A generalized Rack framework for multiple-provider authentication.
CVE History
| CVE | Affected | Published | CVSS v3 | CVSS v2 |
|---|---|---|---|---|
| = *, = 2.0.0, < 1.9.2 | 9.8 CRITICAL | — | ||
lib/omniauth/failure_endpoint.rb in OmniAuth before 1.9.2 (and before 2.0) does not escape the message_key value. | ||||
| = *, < 2.0.0 | 8.8 HIGH | 6.8 MEDIUM | ||
The request phase of the OmniAuth Ruby gem (1.9.1 and earlier) is vulnerable to Cross-Site Request Forgery when used as part of the Ruby on Rails framework, allowing accounts to be connected without user intent, user interaction, or feedback to the user. This permits a secondary account to be able to sign into the web application as the primary account. | ||||
| < 1.3.2 | 7.5 HIGH | 5 MEDIUM | ||
In strategy.rb in OmniAuth before 1.3.2, the authenticity_token value is improperly protected because POST (in addition to GET) parameters are stored in the session and become available in the environment of the callback phase. | ||||