Description
Directory traversal vulnerability in knowns-dev/knowns 0.11.4 via crafted folder name value to the create_doc tool.
Published: 2026-07-21
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a directory traversal flaw that occurs when the knowns create_doc tool processes a crafted folder name value. An attacker who can supply this input can manipulate the file system path used during document creation, potentially allowing read or write access to files outside the intended working directory. The weakness is correctly classified as CWE-22 and could compromise confidentiality and integrity if exploited.

Affected Systems

Knowns‑dev\u2013knowns version 0.11.4 is affected; no other vendors or product versions are currently listed.

Risk and Exploitability

The CVSS base score of 7.5 marks the issue as high severity, but the EPSS score of less than 1% indicates a low probability of exploitation. The flaw is not present in the CISA KEV catalog, so no confirmed public exploits exist at present. Based on the description, the crafted folder name is processed by the create_doc tool, implying that the attack requires the ability to influence the input—this could be via local execution or through a remote interface if the tool is exposed. The traversal nature of the issue means that, should an attacker gain entrance, they could read or modify arbitrary files relative to the tool’s working directory.

Generated by OpenCVE AI on August 4, 2026 at 17:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade knowns from version 0.11.4 to the latest release where the directory traversal issue is fixed.
  • Validate and sanitize the folder name supplied to create_doc, rejecting any strings that contain traversal patterns such as ".." or absolute path separators.
  • Restrict the working directory for create_doc so it operates only within a predefined safe subfolder and ensure the executing process has no broader file system write access.

Generated by OpenCVE AI on August 4, 2026 at 17:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Title Directory Traversal via Crafted Folder Name in Knowns create_doc Tool

Thu, 30 Jul 2026 18:45:00 +0000

Type Values Removed Values Added
Title Directory Traversal via Crafted Folder Name in Knowns create_doc Tool

Wed, 29 Jul 2026 00:45:00 +0000

Type Values Removed Values Added
Title Directory Traversal in Knowns via Crafted Folder Name in create_doc

Tue, 28 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Knowns-dev
Knowns-dev knowns
Vendors & Products Knowns-dev
Knowns-dev knowns

Fri, 24 Jul 2026 05:00:00 +0000

Type Values Removed Values Added
Title Directory Traversal in Knowns via Crafted Folder Name in create_doc

Wed, 22 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-22
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
Description Directory traversal vulnerability in knowns-dev/knowns 0.11.4 via crafted folder name value to the create_doc tool.
References

Subscriptions

Knowns-dev Knowns
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-22T18:00:46.494Z

Reserved: 2026-03-04T00:00:00.000Z

Link: CVE-2026-30632

cve-icon Vulnrichment

Updated: 2026-07-22T17:59:51.219Z

cve-icon NVD

Status : Deferred

Published: 2026-07-21T20:17:00.470

Modified: 2026-07-22T20:50:36.493

Link: CVE-2026-30632

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T18:00:14Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')