Validation Bypass
Discription
firebase/php-jwt is vulnerable to validation bypass. The vulnerability exists in `decode` and `verify` functions in `JWT.php` because the token validations are not properly handled when multiple keys are loaded in a key ring which allows an attacker to bypass server-side validations.Read More
References
https://github.com/paragonie/php-jwt/commit/31a7c1692907a10dfdb2ea88115ac7164fe53d58https://github.com/firebase/php-jwt/issues/351https://github.com/advisories/GHSA-8xf4-w7qw-pjjwCVSS2
- Access Vector
- Access Complexity
- Authentication
- Confidentiality Impact
- Integrity Impact
- Availability Impact
- Network
- Medium
- None
- Partial
- Partial
- None
AV:N/AC:M/Au:N/C:P/I:P/A:N
CVSS3
- Attack Vector
- Attack Complexity
- Privileges Required
- User Interaction
- Scope
- Confidentiality Impact
- Integrity Impact
- Availability Impact
- Network
- Low
- None
- None
- Unchanged
- High
- High
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Back to Main