Files
CVEs-PoC/2021/CVE-2021-46743.md
T
2024-05-25 21:48:12 +02:00

18 lines
872 B
Markdown

### [CVE-2021-46743](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46743)
![](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
In Firebase PHP-JWT before 6.0.0, an algorithm-confusion issue (e.g., RS256 / HS256) exists via the kid (aka Key ID) header, when multiple types of keys are loaded in a key ring. This allows an attacker to forge tokens that validate under the incorrect key. NOTE: this provides a straightforward way to use the PHP-JWT library unsafely, but might not be considered a vulnerability in the library itself.
### POC
#### Reference
- https://github.com/firebase/php-jwt/issues/351
#### Github
No PoCs found on GitHub currently.