Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Zhihuang Liu

#48402of 53,633
5.3Total CVSS
Vulnerabilities · 1
PT-2025-52256
5.3
2025-12-18
Unknown · Anything-Llm · CVE-2025-63390
**Name of the Vulnerable Software and Affected Versions** AnythingLLM version 1.8.5 **Description** An authentication bypass allows unauthenticated remote attackers to enumerate and retrieve detailed information about all configured workspaces. The issue is due to missing authentication checks in the `/api/workspaces` endpoint. Exposed data includes workspace identifiers (`id`, `name`, `slug`), AI model configurations (`chatProvider`, `chatModel`, `agentProvider`), system prompts (`openAiPrompt`), operational parameters (`temperature`, `history length`, `similarity thresholds`), vector search settings, chat modes, and timestamps. **Recommendations** Apply authentication checks to the `/api/workspaces` endpoint to prevent unauthorized access to workspace configuration details.