VYPR

Omniauth

by Omniauth

gem: omniauth

Source repositories

CVEs (3)

  • CVE-2020-36599CriAug 18, 2022
    risk 0.57cvss 9.8epss 0.01

    lib/omniauth/failure_endpoint.rb in OmniAuth before 1.9.2 (and before 2.0) does not escape the message_key value.

  • CVE-2015-9284HigApr 26, 2019
    risk 0.50cvss 8.8epss 0.02

    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…

  • CVE-2017-18076HigJan 26, 2018
    risk 0.00cvss 7.5epss 0.02

    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.