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.
Published: 2026-07-30
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in Spikster exists because the authentication middleware is registered but never applied to any API route. This missing authentication grants unauthenticated remote attackers the ability to access all API endpoints, allowing them to enumerate system resources, provision new servers, reset root passwords, read and write arbitrary files, and create database users. Such capabilities can lead to full compromise of the host and the service infrastructure.

Affected Systems

Spikster product from yolanmees. The affected code includes commit e1cdf8c; any deployment that has not yet been updated to a version where CipiAuth middleware is correctly attached to routes is vulnerable.

Risk and Exploitability

The CVSS score of 9.3 highlights the critical severity of this issue, and the EPSS score of less than 1% indicates a low but present exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Attackers can exploit the exposed API routes remotely, requiring only network connectivity to the service. Because the middleware is never enforced, no additional credentials or privileged access are needed, making the attack path straightforward for an unauthenticated attacker.

Generated by OpenCVE AI on August 2, 2026 at 04:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spikster to the latest commit or release that applies the CipiAuth middleware to all API routes.
  • Restrict network access to the Spikster API endpoints by implementing firewall rules or VPN access to allow traffic only from trusted IP ranges.
  • Review and disable or secure any remaining unprotected API endpoints; restrict file read/write permissions and enforce proper authorization checks on the host.

Generated by OpenCVE AI on August 2, 2026 at 04:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Yolanmees
Yolanmees spikster
Vendors & Products Yolanmees
Yolanmees spikster

Thu, 30 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
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.
Title Spikster Missing Authentication via API Route Group
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Yolanmees Spikster
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-31T15:59:16.523Z

Reserved: 2026-07-29T21:07:39.201Z

Link: CVE-2026-67594

cve-icon Vulnrichment

Updated: 2026-07-31T15:45:38.883Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T20:18:15.173

Modified: 2026-07-31T16:17:11.793

Link: CVE-2026-67594

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T05:00:05Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function