CVE-2026-45625
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedArcane is an interface for managing Docker containers, images, networks, and volumes. Prior to 1.19.0, Arcane's huma-based REST API exposes nine endpoints under /api/customize/git-repositories and /api/git-repositories/sync for managing GitOps source repositories and their stored credentials. Eight of those endpoints (list, create, get, update, delete, test, listBranches, browseFiles) never call the checkAdmin(ctx) helper that every other admin-managed resource (container registries, environments, users, API keys, swarm, settings, system, notifications, events) uses, and the huma authentication middleware deliberately enforces only authentication, not the admin role. As a result, any logged-in user with the default user role can list, create, modify, delete, and test git repository configurations. By repointing an existing repository's URL to an attacker-controlled host while omitting the token/sshKey fields (which UpdateRepository only rewrites when explicitly supplied), the attacker causes Arcane to decrypt the legitimate PAT/SSH key on its next /test, /branches, or /files call and present it as HTTP Basic auth (or SSH key auth) to the attacker's host — producing a one-step exfiltration of plaintext Git credentials. This vulnerability is fixed in 1.19.0.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceArcane before 1.19.0 has eight REST API endpoints for managing Git repository configurations that lack admin role verification, allowing any authenticated user to list, create, modify, delete, and test repository settings. An attacker can modify a repository URL to point to an attacker-controlled host and omit credential fields, causing the system to send the legitimate stored PAT/SSH key as authentication to the attacker's server during /test, /branches, or /files calls, resulting in plaintext credential exfiltration.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Arcane installation and versionLocate the Arcane installation directory or container, then check the version file or binary metadata (e.g., look for version info in the binary, package.json, or a VERSION file). Compare the version to the fixed release 1.19.0.Affected if The installed version is lower than 1.19.0 and the huma-based REST API is in use.
-
Verify Git repository endpoints are exposedIdentify the huma-based REST API endpoints for Git management (typically paths like /api/repos, /git/*, or similar repository management routes). Confirm these eight endpoints exist: list, create, get, update, delete, test, listBranches, browseFiles.Affected if Any of these Git repository management endpoints are publicly or internally accessible without additional admin-only restrictions.
-
Test for missing admin role enforcementUsing a low-privilege authenticated user account (non-admin), attempt to access or modify each of the eight Git repository endpoints. Send requests to create, update, delete, test, listBranches, or browseFiles and observe if the operations succeed without returning a 403 Forbidden.Affected if Non-admin authenticated users can successfully execute create, update, delete, test, listBranches, or browseFiles operations on repositories.
-
Inspect stored Git credentials configurationExamine the Arcane configuration files or database where Git credentials (PAT tokens, SSH keys) are stored. Look for repository configurations that contain URLs and associated credential references.Affected if Repository configurations exist with stored PAT/SSH credentials that could be transmitted to a redirected URL.
-
Check for suspicious repository URL redirectionsReview all stored repository configurations for URLs pointing to unexpected or attacker-controlled hosts. Look for repository URLs where the host differs from your legitimate Git infrastructure.Affected if Any repository URL is configured to point to an external or untrusted host, which could be used to exfiltrate credentials during test/branches/files operations.
You are affected if Arcane version is below 1.19.0 and the Git repository management endpoints are accessible to non-admin authenticated users without proper role verification.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Arcane version 1.19.0 or later which implements proper admin role checks on all git-repository endpoints. If immediate upgrade is not possible, audit user permissions and monitor API access logs for unauthorized repository modifications.
1.19.0
- Identify the currently running Arcane version using the Docker container tag or docker-compose.yml
- Stop the existing Arcane container or service
- Update the Arcane image or binary to version 1.19.0 or later
- For Docker: Update the image tag to 'arcane:1.19.0' or the latest available tag in docker-compose.yml or your container orchestration config
- Restart the Arcane service/container
- Verify the upgrade was successful by checking the application version
- Confirm that the /api/customize/git-repositories and /api/git-repositories/sync endpoints now require admin privileges by attempting access with a non-admin user account (this should be denied)
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-45625 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-45625 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data