joestump/python-oauth2

joestump/python-oauth2

Releases152
Frequency2 weeks 22 hours
Last Release
Stars3.01K
A fully tested, abstract interface to creating OAuth clients and servers.

CVE History

CVEPublishedCVSS v3CVSS v2
4.3 MEDIUM

The Server.verify_request function in SimpleGeo python-oauth2 does not check the nonce, which allows remote attackers to perform replay attacks via a signed URL.

5.8 MEDIUM

The (1) make_nonce, (2) generate_nonce, and (3) generate_verifier functions in SimpleGeo python-oauth2 uses weak random numbers to generate nonces, which makes it easier for remote attackers to guess the nonce via a brute force attack.