CVE-2026-88937
8.8Knowns · Knowns CLI
The Knowns CLI code generation engine fails to validate destination paths, allowing attackers to perform path traversal to read or write arbitrary files on the host system.
Executive summary
A path traversal vulnerability in the Knowns CLI template engine allows unauthenticated attackers to execute arbitrary file operations, potentially leading to full system compromise.
Vulnerability
The application improperly validates template destination paths within its code generation engine (CWE-22). This allows an unauthenticated attacker to supply malicious templates that escape the intended project directory to read or write sensitive files, such as shell profiles or credentials.
Business impact
The ability to read and write arbitrary files presents a critical risk to organizational security. An attacker could overwrite configuration files to achieve persistent remote code execution, steal sensitive environment variables or credentials, or disrupt core business operations. Given the CVSS score of 8.8, this vulnerability is classified as high severity and requires immediate attention to prevent unauthorized system access.
Remediation
Immediate Action: There is currently no confirmed patch available for this vulnerability. Organizations should restrict the use of the Knowns CLI in untrusted environments and audit any existing templates for suspicious path patterns.
Proactive Monitoring: Security teams should monitor file system activity for unexpected modifications to critical system files or shell configuration scripts. Review access logs for evidence of unauthorized execution of the Knowns CLI.
Compensating Controls: Implement strict file system permissions for the user account executing the Knowns CLI to ensure it cannot access sensitive directories outside the project root. Use containerization to isolate the execution environment from the host system.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
This vulnerability represents a significant risk due to the potential for arbitrary file write operations. Users are strongly advised to cease use of the affected CLI in sensitive environments until a secure update is provided by the vendor. Prioritize the isolation of any systems currently utilizing Knowns CLI to mitigate the impact of a potential exploit.
More Knowns CVEs
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
Originally found and disclosed by Tong Hoang Gia, per the CVE Program record.
- GitHub Security Advisory (GHSA-68cq-4rwm-f7jr) Vendor advisory
- GitHub Security Advisory (GHSA-xjcg-5j3r-m6f9) Vendor advisory
- Technical analysis
- Technical analysis
- VulnCheck Advisory: knowns through 0.33.0 Path Traversal via Template Engine Third-party advisory