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-90946 Details

ANALYZED


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

Description

DeepWiki-Open through commit d92819a contains an arbitrary file read vulnerability in the unauthenticated /ws/chat WebSocket endpoint that accepts repo_url as a filesystem path with no containment. Attackers can supply arbitrary directory paths to read all files with supported extensions including Python, JavaScript, YAML, and JSON files containing hardcoded secrets and credentials.

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-73External Control of File Name or Path[email protected]

Affected Products

ProductVersions
AsyncFuncAI DeepWiki-Open
<= d92819a

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Workaround:low effort

    Configure the DeepWiki API to require authentication by setting the `DEEPWIKI_AUTH_MODE` to a value other than off.

  • Workaround:low effort

    Bind the DeepWiki API to the localhost address (127.0.0.1) to prevent external access.

  • Workaround:low effort

    Replace the wildcard CORS configuration with an allowlist.

  • Workaround:low effort

    Restrict the local-path branch to an operator-configured root and reject absolute paths and '..' that escape it.

  • Workaround:low effort

    Add a host allowlist or private-IP block on the `git clone` URL.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-90946
NVD Published Date:
Sep 14, 2026
NVD Last Modified:
Sep 23, 2026
Source:
[email protected]
CVE-2026-90946 Details - Not Deferred