CVE-2022-39366

DataHub is an open-source metadata platform. Prior to version 0.8.45, the `StatelessTokenService` of the DataHub metadata service (GMS) does not verify the signature of JWT tokens. This allows an attacker to connect to DataHub instances as any user if Metadata Service authentication is enabled. This vulnerability occurs because the `StatelessTokenService` of the Metadata service uses the `parse` method of `io.jsonwebtoken.JwtParser`, which does not perform a verification of the cryptographic token signature. This means that JWTs are accepted regardless of the used algorithm. This issue may lead to an authentication bypass. Version 0.8.45 contains a patch for the issue. There are no known workarounds.
Configurations

Configuration 1

cpe:2.3:a:datahub_project:datahub:*:*:*:*:*:*:*:*

Information

Published : 2022-10-28 05:15

Updated : 2022-10-31 05:48


NVD link : CVE-2022-39366

Mitre link : CVE-2022-39366

Products Affected
No products.
CWE
CWE-347

Improper Verification of Cryptographic Signature