GHSA-hgx2-28f8-6g2r

Suggest an improvement
Source
https://github.com/advisories/GHSA-hgx2-28f8-6g2r
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-hgx2-28f8-6g2r/GHSA-hgx2-28f8-6g2r.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-hgx2-28f8-6g2r
Aliases
Published
2026-03-20T20:54:54Z
Modified
2026-03-27T21:26:17Z
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 Kratos has a SQL injection via forged pagination tokens
Details

Description

The ListCourierMessages Admin API in Ory Kratos is vulnerable to SQL injection due to flaws in its pagination implementation.

Pagination tokens are encrypted using the secret configured in secrets.pagination. An attacker who knows this secret can craft their own tokens, including malicious tokens that lead to SQL injection. If this configuration value is not set, Kratos falls back to a default pagination encryption secret. Because this default value is publicly known, attackers can generate valid and malicious pagination tokens manually for installations where this secret is not set.

Preconditions

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

  • ListCourierMessages API is 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 not set or 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 Kratos to a fixed version as soon as possible.

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

Affected packages

Go / github.com/ory/kratos

Package

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

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
1.3.1-0.20260320110106-9d7085948039

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-hgx2-28f8-6g2r/GHSA-hgx2-28f8-6g2r.json"