Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-57206 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References 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.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-306Missing Authentication for Critical Function[email protected]
CWE-862Missing Authorization[email protected]

Affected Products

ProductVersions
Microsoft SimpleChat
< 0.241.206 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 0.241.206moderate effort
  • Mitigation:low effort

    Restrict access to the affected paths at a reverse proxy, WAF, ingress gateway, or upstream authentication layer: * /api/admin/plugins/test-instantiation * /api/admin/plugins/health-check/* * /api/admin/plugins/repair/*

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-57206
NVD Published Date:
Jul 16, 2026
NVD Last Modified:
Jul 16, 2026
Source:
[email protected]
CVE-2026-57206 Details - Not Deferred