GHSA-r9w3-57w2-gch2

Suggest an improvement
Source
https://github.com/advisories/GHSA-r9w3-57w2-gch2
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-r9w3-57w2-gch2/GHSA-r9w3-57w2-gch2.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-r9w3-57w2-gch2
Aliases
Downstream
CGA (4)
Published
2026-03-20T20:55:04Z
Modified
2026-07-17T21:10:06Z
Severity
  • 7.2 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Ory Hydra has a SQL injection via forged pagination tokens
Details

Description

Following Admin APIs in Ory Hydra are vulnerable to SQL injection due to flaws in its pagination implementation:

  • listOAuth2Clients
  • listOAuth2ConsentSessions
  • listTrustedOAuth2JwtGrantIssuers

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.

Preconditions

This issue can be exploited when the following conditions are met:

  • 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
  • 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

Impact

An attacker can execute arbitrary SQL queries through forged pagination tokens.

Mitigation

As a first line of defense, immediately configure a custom value for secrets.pagination by generating a cryptographically secure random secret, for example:

openssl rand -base64 32

Next, upgrade Hydra to the fixed version as soon as possible.

Database specific
{
    "cwe_ids":  [
        "CWE-89"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-03-20T20:55:04Z",
    "nvd_published_at":  "2026-03-26T18:16:31Z",
    "severity":  "HIGH"
}
References

Affected packages

Go / github.com/ory/hydra

Package

Name
github.com/ory/hydra
View open source insights on deps.dev
Purl
pkg:golang/github.com/ory/hydra

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Last Affected
1.11.10

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-r9w3-57w2-gch2/GHSA-r9w3-57w2-gch2.json"

Go / github.com/ory/hydra/v2

Package

Name
github.com/ory/hydra/v2
View open source insights on deps.dev
Purl
pkg:golang/github.com/ory/hydra/v2

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
2.3.1-0.20260320110106-0b84568fffcc

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-r9w3-57w2-gch2/GHSA-r9w3-57w2-gch2.json"