Security Advisory

CVE-2025-69286

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-12-31 21:52:54
Last updated 2026-01-02 14:35:31
Assigner GitHub_M
State PUBLISHED

Description

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine. In versions prior to 0.22.0, the use of an insecure key generation algorithm in the API key and beta (assistant/agent share auth) token generation process allows these tokens to be mutually derivable. Specifically, both tokens are generated using the same `URLSafeTimedSerializer` with predictable inputs, enabling an unauthorized user who obtains the shared assistant/agent URL to derive the personal API key. This grants them full control over the assistant/agent owners account. Version 0.22.0 fixes the issue.