CVE-2026-67594 Details
Description
Spikster through commit e1cdf8c contains a missing authentication vulnerability that allows unauthenticated remote attackers to access all API routes by exploiting the unattached CipiAuth middleware, which is registered but never applied to any route in the API routing configuration. Attackers can invoke approximately 50 unprotected API endpoints to enumerate and provision servers, reset root passwords, read and write arbitrary files on the host, and create database users.
A missing authentication vulnerability has been identified in Spikster, specifically in the API routing configuration. This issue allows unauthenticated remote attackers to access all API routes by exploiting the CipiAuth middleware, which is registered but not applied to any route. As a result, attackers can access approximately 50 unprotected API endpoints to enumerate and provision servers, reset root passwords, read and write arbitrary files on the host, and create database users.
To address this vulnerability, the CipiAuth middleware should be attached to the API route group in the RouteServiceProvider or routes/api.php, ensuring that all API routes require a valid Apikey for access.
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 Jul 30, 2026CISA-ADP
Assessed Jul 31, 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/yolanmees/Spikster/issues/24 | [email protected] | ExploitIssue TrackingRemedyTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/spikster-missing-authentication-via-api-route-group | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-306 | Missing Authentication for Critical Function | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Spikster | <= e1cdf8c4b780c87457b548c38a87982b549e2465 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 31, 2026 | CVE Modified | CISA-ADP |
| Jul 30, 2026 | New CVE Received | [email protected] |
Volerion