CVE-2026-88940
Received Received - Intake

Path Traversal Vulnerability in Known Through 0.33.0

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

Publication date: 2026-09-10

Last updated on: 2026-09-10

Assigner: VulnCheck

Description

knowns through 0.33.0 fails to validate the path query parameter in the workspace browse endpoint, allowing remote attackers to enumerate arbitrary directories on the host filesystem. Attackers can traverse the directory structure to locate project directories and identify targets for further exploitation.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
knowns knowns to 0.33.0 (inc)

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

CVE-2026-88940 is a path traversal vulnerability in the knowns software versions up to 0.33.0. It occurs because the path query parameter in the workspace browse endpoint is not properly validated. This allows remote attackers to traverse directories and enumerate arbitrary folders on the host filesystem, potentially identifying project directories for further attacks.

Detection Guidance

To detect this vulnerability, check if your knowns software version is 0.33.0 or lower. Test the /api/workspaces/browse endpoint by sending a GET request with a path traversal payload like ../ to see if it returns directory listings outside intended paths.

Impact Analysis

Attackers can exploit this to enumerate directories on your system, locate sensitive project files, and gain unauthorized access to repositories. This could lead to data theft, code manipulation, or further compromise of your system's confidentiality, integrity, and availability.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles and HIPAA's security requirements. It may result in data breaches, non-compliance penalties, and loss of trust due to compromised confidentiality and integrity of personal or health information.

Mitigation Strategies

Immediately upgrade knowns to a version higher than 0.33.0. If upgrading is not possible, restrict access to the /api/workspaces/browse endpoint and implement strict input validation for path parameters to prevent directory traversal.

Chat Assistant

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

EPSS Chart