Announcing Istio 1.25.3
Istio 1.25.3 patch release.
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.25.2 and Istio 1.25.3.
BEFORE YOU UPGRADE
Things to know and prepare before upgrading.
DOWNLOAD
Download and install this release.
DOCS
Visit the documentation for this release.
SOURCE CHANGES
Inspect the full set of source code changes.
Security Updates
- CVE-2025-46821 (CVSS Score 5.3, Medium): Bypass of RBAC
uri_template
permission.
If you use **
within an AuthorizationPolicy
’s path field, it is recommended you upgrade to Istio 1.25.3.
Changes
- Removed the restriction where revision tag only worked when
istiodRemote
was not enabled in the istiod helm chart. Revision tags now work as long as therevisionTags
is specified without regard to whetheristiodRemote
is enabled or not. (Issue #54743)