CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-33505

High
Published: Translated: NVD NIST

Summary

Ory Keto to otwartoźródłowy serwer autoryzacji do zarządzania uprawnieniami na dużą skalę. W wersjach przed 26.2.0 API GetRelationships jest podatne na atak typu SQL injection z powodu błędów w implementacji paginacji, co pozwala atakującym na tworzenie złośliwych tokenów paginacyjnych.

Risk Assessment

Organizacje mogą być narażone na nieautoryzowany dostęp do danych oraz możliwość wykonania dowolnych zapytań SQL, co może prowadzić do poważnych naruszeń bezpieczeństwa.

Recommendation

Zaleca się aktualizację Ory Keto do wersji 26.2.0 lub nowszej oraz skonfigurowanie wartości `secrets.pagination`, aby zminimalizować ryzyko ataków SQL injection.

Related vulnerabilities

Original NVD description (English source)

Ory Keto is am open source authorization server for managing permissions at scale. Prior to version 26.2.0, the GetRelationships API in Ory Keto 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, Keto falls back to a hard-coded 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. This issue can be exploited when GetRelationships API is 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 not set or known to the attacker. An attacker can execute arbitrary SQL que

Vulnerability data from NVD (NIST) · CISA KEV · EPSS