cve/2024/CVE-2024-33664.md
2024-06-09 00:33:16 +00:00

19 lines
765 B
Markdown

### [CVE-2024-33664](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-33664)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
python-jose through 3.3.0 allows attackers to cause a denial of service (resource consumption) during a decode via a crafted JSON Web Encryption (JWE) token with a high compression ratio, aka a "JWT bomb." This is similar to CVE-2024-21319.
### POC
#### Reference
- https://github.com/mpdavis/python-jose/issues/344
- https://github.com/mpdavis/python-jose/issues/344
#### Github
No PoCs found on GitHub currently.