cve/2022/CVE-2022-39227.md

23 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2022-39227](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-39227)
![](https://img.shields.io/static/v1?label=Product&message=python-jwt&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-290%3A%20Authentication%20Bypass%20by%20Spoofing&color=brighgreen)
### Description
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.
### POC
#### Reference
2024-08-05 18:41:32 +00:00
- https://www.vicarius.io/vsociety/posts/authentication-bypass-in-python-jwt
2024-05-25 21:48:12 +02:00
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/NoSpaceAvailable/CVE-2022-39227
- https://github.com/davedoesdev/python-jwt
2024-06-10 07:22:43 +00:00
- https://github.com/hackthebox/cyber-apocalypse-2024
2024-05-25 21:48:12 +02:00
- https://github.com/nomi-sec/PoC-in-GitHub
- https://github.com/user0x1337/CVE-2022-39227