CVE-2026-8629: Crabbox < v0.12.0 Privilege Escalation via Agent Ticket Endpoints
Crabbox prior to v0.12.0 contains a privilege escalation vulnerability that allows users with shared visibility-only access to obtain Code, WebVNC, and Egress agent tickets by sending POST requests to ticket endpoints. Attackers can exploit insufficient access control checks on the /v1/leases/:id/code/ticket, /v1/leases/:id/webvnc/ticket, and /v1/leases/:id/egress/ticket endpoints to obtain bridge-agent tickets and impersonate trusted lease-side bridges despite having only visibility permissions.
Security readout for executives and security teams
Plain-English summary
Crabbox before v0.12.0 lets a user with only shared visibility access obtain agent tickets for Code, WebVNC, and Egress. That can let a low-privileged user act like a trusted lease-side bridge, creating a serious privilege escalation risk.
Executive priority
Treat as high priority where Crabbox supports shared environments or sensitive remote access workflows. The business risk is unauthorized elevation from visibility-only access to agent-level capabilities.
Technical view
The issue is insufficient authorization on three lease ticket endpoints. A low-privileged authenticated user with visibility-only access can obtain bridge-agent tickets. The CVSS 4.0 score is 8.6 high, with low attack complexity, no user interaction, and high confidentiality and integrity impact.
Likely exposure
Exposure is likely limited to organizations running Crabbox before v0.12.0 and using shared lease visibility permissions. Public internet exposure is not established in the source bundle.
Exploitation context
The source bundle does not cite active exploitation or KEV listing. Exploitation requires low privileges and network access to the Crabbox API, but the bundle does not provide evidence of weaponized public exploitation.
Researcher notes
This is mapped to CWE-639 and centers on object-level authorization for lease ticket issuance. The affected endpoints are named in the CVE bundle; avoid validation that could issue live tickets outside authorized testing.
Mitigation direction
Upgrade Crabbox to v0.12.0 or later.
Review the v0.12.0 release notes and patch commit.
Limit shared visibility-only access until upgraded.
Review users with access to affected leases.
Follow any additional vendor guidance if published.
Validation and detection
Inventory Crabbox deployments and confirm running versions.
Verify the v0.12.0 patch is present in deployed builds.
Review access records for shared visibility-only lease users.
Check logs for unusual ticket endpoint activity by low-privileged users.
Confirm ticket issuance requires appropriate permissions after remediation.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-639: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-639 · source CWE mapping
Authorization Bypass Through User-Controlled Key
Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.