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

exploitDog

github логотип

GHSA-xmj9-7625-f634

Опубликовано: 15 апр. 2026
Источник: github
Github: Прошло ревью
CVSS4: 6.3

Описание

Data Sharing Framework has an Inverted Time Comparison in OIDC JWKS and Token Cache

Affected Components

Summary

  • The OIDC JWKS and Metadata Document caches used an inverted time comparison (isBefore instead of isAfter), causing the cache to never return cached values. Every incoming request triggered a fresh HTTP fetch of the OIDC Metadata Document and JWKS keys from the OIDC provider.
  • The OIDC token cache for the FHIR client connections used an inverted time comparison (isBefore instead of isAfter), causing the cache to never invalidate. Every incoming request returned the same OIDC token even if expired.

Impact

  • Performance: Every OIDC-authenticated request added network round-trips to the OIDC provider, increasing latency
  • Reliability: Cached OIDC tokens become unusable after expiration and can only be invalidated by restart of the BPE. If the OIDC provider is temporarily unreachable, all requests fail immediately instead of using cached keys
  • Load: Unnecessary load on the OIDC provider, potentially causing rate limiting

Fix (commits 31c2e974d, d3ca59b4d)

  • Fixed cache timeout comparison from isBefore to isAfter in BaseOidcClientWithCache (configuration and JWKS caches) and OidcClientWithCache (configuration, JWKS, and access token caches)
  • Added configurable cache timeouts via dev.dsf.server.auth.oidc.provider.client.cache.timeout.configuration.resource and dev.dsf.server.auth.oidc.provider.client.cache.timeout.jwks.resource (default: PT1H)

Пакеты

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

dev.dsf:dsf-bpe-process-api-v2

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

Отсутствует

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

dev.dsf:dsf-bpe-server

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

Отсутствует

EPSS

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

6.3 Medium

CVSS4

Дефекты

CWE-670

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

nvd
4 месяца назад

The Data Sharing Framework (DSF) implements a distributed process engine based on the BPMN 2.0 and FHIR R4 standards. Prior to 2.1.0, The OIDC JWKS and Metadata Document caches used an inverted time comparison (isBefore instead of isAfter), causing the cache to never return cached values. Every incoming request triggered a fresh HTTP fetch of the OIDC Metadata Document and JWKS keys from the OIDC provider. The OIDC token cache for the FHIR client connections used an inverted time comparison (isBefore instead of isAfter), causing the cache to never invalidate. Every incoming request returned the same OIDC token even if expired. This vulnerability is fixed in 2.1.0.

EPSS

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

6.3 Medium

CVSS4

Дефекты

CWE-670