-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Detailed paths
Introduced through: voya/[email protected] › drupal/[email protected] › apigee/[email protected] › firebase/[email protected]
Security information
Factors contributing to the scoring:
-
Snyk: CVSS v4.0 6.3 - Medium Severity | CVSS v3.1 5.6 - Medium Severity
-
NVD: Not available. NVD has not yet published its analysis.
Overview
Affected versions of this package are vulnerable to Inadequate Encryption Strength due to the HMAC and RSA key lengths used in the JSON Web Signature (JWS) implementation not meeting recommended security standards.
Also need confirmation on this
• Is it using HS256 with a short or guessable secret?
• Is it configured to allow "none" algorithm?
• Is it using RSA or ECDSA with a strong key?
• All JWTs are issued/consumed only by trusted and secure parties?
• Upstream packages configure JWT securely.