Server-Side Request Forgery (SSRF) in pyjwt - #VU132101
Published: May 21, 2026
pyjwt
Detailed vulnerability description
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to server-side request forgery in PyJWKClient when processing attacker-influenced JKU URLs. A remote attacker can supply a URL using the file://, ftp://, or data: scheme to disclose sensitive information.
User interaction is required, and exploitation depends on an application passing an attacker-influenced jku value to PyJWKClient.