CVE-2026-7042 Details
Description
A flaw has been found in 666ghj MiroFish up to 0.1.2. This affects the function create_app of the file backend/app/__init__.py of the component REST API Endpoint. Executing a manipulation can lead to missing authentication. It is possible to launch the attack remotely. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
A critical vulnerability has been identified in 666ghj MiroFish versions through 0.1.2, where over 50 REST API endpoints lack any authentication or authorization. This flaw, located in the 'create_app' function within 'backend/app/__init__.py', allows remote access to all endpoints, including those that perform destructive actions such as deleting projects, reports, and terminating simulation processes. The absence of authentication middleware or identity verification means that any network-reachable client can exploit this vulnerability, leading to unauthorized access and manipulation of critical application functions.
As an immediate fix, implement API key authentication middleware in the Flask application. This can be done by creating a decorator that checks for a valid API key in the request headers and applying it to all routes.
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/487 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/submit/798583 | [email protected] | Issue TrackingTechnical Description |
| https://vuldb.com/vuln/359621 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/vuln/359621/cti | [email protected] |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-287 | Improper Authentication | [email protected] |
| CWE-306 | Missing Authentication for Critical Function | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| 666ghj MiroFish | 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 26, 2026 | New CVE Received | [email protected] |
Volerion