Security Advisory

CVE-2022-25898

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2022-07-01 20:02:03
Last updated 2024-09-16 18:48:35
Assigner snyk
State PUBLISHED

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.