CVE-2026-57206 Details
Description
SimpleChat is a secure AI conversation application with personal and group workspaces for document-grounded interactions. Prior to 0.241.206, several plugin validation routes in application/single_app/plugin_validation_endpoint.py, including `POST /api/admin/plugins/test-instantiation`, `GET /api/admin/plugins/health-check/<plugin_name>`, `POST /api/admin/plugins/repair/<plugin_name>`, and `POST /api/plugins/validate`, relied on @swagger_route(security=get_auth_security()) documentation without enforcing @login_required, @user_required, or @admin_required at runtime, allowing unauthenticated or unauthorized clients to invoke plugin validation, health, and repair behavior. This issue is fixed in version 0.241.206.
A vulnerability exists in SimpleChat versions prior to 0.241.206, where several plugin validation endpoints lack proper authentication and authorization checks. The affected routes, located in 'application/single_app/plugin_validation_endpoint.py', include 'POST /api/admin/plugins/test-instantiation', 'GET /api/admin/plugins/health-check/<plugin_name>', 'POST /api/admin/plugins/repair/<plugin_name>', and 'POST /api/plugins/validate'. These routes were documented to require authentication but did not enforce it at runtime, allowing unauthorized clients to access sensitive plugin management functionalities. Exploitation of these routes could lead to unauthorized access to plugin health information, configuration errors, and the ability to modify global plugin settings, particularly through the 'repair' endpoint.
Users are advised to upgrade to SimpleChat version 0.241.206 or later. For immediate needs, access to the affected admin plugin validation routes can be restricted at the server level using a reverse proxy, WAF, or similar tool. As a local source workaround, the missing authentication decorators can be manually added to the affected routes before redeploying the application.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 16, 2026CISA-ADP
Assessed Jul 16, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/microsoft/simplechat/blob/main/docs/explanation/fixes/PLUGIN_VALIDATION_ROUTE_AUTH_FIX.md | [email protected] | Technical AnalysisVendor |
| https://github.com/microsoft/simplechat/releases/tag/v0.250.001 | [email protected] | Release NotesVendor |
| https://github.com/microsoft/simplechat/security/advisories/GHSA-g6gr-xp46-hrmj | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-306 | Missing Authentication for Critical Function | [email protected] |
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Microsoft SimpleChat | < 0.241.206 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 16, 2026 | CVE Modified | CISA-ADP |
| Jul 16, 2026 | New CVE Received | [email protected] |
Volerion