CVE-2021-26557
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 · uneditedWhen Octopus Tentacle is installed using a custom folder location, folder ACLs are not set correctly and could lead to an unprivileged user using DLL side-loading to gain privileged access.
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 confidenceOctopus Tentacle installer fails to set correct Access Control Lists (ACLs) on custom folder locations during installation. This permission misconfiguration allows unprivileged users to perform DLL side-loading attacks, where malicious DLLs can be placed in the improperly secured folder and executed with elevated privileges when the Tentacle service runs.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 3.15.4, < 6.0.489CVSS 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
- Local
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/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.
-
Verify Octopus Tentacle is installedCheck for the presence of Octopus Tentacle installation by looking for the installation directory, typically in Program Files\Octopus Tentacle, or check Windows Services for 'Octopus Tentacle' service using 'services.msc'Affected if Tentacle is installed and the service exists
-
Determine installed Tentacle versionOpen Programs and Features (appwiz.cpl), find Octopus Tentacle in the list, and note the version column. Alternatively, check the file version of Tentacle.exe in the installation folderAffected if Version is >= 3.15.4 AND < 6.0.489
-
Identify custom installation folder locationsReview the installation configuration or check registry key HKLM\SOFTWARE\Octopus\Tentacle for custom paths configured during setup, particularly custom application and deployment foldersAffected if Non-default folder locations were used during installation (folders other than the Program Files default)
-
Inspect ACLs on custom foldersRight-click the custom folder location in Windows Explorer, go to Properties > Security tab, and review the permissions. Verify which users and groups have Write or Full Control permissionsAffected if Unprivileged users or groups (such as Users, Authenticated Users, or Everyone) have Write or Modify permissions to the custom folder
-
Check for unauthorized DLL files in custom foldersNavigate to the custom folder location and examine the contents for any DLL files that were not part of the original installation. Use 'dir /a' command to list all files including hidden onesAffected if Unexpected or suspicious DLL files exist in the custom folder that could be used for DLL side-loading
You are affected if Tentacle version is between 3.15.4 and 6.0.489 inclusive, custom non-default folders were used during installation, and those folders grant write access to unprivileged users.
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 · scoped6.0.489
Ensure Tentacle is installed using default folder locations, or manually verify and correct folder permissions after installation to restrict write access to privileged service accounts only.
Upgrade to Tentacle version 6.0.489 or later (the latest stable 6.x release)
- 1. Identify the current Octopus Tentacle version by running 'Tentacle --version' or checking the installed programs list
- 2. If running version >= 3.15.4 and < 6.0.489, plan for upgrade to version 6.0.489 or later
- 3. Download the latest Tentacle installer from the official Octopus Downloads page (downloads.octopus.com)
- 4. Back up your Tentacle configuration and any custom scripts before upgrading
- 5. Stop the Octopus Tentacle service before upgrading
- 6. Run the installer and follow the upgrade prompts
- 7. Verify the service starts successfully after upgrade
- 8. Confirm the new version is installed by running 'Tentacle --version'
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2021-26557 — 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-2021-26557 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