CVE-2026-7059 Details
Description
A vulnerability was found in 666ghj MiroFish up to 0.1.2. This affects the function get_simulation_posts of the file backend/app/api/simulation.py of the component Query Parameter Handler. Performing a manipulation of the argument Platform results in path traversal. The attack can be initiated remotely. The exploit has been made public and could be used.
A path traversal vulnerability has been identified in 666ghj MiroFish versions through 0.1.2. The issue arises in the Query Parameter Handler component, specifically within the get_simulation_posts function of backend/app/api/simulation.py. The vulnerability allows for arbitrary SQLite database reads by manipulating the platform query parameter. The lack of validation on the platform argument enables attackers to inject ../ sequences, potentially accessing any SQLite database file that ends with _simulation.db from various directories on the server. This vulnerability can be exploited remotely without authentication.
Whitelist the platform parameter to allow only predefined values, such as 'twitter' or 'reddit'. This can be done by modifying the get_simulation_posts and get_simulation_comments functions to include a validation step that checks the platform value against an allowed list.
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 26, 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/666ghj/MiroFish/ | [email protected] | ProductVendor |
| https://github.com/666ghj/MiroFish/issues/489 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/submit/798605 | [email protected] | ExploitTechnical Description |
| https://vuldb.com/vuln/359632 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/vuln/359632/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 |
|---|---|
| 666ghj MiroFish | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 26, 2026 | New CVE Received | [email protected] |
Volerion