Description
WolfStack before 25.9.2 contains a hard-coded cluster-authentication secret compiled into every build and published as a constant in src/auth/mod.rs, allowing remote unauthenticated attackers to bypass authentication by supplying this value in the X-WolfStack-Secret header to the require_auth() gate without any session, API key, or user account. Attackers can reach an affected node's management port to enumerate all Docker and LXC containers on the host and execute arbitrary commands as root inside any container via the POST /api/containers/{runtime}/{id}/exec endpoint.
Published: 2026-08-12
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

WolfStack contains a hard‑coded secret that is compiled into the code base and exposed as a constant. Attackers can supply this value in the X‑WolfStack‑Secret header to the require_auth() gate and bypass authentication without the need for a session, API key, or user account. This gives remote unauthenticated users the ability to enumerate all Docker and LXC containers on the host and execute arbitrary commands as root inside any container through the POST /api/containers/{runtime}/{id}/exec endpoint.

Affected Systems

The vulnerability impacts wolfsoftwaresystemsltd WolfStack installations running any version earlier than 25.9.2. No specific patch version is listed beyond 25.9.2, so all builds before that release are considered affected.

Risk and Exploitability

The score of 9.3 on the CVSS scale places this flaw in the critical severity range. The EPSS score is not available but the nature of the flaw – a hard‑coded secret that can be used from any network connection to the management port – suggests a high likelihood of exploitation in environments where the management port is reachable. It is not currently listed in the CISA Known Exploited Vulnerabilities catalog, but the absence of a KEV listing does not diminish the risk; the flaw is exploitable by any remote actor with network access to the affected port. The attack is remote, requires no prior authentication, and results in full root‑level control inside containers, which in turn can compromise the host or other services. The rapid identification of the flaw and publication of an update underscore the urgency of mitigation.

Generated by OpenCVE AI on August 13, 2026 at 02:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the WolfStack update to version 25.9.2 or later to remove the hard‑coded secret.
  • Verify that the X‑WolfStack‑Secret header can no longer be used for authentication after the upgrade.
  • Restrict access to the WolfStack management port to trusted hosts or a secure network segment until all systems are confirmed to be running a fixed version.

Generated by OpenCVE AI on August 13, 2026 at 02:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 13 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Wolfsoftwaresystemsltd
Wolfsoftwaresystemsltd wolfstack
Vendors & Products Wolfsoftwaresystemsltd
Wolfsoftwaresystemsltd wolfstack

Wed, 12 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Description WolfStack before 25.9.2 contains a hard-coded cluster-authentication secret compiled into every build and published as a constant in src/auth/mod.rs, allowing remote unauthenticated attackers to bypass authentication by supplying this value in the X-WolfStack-Secret header to the require_auth() gate without any session, API key, or user account. Attackers can reach an affected node's management port to enumerate all Docker and LXC containers on the host and execute arbitrary commands as root inside any container via the POST /api/containers/{runtime}/{id}/exec endpoint.
Title WolfStack < 25.9.2 Hard-coded Secret Authentication Bypass via X-WolfStack-Secret
Weaknesses CWE-798
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

Wolfsoftwaresystemsltd Wolfstack
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T13:41:46.430Z

Reserved: 2026-08-12T19:29:19.866Z

Link: CVE-2026-73519

cve-icon Vulnrichment

Updated: 2026-08-13T13:41:43.028Z

cve-icon NVD

Status : Received

Published: 2026-08-12T22:17:17.600

Modified: 2026-08-13T14:17:13.773

Link: CVE-2026-73519

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:47:39Z

Weaknesses
  • CWE-798

    Use of Hard-coded Credentials