CVE-2026-33504

Ory Hydra is an OAuth 2.0 Server and OpenID Connect Provider. Prior to version 26.2.0, the listOAuth2Clients, listOAuth2ConsentSessions, and listTrustedOAuth2JwtGrantIssuers Admin APIs in Ory Hydra are vulnerable to SQL injection due to flaws in its pagination implementation. Pagination tokens are encrypted using the secret configured in `secrets.pagination`. If this value is not set, Hydra falls back to using `secrets.system`. An attacker who knows this secret can craft their own tokens, including malicious tokens that lead to SQL injection. This issue can be exploited when one or more admin APIs listed above are directly or indirectly accessible to the attacker; the attacker can pass a raw pagination token to the affected API; and the configuration value `secrets.pagination` is set and known to the attacker, or `secrets.pagination` is not set and `secrets.system` is known to the attacker. An attacker can execute arbitrary SQL queries through forged pagination tokens. As a first line of defense, immediately configure a custom value for `secrets.pagination` by generating a cryptographically secure random secret. Next, upgrade Hydra to the fixed version, 26.2.0 as soon as possible.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:ory:hydra:*:*:*:*:*:*:*:*

History

07 Apr 2026, 21:15

Type Values Removed Values Added
References () https://github.com/ory/hydra/security/advisories/GHSA-r9w3-57w2-gch2 - () https://github.com/ory/hydra/security/advisories/GHSA-r9w3-57w2-gch2 - Mitigation, Vendor Advisory
CPE cpe:2.3:a:ory:hydra:*:*:*:*:*:*:*:*
First Time Ory hydra
Ory

30 Mar 2026, 13:26

Type Values Removed Values Added
Summary
  • (es) Ory Hydra es un servidor OAuth 2.0 y un proveedor de OpenID Connect. Antes de la versión 26.2.0, las API de administración listOAuth2Clients, listOAuth2ConsentSessions y listTrustedOAuth2JwtGrantIssuers en Ory Hydra son vulnerables a inyección SQL debido a fallos en su implementación de paginación. Los tokens de paginación se cifran usando el secreto configurado en `secrets.pagination`. Si este valor no está configurado, Hydra recurre a usar `secrets.system`. Un atacante que conoce este secreto puede crear sus propios tokens, incluyendo tokens maliciosos que conducen a inyección SQL. Este problema puede ser explotado cuando una o más API de administración listadas anteriormente son directa o indirectamente accesibles para el atacante; el atacante puede pasar un token de paginación sin procesar a la API afectada; y el valor de configuración `secrets.pagination` está configurado y es conocido por el atacante, o `secrets.pagination` no está configurado y `secrets.system` es conocido por el atacante. Un atacante puede ejecutar consultas SQL arbitrarias a través de tokens de paginación falsificados. Como primera línea de defensa, configure inmediatamente un valor personalizado para `secrets.pagination` generando un secreto aleatorio criptográficamente seguro. A continuación, actualice Hydra a la versión corregida, 26.2.0 lo antes posible.

26 Mar 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-26 18:16

Updated : 2026-04-07 21:15


NVD link : CVE-2026-33504

Mitre link : CVE-2026-33504

CVE.ORG link : CVE-2026-33504


JSON object : View

Products Affected

ory

  • hydra
CWE
CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')