CVE-2026-50561: Yuxi has a JWT Authentication Bypass Leading to Cross-Instance Administrator Token Reuse
Yuxi is a large-model-based intelligent knowledge base and knowledge graph agent development platform. Prior to version 0.6.2, the project's authentication mechanism contains a flaw. In affected versions, the system does not sufficiently validate the identity token in the Authorization header — only performing a validity check. This allows an administrator token generated in another deployment instance or local testing environment to be used to access the backend management interfaces of a different affected instance. An attacker who obtains or constructs an acceptable administrator Authorization token may bypass normal login authentication and gain administrator privileges. This vulnerability could allow an attacker to access system configurations, invoke backend management APIs, create administrator accounts, and ultimately take over the system backend. This issue has been fixed in version 0.6.2. Before upgrading, users are advised to implement the following temporary measures: Set the environment variable JWTSECRETKEY to a non-default value, and configure a unique, sufficiently strong JWT/authentication key for each deployment instance; and/or avoid exposing backend management interfaces directly to the public network.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Yuxito a version that resolves this vulnerability.Fixed in 0.6.2 - Configuration
Before upgrading, set the environment variable JWT_SECRET_KEY to a non-default, unique, sufficiently strong value for each deployment instance.
Yuxi authentication JWT_SECRET_KEY = non-default value (unique per deployment instance, sufficiently strong) - Compensating control
Before upgrading, avoid exposing backend management interfaces directly to the public network (restrict network exposure of backend management interfaces).
Event History
Frequently Asked Questions
What is the severity of CVE-2026-50561?
CVE-2026-50561 has a critical severity rating of 9.4.
How do I fix CVE-2026-50561?
To fix CVE-2026-50561, update to Yuxi version 0.6.2 or later where the authentication flaw is resolved.
What type of vulnerability is CVE-2026-50561?
CVE-2026-50561 is an authentication bypass vulnerability that could lead to cross-instance administrator token reuse.
What are the potential impacts of CVE-2026-50561?
The impact of CVE-2026-50561 can be severe, allowing attackers to gain unauthorized access to sensitive information and perform privileged actions.
Can CVE-2026-50561 be exploited remotely?
Yes, CVE-2026-50561 can be exploited remotely due to its nature of authentication bypass.