VYPR

OAuth

by Cordea

Source repositories

CVEs (2)

  • CVE-2024-42476MedAug 15, 2024
    risk 0.35cvss 6.5epss 0.00

    In the OAuth library for nim prior to version 0.11, the Authorization Code grant and Implicit grant both rely on the `state` parameter to prevent cross-site request forgery (CSRF) attacks where a resource owner might have their session associated with protected resources…

  • CVE-2024-42475MedAug 15, 2024
    risk 0.35cvss 6.5epss 0.00

    In the OAuth library for nim prior to version 0.11, the `state` values generated by the `generateState` function do not have sufficient entropy. These can be successfully guessed by an attacker allowing them to perform a CSRF vs a user, associating the user's session with the…