๐Ÿ” CVE Alert

CVE-2026-86775

HIGH 8.6

knowns before 0.30.0 Path Traversal via Document API

CVSS Score
8.6
EPSS Score
0.0%
EPSS Percentile
0th

knowns (npm package) versions <= 0.29.1 contain a path traversal vulnerability in the Document API. The HTTP handler in internal/server/routes/docs.go normalizes the user-supplied document path with cleanDocPath(), which strips leading/trailing slashes and the .md suffix but does not neutralize ../ traversal sequences, and internal/storage/doc_store.go then builds the target path with filepath.Join(ds.docsDir(), filepath.FromSlash(doc.Path)+".md") without verifying that the resolved path remains inside the documents directory. In the default deployment, where the Management API is unauthenticated and bound to all interfaces, a remote unauthenticated attacker can supply a traversal payload (for example {"path": "../../../../tmp/knowns_pwn_marker"} to POST /api/docs, or an encoded path to GET /api/docs/...) to read, create, overwrite, or delete arbitrary files with a .md extension anywhere on the host filesystem and to create arbitrary directories via os.MkdirAll. This can expose sensitive data stored in other projects' documentation, corrupt or destroy files, and provide an arbitrary-write primitive that may be chained toward code execution. The issue is fixed in version 0.30.0.

CWE CWE-22
Vendor knowns-dev
Product knowns
Published Sep 9, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for knowns-dev knowns

Be the first to know when new high vulnerabilities affecting knowns-dev knowns are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
High
Availability
Low

Affected Versions

knowns-dev / knowns
0 < 0.30.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/knowns-dev/knowns/security/advisories/GHSA-3h35-4jq7-hv45 vulncheck.com: https://www.vulncheck.com/advisories/knowns-before-0.30.0-path-traversal-via-document-api

Credits

๐Ÿ” Tong Hoang Gia (uziii2208) ๐Ÿ” Nguyen Huy Hoang (hoanggxyuuki)