python-jwt is a module for generating and verifying JSON Web Tokens. Versions prior to 3.3.4 are subject to Authentication Bypass by Spoofing, resulting in identity spoofing, session hijacking or authentication bypass. An attacker who obtains a JWT can arbitrarily forge its contents without knowing the secret key. Depending on the application, this may for example enable the attacker to spoof other user's identities, hijack their sessions, or bypass authentication. Users should upgrade to version 3.3.4. There are no known workarounds.
References
Configurations
History
10 Jul 2024, 21:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
04 Mar 2023, 01:43
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2022-09-23 07:15
Updated : 2024-07-10 21:15
NVD link : CVE-2022-39227
Mitre link : CVE-2022-39227
CVE.ORG link : CVE-2022-39227
JSON object : View
Products Affected
python-jwt_project
- python-jwt
CWE
CWE-290
Authentication Bypass by Spoofing