Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: GSA_kwCzR0hTQS03MzIyLWpycTQteDVoZs0WCw
File reference keys leads to incorrect hashes on HMAC algorithms
Impact
Users of HMAC-based algorithms (HS256, HS384, and HS512) combined with Lcobucci\JWT\Signer\Key\LocalFileReference
as key are having their tokens issued/validated using the file path as hashing key - instead of the contents.
The HMAC hashing functions take any string as input and, since users can issue and validate tokens, people are lead to believe that everything works properly.
Patches
All versions have been patched to always load the file contents, deprecated the Lcobucci\JWT\Signer\Key\LocalFileReference
, and suggest Lcobucci\JWT\Signer\Key\InMemory
as the alternative.
Workarounds
Use Lcobucci\JWT\Signer\Key\InMemory
instead of Lcobucci\JWT\Signer\Key\LocalFileReference
to create the instances of your keys:
-use Lcobucci\JWT\Signer\Key\LocalFileReference;
+use Lcobucci\JWT\Signer\Key\InMemory;
-$key = LocalFileReference::file(__DIR__ . '/public-key.pem');
+$key = InMemory::file(__DIR__ . '/public-key.pem');
Permalink: https://github.com/advisories/GHSA-7322-jrq4-x5hfJSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS03MzIyLWpycTQteDVoZs0WCw
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Moderate
Classification: General
Published: about 3 years ago
Updated: 10 months ago
CVSS Score: 4.4
CVSS vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Identifiers: GHSA-7322-jrq4-x5hf, CVE-2021-41106
References:
- https://github.com/lcobucci/jwt/commit/8175de5b841fbe3fd97d2d49b3fc15c4ecb39a73
- https://github.com/lcobucci/jwt/commit/c45bb8b961a8e742d8f6b88ef5ff1bd5cca5d01c
- https://nvd.nist.gov/vuln/detail/CVE-2021-41106
- https://github.com/lcobucci/jwt/security/advisories/GHSA-7322-jrq4-x5hf
- https://github.com/FriendsOfPHP/security-advisories/blob/master/lcobucci/jwt/CVE-2021-41106.yaml
- https://github.com/advisories/GHSA-7322-jrq4-x5hf
Blast Radius: 21.1
Affected Packages
packagist:lcobucci/jwt
Dependent packages: 873Dependent repositories: 61,233
Downloads: 228,777,594 total
Affected Version Ranges: >= 4.1.0, < 4.1.5, >= 4.0.0, < 4.0.4, >= 3.4.0, < 3.4.6
Fixed in: 4.1.5, 4.0.4, 3.4.6
All affected versions: 3.4.0, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.4.5, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4
All unaffected versions: 1.0.0, 1.0.1, 1.0.2, 1.1.0, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.1.0, 3.1.1, 3.1.2, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.4.6, 4.0.4, 4.1.5, 4.2.0, 4.2.1, 4.3.0, 5.0.0, 5.1.0, 5.2.0, 5.3.0, 5.4.0, 5.4.1, 5.4.2