Files
CVEs-PoC/2022/CVE-2022-25898.md
T
2024-06-18 02:51:15 +02:00

1.4 KiB

CVE-2022-25898

Description

The package jsrsasign before 10.5.25 are vulnerable to Improper Verification of Cryptographic Signature when JWS or JWT signature with non Base64URL encoding special characters or number escaped characters may be validated as valid by mistake. Workaround: Validate JWS or JWT signature if it has Base64URL and dot safe string before executing JWS.verify() or JWS.verifyJWT() method.

POC

Reference

Github