CVE-2026-28795 Details
Description
OpenChatBI is an intelligent chat-based BI tool powered by large language models, designed to help users query, analyze, and visualize data through natural language conversations. Prior to version 0.2.2, the save_report tool in openchatbi/tool/save_report.py suffers from a critical path traversal vulnerability due to insufficient input sanitization of the file_format parameter. This issue has been patched in version 0.2.2.
A critical path traversal vulnerability has been identified in the save_report tool of OpenChatBI versions through 0.2.1. The issue arises from inadequate input sanitization of the file_format parameter, which only removes leading dots but allows path traversal sequences to pass unchanged. This vulnerability enables attackers to write files outside the designated report directory by manipulating the filename construction process. Exploitation could involve overwriting crucial system files, such as __init__.py, with malicious code that is executed when the application starts, potentially leading to remote code execution.
Users can update to OpenChatBI version 0.2.2, which includes a patch for this vulnerability. The update is available on the OpenChatBI GitHub repository.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 9, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| zhongyu09 openchatbi | < 0.2.2 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 10, 2026 | Initial Analysis | [email protected] |
| Mar 6, 2026 | New CVE Received | [email protected] |