
node-oauth/node-oauth2-server
Releases56
Frequency2 months 3 weeks
Last Release
Stars441
๐ The successor to oauthjs/oauth2-server. ๐ Complete, compliant, maintained and well tested OAuth2 Server for node.js. Includes native async await and PKCE.
CVE History
| CVE | Published | CVSS v3 | CVSS v2 |
|---|---|---|---|
| 5.9 MEDIUM | โ | ||
@node-oauth/oauth2-server is a module for implementing an OAuth2 server in Node.js. The token exchange path accepts RFC7636-invalid code_verifier values (including one-character strings) for S256 PKCE flows. Because short/weak verifiers are accepted and failed verifier attempts do not consume the authorization code, an attacker who intercepts an authorization code can brute-force code_verifier guesses online until token issuance succeeds. | |||