CVE-2026-90691 Details
Description
A security vulnerability has been detected in 0x4m4 HexStrike AI up to d689933ff579d839c676c82b231f8e98326c5f04. The impacted element is the function FileOperationsManager of the file hexstrike_server.py of the component API Files Endpoint. The manipulation of the argument filename leads to path traversal. The attack may be initiated remotely. The exploit has been disclosed publicly and may be used. The project was informed of the problem early through an issue report but has not responded yet.
A path traversal vulnerability has been identified in 0x4m4 HexStrike AI versions up to d689933ff579d839c676c82b231f8e98326c5f04. The issue resides in the FileOperationsManager class within the hexstrike_server.py file, specifically at the API Files Endpoint. The vulnerability allows remote attackers to manipulate the filename argument, escaping the intended file sandbox and writing arbitrary files to locations outside the base directory. This exploitation can lead to remote code execution by injecting malicious payloads into files that are executed by the server.
To address this vulnerability, implement path validation to ensure that resolved file paths do not escape the designated base directory. Additionally, reject filenames that contain traversal sequences or that start with a slash. Adding authentication to the file management endpoints and running the server with restricted filesystem permissions can further mitigate the risk.
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.
Volerion
Assessed Sep 14, 2026CISA-ADP
Assessed Sep 14, 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.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/0x4m4/hexstrike-ai/issues/135 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/0x4m4/hexstrike-ai/issues/225 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/0x4m4/hexstrike-ai/pull/159 | [email protected] | Issue TrackingVendor |
| https://vuldb.com/cve/CVE-2026-90691 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/914893 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/403224 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/403224/cti | [email protected] | Content Wall |
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 |
|---|---|
| 0x4m4 HexStrike AI | <= d689933ff579d839c676c82b231f8e98326c5f04 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | CVE Modified | CISA-ADP |
| Sep 14, 2026 | New CVE Received | [email protected] |
Volerion