Search Results (2 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-72602 1 Asyncfuncai 1 Deepwiki-open 2026-08-13 7.5 High
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.
CVE-2026-72567 1 Asyncfuncai 1 Deepwiki-open 2026-08-11 9.8 Critical
An improper path validation vulnerability in AsyncFuncAI/deepwiki-open through commit 16f35a0 allows unauthenticated remote attackers to write to or delete arbitrary files with root privileges. The api/api.py wiki-cache endpoint constructs file paths from user-controlled owner, repo, and repo_type fields without sanitization, enabling path traversal.