Created
July 30, 2025 01:57
-
-
Save ZupeiNie/83756316c4c24fe97a50176a92608db3 to your computer and use it in GitHub Desktop.
php-jwt < v6.11.0 was discovered to contain weak encryption.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CVE: CVE-2025-45769 | |
| Description: | |
| we found that the HMAC and RSA key lengths used in your JSON Web Signature (JWS) implementation do not meet recommended security standards(RFC 7518、NIST SP800-117、RFC 2437). According to CWE-326 (Inadequate Encryption Strength), using keys that are too short can lead to serious vulnerabilities and potential attacks. | |
| Affected versions: <= v6.11.0 | |
| Reference: https://issuetracker.google.com/issues/408155096?pli=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment