CVE-2026-44795
Received
Received - Intake
Remote Code Execution in Spinnaker via Unsafe YAML Processing
Vulnerability report for CVE-2026-44795, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-10
Last updated on: 2026-07-10
Assigner: GitHub, Inc.
Description
Description
Spinnaker is an open source, multi-cloud continuous delivery platform. Prior to 2026.1.0, 2026.0.3, 2025.4.4, and 2025.3.3, unsafe YAML processing bypasses safe deserialization when using CloudFormation deployments or CloudFoundry baking. The use of a non-safe constructor allows arbitrary loading of Java classes, leading to remote code execution. This issue is fixed in versions 2026.1.0, 2026.0.3, 2025.4.4, and 2025.3.3.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spinnaker | spinnaker | to 2026.1.0 (exc) |
| spinnaker | spinnaker | to 2026.0.3 (exc) |
| spinnaker | spinnaker | to 2025.4.4 (exc) |
| spinnaker | spinnaker | to 2025.3.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-470 | The product uses external input with reflection to select which classes or code to use, but it does not sufficiently prevent the input from selecting improper classes or code. |
| CWE-502 | The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. |