Description
Spinnaker is an open source, multi-cloud continuous delivery platform. Prior to versions 2026.1.1, 2026.0.3, 2025.4.4, and 2025.3.4 on their respective release lines, Kustomize bake operations allow unsafe YAML tag processing in rosco manifests. This can lead to remote code execution on rosco pods when performing Kustomize bakes. This issue is fixed in versions 2026.1.1, 2026.0.3, 2025.4.4, and 2025.3.4.
Published: 2026-07-10
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Spinnaker’s Kustomize bake operation processes yaml manifests for the rosco component without properly handling unsafe YAML tags, a flaw identified as CWE‑502. When a bake is performed, an attacker can supply a crafted yaml file that is deserialized by rosco, allowing arbitrary code to be executed inside the rosco pod. The impact is the ability to run code within the container that runs the rosco deployment, potentially leading to further compromise of the infrastructure that uses the affected Spinnaker instance.

Affected Systems

All Spinnaker deployments that include a rosco component before the following releases are affected: the 2026 release line before 2026.1.1, the 2026.0 line before 2026.0.3, the 2025.4 line before 2025.4.4, and the 2025.3 line before 2025.3.4. These versions expose the rosco pods to remote code execution if a Kustomize bake is triggered.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.5, indicating medium‑high severity. Its EPSS score is below 1%, suggesting a low probability of active exploitation at the present time, and it is not listed in CISA’s KEV catalog. Based on the description, it is inferred that the attacker must be able to initiate a Kustomize bake against the rosco instance—typically via the CI/CD pipeline or a privileged user with access to the bake operation—to inject malicious yaml.

Generated by OpenCVE AI on August 3, 2026 at 03:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spinnaker to the latest patched release (2026.1.1 for the 2026 line, 2026.0.3 for the 2026.0 line, 2025.4.4 for the 2025.4 line, or 2025.3.4 for the 2025.3 line).
  • Disable or restrict Kustomize bake operations on rosco so that untrusted yaml input is not processed.
  • Reconfigure rosco to treat unknown yaml tags as safe and enforce strict schema validation, thereby preventing unsafe deserialization of malicious yaml.

Generated by OpenCVE AI on August 3, 2026 at 03:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 23:45:00 +0000

Type Values Removed Values Added
First Time appeared Spinnaker
Spinnaker spinnaker
Vendors & Products Spinnaker
Spinnaker spinnaker

Fri, 10 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
Description Spinnaker is an open source, multi-cloud continuous delivery platform. Prior to versions 2026.1.1, 2026.0.3, 2025.4.4, and 2025.3.4 on their respective release lines, Kustomize bake operations allow unsafe YAML tag processing in rosco manifests. This can lead to remote code execution on rosco pods when performing Kustomize bakes. This issue is fixed in versions 2026.1.1, 2026.0.3, 2025.4.4, and 2025.3.4.
Title Spinnaker: Improper yaml processing on kustomize bake operations
Weaknesses CWE-502
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Linuxfoundation Spinnaker
Spinnaker Spinnaker
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-15T03:59:56.840Z

Reserved: 2026-06-16T15:20:43.085Z

Link: CVE-2026-55175

cve-icon Vulnrichment

Updated: 2026-07-13T14:17:21.991Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-10T23:16:48.487

Modified: 2026-07-21T19:25:45.863

Link: CVE-2026-55175

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T04:00:13Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data