Vulnerability scan is flagging CA API Gateways with the Spring Framework Open Redirect Vulnerability due to
/opt/SecureSpan/Controller/lib/spring-core-5.3.30.jar
and /
opt/SecureSpan/Gateway/runtime/lib/spring-core-5.3.30.jar.
CVE-2024-22259 (https://spring.io/security/cve-2024-22259)
API Gateway 10.1+ , 11.0+
Vulnerability found using scan tool
1. GW repo shows no usages for UriComponentsBuilder
2. This CVE is marked as Mitigated with the following comments:
Spring itself is not directly responsible for handling HTTP request processing in Gateway. Instead, it relies on a servlet container
i.e tomcat and Jetty to manage incoming requests. CVE specifically affects the UriComponentsBuilder class.
However, this class is not implicitly used within the Spring Cloud Gateway to construct URIs.
Therefore, the CVE does not impact the gateway.