Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-r8gm-v65f-c973

Опубликовано: 31 окт. 2022
Источник: github
Github: Прошло ревью
CVSS3: 9.9

Описание

acryl-datahub missing JWT signature check

Missing JWT signature check (GHSL-2022-078)

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.

Impact

This issue may lead to an authentication bypass.

Resources

Пакеты

Наименование

acryl-datahub

pip
Затронутые версииВерсия исправления

< 0.8.45

0.8.45

EPSS

Процентиль: 11%
0.00037
Низкий

9.9 Critical

CVSS3

Дефекты

CWE-347

Связанные уязвимости

CVSS3: 9.9
nvd
больше 3 лет назад

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.

EPSS

Процентиль: 11%
0.00037
Низкий

9.9 Critical

CVSS3

Дефекты

CWE-347