CVE-2026-72602
Received Received - Intake

Path Traversal in DeepWiki Open

Vulnerability report for CVE-2026-72602, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-11

Last updated on: 2026-08-11

Assigner: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

Description

A path traversal vulnerability in AsyncFuncAI deepwiki-open through commit 16f35a0 allows unauthenticated remote attackers to obtain directory listings for arbitrary filesystem paths via the local-repository structure endpoint. The endpoint accepts an absolute filesystem path parameter and returns a directory listing without authentication, as WIKI_AUTH_MODE defaults to false. An attacker can enumerate sensitive directory contents on the host system.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-11
Last Modified
2026-08-11
Generated
2026-08-11
AI Q&A
2026-08-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
asyncfuncai deepwiki-open *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a path traversal vulnerability in AsyncFuncAI deepwiki-open where unauthenticated remote attackers can access directory listings for arbitrary filesystem paths via the local-repository structure endpoint. The endpoint accepts an absolute filesystem path parameter and returns directory contents without requiring authentication because WIKI_AUTH_MODE defaults to false.

Detection Guidance

Check if the DeepWiki-Open service is running and accessible. Test for path traversal by sending requests to the local-repository structure endpoint with absolute filesystem paths. Example: curl http://target-server/local-repository?path=/etc/

Impact Analysis

An attacker could enumerate sensitive directory contents on the host system, potentially exposing confidential files, source code, configuration files, or other sensitive data stored on the server running the vulnerable application.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles and potentially exposing personal data without consent. For HIPAA, it may result in unauthorized access to protected health information, breaching confidentiality requirements.

Mitigation Strategies

Disable the local-repository structure endpoint if not needed. Set WIKI_AUTH_MODE to true to enforce authentication. Restrict network access to the service via firewall rules. Update to a patched version if available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72602. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart