CVE-2026-7086 Details
Description
A vulnerability was identified in HBAI-Ltd Toonflow-app up to 1.1.1. This issue affects the function updateStoryboardUrl of the file replaceUrl.ts of the component Storyboard Export. Such manipulation of the argument url leads to path traversal. It is possible to launch the attack remotely. The exploit is publicly available and might be used. It is still unclear if this vulnerability genuinely exists. The vendor explains in a reply to the issue report, that "[t]he URL of this interface is designed to only be a local address or a trusted domain address configured in docker, and will not contain malicious links, unless the user modifies the code causing unexpected situations."
A path traversal vulnerability has been identified in HBAI-Ltd Toonflow-app versions through 1.1.1. This issue affects the Storyboard Export component, specifically within the updateStoryboardUrl function of replaceUrl.ts. The vulnerability arises because the replaceUrl function does not properly sanitize non-URL input, allowing path traversal payloads to be injected and stored in the o_storyboard database. Exploitation of this vulnerability is possible remotely and can lead to unauthorized access to arbitrary files on the server, including sensitive data such as plaintext passwords and JWT secrets.
To address this vulnerability, the replaceUrl function should be modified to reject non-URL input, and the exportImage function should include a path validation check before reading files. Additionally, filePath parameters should be validated before being stored in the database.
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 Apr 27, 2026CISA-ADP
Assessed Apr 27, 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/HBAI-Ltd/Toonflow-app/ | [email protected] | ProductVendor |
| https://github.com/HBAI-Ltd/Toonflow-app/issues/97 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
| https://github.com/HBAI-Ltd/Toonflow-app/issues/97#issuecomment-4208207717 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
| https://vuldb.com/submit/799584 | [email protected] | ExploitTechnical Description |
| https://vuldb.com/vuln/359661 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/vuln/359661/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 |
|---|---|
| HBAI-Ltd Toonflow | All versions |
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 |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Apr 27, 2026 | New CVE Received | [email protected] |
Volerion