LiveActive security incident?Get immediate response
CVE Record

CVE-2021-43832: Improper Access Control in spinnaker

Spinnaker is an open source, multi-cloud continuous delivery platform. Spinnaker has improper permissions allowing pipeline creation & execution. This lets an arbitrary user with access to the gate endpoint to create a pipeline and execute it without authentication. If users haven't setup Role-based access control (RBAC) with-in spinnaker, this enables remote execution and access to deploy almost any resources on any account. Patches are available on the latest releases of the supported branches and users are advised to upgrade as soon as possible. Users unable to upgrade should enable RBAC on ALL accounts and applications. This mitigates the ability of a pipeline to affect any accounts. Block application access unless permission are enabled. Users should make sure ALL application creation is restricted via appropriate wildcards.

CriticalCVSS 10Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Spinnaker deployments without proper RBAC could allow anyone who can reach the Gate endpoint to create and run delivery pipelines. In business terms, this could let an unauthenticated outsider trigger deployments or interact with cloud accounts through Spinnaker, creating serious integrity and confidentiality risk.

Executive priority

Treat this as urgent for any organization using Spinnaker for cloud deployments. The issue can affect deployment authority and cloud resource access, so prioritize patching and RBAC verification before routine work.

Technical view

CVE-2021-43832 is an improper access control issue in Spinnaker allowing unauthenticated pipeline creation and execution through Gate. Affected ranges include versions before 1.25.8 and 1.26.0 through before 1.26.7. The CVSS 3.1 score is 10.0 with network attack vector, no privileges, no user interaction, and scope change.

Likely exposure

Highest exposure is internet-facing or broadly reachable Spinnaker Gate endpoints, especially where RBAC is not configured across all accounts and applications. Internal-only deployments still matter if many users or systems can reach Gate.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. However, the advisory describes unauthenticated pipeline creation and execution when Gate is reachable, making exposed deployments urgent to assess.

Researcher notes

The core weakness maps to CWE-306: missing authentication for a critical function. Evidence supports unauthenticated pipeline creation and execution through Gate, with impact amplified by absent RBAC. Do not assume exploitation without additional telemetry or a cited exploitation source.

Mitigation direction

  • Upgrade Spinnaker to patched supported branch releases as advised by the vendor.
  • If unable to upgrade, enable RBAC on all accounts and applications.
  • Block application access unless permissions are enabled.
  • Restrict all application creation using appropriate wildcard permissions.
  • Review the GitHub advisory for current vendor guidance.

Validation and detection

  • Inventory Spinnaker versions and identify any affected releases.
  • Confirm whether Gate endpoints are reachable from untrusted networks.
  • Verify RBAC is enabled for every account and application.
  • Review application creation permissions for permissive wildcard gaps.
  • Check whether patched versions are deployed across all Spinnaker services.
Prepared
Confidence
high
Sources
3

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 · medium confidence lookup

CWE-306: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-43832 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
10 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
10CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N3.95.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

10Critical
CVSS 3.1 vector shape for CVE-2021-43832Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
spinnakerspinnaker>= 1.26.0, < 1.26.7, < 1.25.8Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-306 · source CWE mapping

Missing Authentication for Critical Function

Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.