Intel

AIKIDO-2026-790325

spring-cloud-gateway-server-webflux is vulnerable to Server-Side Request Forgery (SSRF)

Server-Side Request Forgery (SSRF)CVE-2026-47879 Published 6 days ago

77

High Risk

This Affects:

JAVAspring-cloud-gateway-server-webflux
5.0.0 - 5.0.2
Fixed in 5.0.3
Are you affected? Scan for Free

TL;DR

spring-cloud-gateway-server-webflux JsonToGrpcGatewayFilterFactory accepts arbitrary Spring Resource locations for the proto descriptor. That can be pointed at remote URLs or local files, enabling SSRF and native file access. An attacker who can influence the descriptor location can make the gateway fetch unintended resources. The patch restricts descriptor locations to trusted resources.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and JsonToGrpcGatewayFilterFactory is used with a proto descriptor location from untrusted input.

Background info

spring-cloud-gateway-server-webflux is vulnerable to Server-Side Request Forgery (SSRF) in versions 5.0.0 - 5.0.2.

How to fix this

Upgrade the org.springframework.cloud:spring-cloud-gateway-server-webflux library to the patch version.