This is an authentication bypass vulnerability in the Karmada Dashboard API. The backend API endpoints (e.g., /api/v1/secret, /api/v1/service) did not enforce authentication, allowing unauthenticated users to access sensitive cluster information such as Secrets and Services directly. Although the web UI required a valid JWT for access, the API itself remained exposed to direct requests without any authentication checks. Any user or entity with network access to the Karmada Dashboard service could exploit this vulnerability to retrieve sensitive data.
The issue has been fixed in Karmada Dashboard v0.2.0. This release enforces authentication for all API endpoints. Users are strongly advised to upgrade to version v0.2.0 or later as soon as possible.
If upgrading is not immediately feasible, users can mitigate the risk by:
{
"github_reviewed": true,
"cwe_ids": [
"CWE-862"
],
"severity": "CRITICAL",
"nvd_published_at": null,
"github_reviewed_at": "2025-10-24T15:27:04Z"
}