RATATOSKRATATOSK
Sign in

Releases

AI-analyzed release notes for CNCF graduated and incubating projects.

Project: SPIREClear ×
SPIREv1.15.3SecurityYesterdayAug 21, 2026

This release adds attestors, plugins, configuration options, and CLI/API capabilities. It also updates dependencies and includes behavior changes and defect fixes, with no security advisories or explicitly described vulnerabilities.

Source
SPIREv1.15.2SecurityJul 9, 2026

A feature and behavior release that adds operator-facing configuration and integration options while changing supported inputs and runtime behavior. It also includes a dependency migration for disclosed CVEs and deprecates no existing operator feature.

Action needed (2)

  • securityMigration from github.com/docker/docker to github.com/moby/moby

    Dependencies from github.com/docker/docker were migrated to their github.com/moby/moby equivalents to resolve CVEs. The migration ships in this release.

  • breakingRPC metrics from agent health check loopback calls

    Agent health check loopback calls no longer emit RPC metrics. This reduces metrics noise in the agent.

Check if affected (1)

  • breakingJWT-SVID serving by the delegated API

    Applies if you use the delegated API for admin or downstream entries.

    The delegated API no longer serves JWT-SVIDs for admin or downstream entries. This behavior ships in the delegated API in this release.

Source
SPIREv1.15.1SecurityMay 28, 2026

SPIRE v1.15.1 includes a security correction for Azure IMDS node attestation. The release also updates the golang.org/x/net and golang.org/x/crypto dependencies.

Check if affected (1)

  • securityAzure IMDS node attestation validation

    Applies if you use the azure_imds server node attestor plugin.

    The azure_imds server node attestor now validates the certificate used for the signature against the trusted Azure roots, preventing forged attested documents from being accepted during node attestation. The fix ships in SPIRE v1.15.1.

Source
SPIREv1.14.7SecurityMay 28, 2026

SPIRE v1.14.7 fixes a security vulnerability in Azure IMDS node attestation. It also updates the Go toolchain to 1.26.3 and updates three dependencies.

Check if affected (1)

  • securityThe azure_imds node attestor validation is corrected

    Applies if you use the azure_imds server node attestor plugin.

    SPIRE v1.14.7 corrects validation in the azure_imds server node attestor plugin. The fix ensures the certificate used for signature verification matches the certificate validated against trusted Azure roots, preventing forged attested documents from being accepted.

Source
SPIREv1.15.0SecurityMay 19, 2026

SPIRE v1.15.0 adds operator capabilities, changes CLI and output behavior, and updates dependencies. It also fixes correctness issues, with no security advisory or vulnerability disclosed.

Source
SPIREv1.14.6SecurityApr 27, 2026

A security-focused maintenance release fixes two vulnerabilities in node attestation and join token handling. Operators should use this release to receive these fixes.

Check if affected (2)

  • securityThe aws_iid attestation identity verification

    Applies if you use the aws_iid server node attestor plugin.

    The aws_iid server node attestor plugin no longer returns an identity document from an attacker-controlled field after verifying the RSA-2048 PKCS7 signature. The fix prevents a compromised EC2 instance from impersonating another instance during node attestation.

  • securityJoin token data store deletion

    Applicability is not stated in the release notes.

    The join token data store now uses a read-modify-write transaction with row locking and verifies that exactly one row was deleted. This fixes a TOCTOU issue where concurrent attestations using the same token could both succeed because tx.Delete() did not report when no row was deleted.

Source
SPIREv1.13.6SecurityApr 27, 2026

This is a security and correctness fix release for SPIRE node attestation. It addresses forged EC2 identity handling in aws_iid and concurrent join-token attestation behavior.

Check if affected (1)

  • securityCorrected aws_iid EC2 identity verification

    Applies if you use the aws_iid server node attestor plugin.

    The aws_iid server node attestor plugin now verifies the RSA-2048 PKCS7 attestation identity document from the signed content instead of a separate attacker-controlled field. This fix ships in SPIRE v1.13.6.

Source
SPIREv1.14.5SecurityApr 8, 2026

This release updates the Go dependency and toolchain to address multiple disclosed CVEs. It concerns deployments that rely on the release's bundled Go version.

Action needed (1)

Source
SPIREv1.13.5SecurityApr 8, 2026

This release updates the Go dependency to address multiple disclosed CVEs. It concerns deployments that receive their Go runtime or builds from this release.

Action needed (1)

Source
SPIREv1.14.4SecurityMar 19, 2026

This release fixes an agent version-reporting defect during re-attestation or SVID renewal. The recorded release note describes the agent's startup version being replaced by an empty string during that process.

Source
SPIREv1.14.3SecurityMar 18, 2026

A maintenance release adds agent version reporting, changes TLS policy behavior, improves performance, and corrects several defects. It also includes security fixes for selector logging and TLS certificate chain validation.

Action needed (1)

  • securityAgent-level selector logging removal

    Selectors are no longer logged at the agent level to avoid potential leakage of sensitive information.

Check if affected (1)

  • securityServer TCP endpoint TLS session tickets disabled

    Applies if you use the server TCP endpoint.

    TLS session tickets are disabled on the server side, so VerifyPeerCertificate runs on every connection and TLS session ticket resumption cannot bypass SPIFFE certificate chain validation against the current trust bundle.

Source
SPIREv1.14.2SecurityMar 3, 2026

Fixes two security vulnerabilities in server node attestor plugins: an SSRF issue and excessive CPU consumption during node attestation. The fixes apply to the http_challenge and x509pop plugins.

Check if affected (2)

  • securityThe http_challenge server node attestor plugin, SSRF issue fixed

    Applies if you use http_challenge.

    The http_challenge server node attestor plugin no longer permits an attacker to redirect spire-server to an unauthorized domain, make an unauthenticated GET request, and receive the first 64 bytes of the response.

  • securityThe x509pop server node attestor plugin, CPU-exhaustion issue fixed

    Applies if you use x509pop.

    The x509pop server node attestor plugin no longer allows an attacker to make spire-server consume disproportionate CPU time during node attestation.

Source
SPIREv1.13.4SecurityMar 3, 2026

A security maintenance release with fixes in server node attestor plugins. The corrected issues affect request handling and resource use during node attestation.

Check if affected (2)

  • securityThe http_challenge server node attestor plugin, SSRF issue corrected

    Applies if you use the http_challenge server node attestor plugin.

    The fix addresses an SSRF issue that could redirect spire-server to an inaccessible domain, make an unauthenticated GET request, and return the first 64 bytes of the response to the attacker.

  • securityThe x509pop server node attestor plugin, CPU consumption issue corrected

    Applies if you use the x509pop server node attestor plugin.

    The fix addresses an issue that could cause spire-server to consume large and disproportionate amounts of CPU time during node attestation.

Source
SPIREv1.14.1SecurityJan 15, 2026

SPIRE v1.14.1 is an operator-facing maintenance release with fixes and behavior adjustments across server startup, key management, identity caching, and metrics. The changes affect Windows deployments, users of the aws_kms KeyManager plugin, JWT-SVID cache behavior, and consumers of the uptime_in_ms gauge metric.

Source
Browse by month