Visit NES for Spring Home Page

Spring Cloud Gateway 3.0.x Release Notes

2 versions

Comprehensive release notes and changelog for Spring Cloud Gateway 3.0.x, including security patches, bug fixes, and feature updates across all supported versions.

Jun 17, 2026
Latest: 3.0.10
11 Patched Vulnerabilities
VEX Statements

June 2026

3.0.10

Released Jun 17, 2026
Full Version:
3.0.8-spring-cloud-gateway-3.0.10

Bug Fixes

  • Spring Cloud Gateway Server forwards X-Forwarded-* and Forwarded headers received from untrusted proxies under certain configurations. These headers are now removed by default unless a trusted-proxy filter is explicitly configured. If your application relies on these headers, configure trusted proxies after upgrading: spring.cloud.gateway.trusted-proxies=10\.0\.0\..* (CVE-2026-47825).

Dependency Upgrades

  • Spring Cloud Build (NES) 3.0.5-spring-cloud-build-3.0.7
  • Spring Cloud CircuitBreaker (NES) 2.0.3-spring-cloud-circuitbreaker-2.0.5
  • Spring Cloud Commons (NES) 3.0.6-spring-cloud-commons-3.0.8

March 2026

Full Version:
3.0.8-spring-cloud-gateway-3.0.9

Bug Fixes

  • This release patches the following:
    • Server forwards headers from untrusted proxies (CVE-2025-41235). X-Forwarded-* and Forwarded headers are disabled by default. If your application relies on these headers, you must configure trusted proxies after upgrading:
      • For Spring Cloud Gateway Server: spring.cloud.gateway.trusted-proxies=10\.0\.0\..*
      • For Spring Cloud Gateway Server MVC: spring.cloud.gateway.mvc.trusted-proxies=10\.0\.0\..*
    • Environment modification vulnerability (CVE-2025-41253).

Notes

  • This release originates from the open‑source Spring Cloud Gateway repository forked by HeroDevs. It encompasses modifications implemented by HeroDevs to ensure successful framework builds. This release contains no functional changes from Spring Cloud Gateway 3.0.8.

Dependency Upgrades

  • Spring Cloud Build (NES) 3.0.5-spring-cloud-build-3.0.6
  • Spring Cloud CircuitBreaker (NES) 2.0.3-spring-cloud-circuitbreaker-2.0.4
  • Spring Cloud Commons (NES) 3.0.6-spring-cloud-commons-3.0.7

Stay in the loop

~/herodevs-spring-framework-support

Open Source Support

When official support ends, we're just getting started.