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 (hide)

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

History

31 Oct 2022, 17:48

Type Values Removed Values Added
References (MISC) https://github.com/datahub-project/datahub/releases/tag/v0.8.45 - (MISC) https://github.com/datahub-project/datahub/releases/tag/v0.8.45 - Third Party Advisory
References (MISC) https://github.com/datahub-project/datahub/blob/aa146db611e3a4ca3aa17bb740783f789d4444d3/metadata-service/auth-impl/src/main/java/com/datahub/authentication/token/StatelessTokenService.java#L30 - (MISC) https://github.com/datahub-project/datahub/blob/aa146db611e3a4ca3aa17bb740783f789d4444d3/metadata-service/auth-impl/src/main/java/com/datahub/authentication/token/StatelessTokenService.java#L30 - Exploit, Third Party Advisory
References (MISC) https://github.com/datahub-project/datahub/blob/aa146db611e3a4ca3aa17bb740783f789d4444d3/metadata-service/auth-impl/src/main/java/com/datahub/authentication/token/StatelessTokenService.java#L134 - (MISC) https://github.com/datahub-project/datahub/blob/aa146db611e3a4ca3aa17bb740783f789d4444d3/metadata-service/auth-impl/src/main/java/com/datahub/authentication/token/StatelessTokenService.java#L134 - Exploit, Third Party Advisory
References (MISC) https://codeql.github.com/codeql-query-help/java/java-missing-jwt-signature-check/ - (MISC) https://codeql.github.com/codeql-query-help/java/java-missing-jwt-signature-check/ - Third Party Advisory
References (CONFIRM) https://github.com/datahub-project/datahub/security/advisories/GHSA-r8gm-v65f-c973 - (CONFIRM) https://github.com/datahub-project/datahub/security/advisories/GHSA-r8gm-v65f-c973 - Third Party Advisory
First Time Datahub Project
Datahub Project datahub
CPE cpe:2.3:a:datahub_project:datahub:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.8
CWE CWE-347

28 Oct 2022, 17:47

Type Values Removed Values Added
New CVE

Information

Published : 2022-10-28 17:15

Updated : 2023-12-10 14:35


NVD link : CVE-2022-39366

Mitre link : CVE-2022-39366

CVE.ORG link : CVE-2022-39366


JSON object : View

Products Affected

datahub_project

  • datahub
CWE
CWE-347

Improper Verification of Cryptographic Signature

CWE-287

Improper Authentication

CWE-303

Incorrect Implementation of Authentication Algorithm