VYPR

npm package

oauth2-server

pkg:npm/oauth2-server

Vulnerabilities (2)

  • CVE-2020-26938Aug 29, 2022
    affected <= 3.1.1

    In oauth2-server (aka node-oauth2-server) through 3.1.1, the value of the redirect_uri parameter received during the authorization and token request is checked against an incorrect URI pattern ("[a-zA-Z][a-zA-Z0-9+.-]+:") before making a redirection. This allows a malicious clien

  • CVE-2017-18924Oct 4, 2020
    affected <= 3.1.1

    oauth2-server (aka node-oauth2-server) through 3.1.1 implements OAuth 2.0 without PKCE. It does not prevent authorization code injection. This is similar to CVE-2020-7692. NOTE: the vendor states 'As RFC7636 is an extension, I think the claim in the Readme of "RFC 6749 compliant"