CVE-2019-7644:
Critical severity vulnerability that affects Auth0-WCF-Service-JWT
9.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.65811%
CWE
Published
4/18/2019
Updated
1/9/2023
KEV Status
No
Technology
C#
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
Auth0-WCF-Service-JWT | nuget | < 1.0.4 | 1.0.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly states that failed signature validation
leaks the expected signature in error messages. This indicates the signature validation
function
constructs error messages containing sensitive cryptographic material. The most logical location for this would be in the JWT signature validation
method
(likely named ValidateSignature
) within the JWT validation
component (JwtValidator
class in a .NET implementation). The high confidence comes from the direct match between described vulnerability behavior and standard JWT validation
implementation patterns in .NET/WCF services.