PatchSiren cyber security CVE debrief
CVE-2026-73519 wolfsoftwaresystemsltd CVE debrief
CVE-2026-73519 is a critical vulnerability in WolfStack, a software system, which contains a hard-coded cluster-authentication secret. This secret is compiled into every build and published as a constant in the source code, allowing remote unauthenticated attackers to bypass authentication. The vulnerability has a CVSS score of 9.3 and is considered critical.
- Vendor
- wolfsoftwaresystemsltd
- Product
- WolfStack
- CVSS
- CRITICAL 9.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-12
- Original CVE updated
- 2026-09-24
- Advisory published
- 2026-08-12
- Advisory updated
- 2026-09-24
Who should care
Defenders and administrators responsible for WolfStack deployments should assess exposure and prioritize remediation. This vulnerability has a high CVSS score and is considered critical, indicating a high risk of exploitation and potential impact on affected systems.
Why it matters
CVE-2026-73519 is a critical vulnerability in WolfStack that allows remote unauthenticated attackers to bypass authentication and execute arbitrary commands as root inside any container. Defenders and administrators responsible for WolfStack deployments should assess exposure and prioritize remediation.
- Remote unauthenticated attackers can bypass authentication
- Enumeration of Docker and LXC containers on the host is possible
- Execution of arbitrary commands as root inside any container is possible
- Verification of WolfStack version and patch level is necessary
Technical summary
The WolfStack software system contains a hard-coded cluster-authentication secret compiled into every build and published as a constant in src/auth/mod.rs. This allows 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 then 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.
Defensive priority
High
Recommended defensive actions
- Review and update WolfStack to version 25.9.2 or later
- Implement additional authentication mechanisms
- Monitor for suspicious activity on the management port
- Verify WolfStack version and patch level
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD vulnerability detail page provide information about the vulnerability, including its description, CVSS score, and affected product. However, the vendor and product names are not specified, and the vulnerability status is listed as 'Deferred'.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73519 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73519
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73519 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73519
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/wolfsoftwaresystemsltd/WolfStack/security/advisories/GHSA-r3mw-2wmq-j6jg
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/wolfstack-hard-coded-secret-authentication-bypass-via-x-wolfstack-secret
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.