CVE-2026-65702

Vanna AI · Vanna

Vanna AI Vanna suffers from a path traversal vulnerability via the FilesystemConversationStore, allowing unauthorized access to arbitrary files on the underlying system.

Executive summary

A path traversal vulnerability in Vanna AI Vanna allows unauthenticated attackers to read or manipulate sensitive files on the host system, posing a high risk to data integrity.

Vulnerability

This is a path traversal vulnerability (CWE-22) residing in the FilesystemConversationStore function. The vulnerability is exploitable by unauthenticated remote attackers who can manipulate file paths to access restricted directories.

Business impact

The ability for an attacker to perform path traversal poses a significant risk to the confidentiality and integrity of the hosting environment. By accessing arbitrary files, an attacker could extract configuration secrets, environment variables, or other sensitive data, potentially leading to full system compromise. With a CVSS score of 8.6, this high severity flaw warrants immediate attention to prevent unauthorized data exposure.

Remediation

Immediate Action: Review the official Vanna AI security advisories for the release of a patched version and apply the update immediately.

Proactive Monitoring: Monitor server logs for suspicious URL patterns or file access requests containing directory traversal sequences like dot-dot-slash.

Compensating Controls: Implement a Web Application Firewall (WAF) with rules configured to block common path traversal payloads and sanitize input parameters before they reach the application backend.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the high CVSS score and the presence of a known proof-of-concept, this vulnerability presents a substantial risk to any organization utilizing Vanna. Administrators should prioritize identifying instances of the affected software and move to apply the necessary security updates as soon as they are made available by the vendor.