mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 11:01:35 +02:00
18 lines
770 B
Markdown
18 lines
770 B
Markdown
### [CVE-2021-22160](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22160)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
If Apache Pulsar is configured to authenticate clients using tokens based on JSON Web Tokens (JWT), the signature of the token is not validated if the algorithm of the presented token is set to "none". This allows an attacker to connect to Pulsar instances as any user (incl. admins).
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/p-/p-
|
|
|