PT-2024-20807 · Php-Jwt · Php-Jwt
Published
2024-02-08
·
Updated
2024-02-15
·
CVE-2024-25191
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
php-jwt version 1.0.0
Description
The issue arises from the use of
strcmp to verify authentication, which is not a constant-time comparison. This makes it easier for attackers to bypass authentication via a timing side channel.Recommendations
For php-jwt version 1.0.0, consider using a constant-time comparison function to verify authentication, as a temporary workaround, until a patch is available.
Exploit
Fix
Side Channel Attack
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Php-Jwt