NA

CVE-2024-22259

Published: 16/03/2024 Updated: 17/03/2024

Vulnerability Summary

Applications that use UriComponentsBuilder in Spring Framework to parse an externally provided URL (e.g. through a query parameter) AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect cwe.mitre.org/data/definitions/601.html  attack or to a SSRF attack if the URL is used after passing validation checks. This is the same as CVE-2024-22243 spring.io/security/cve-2024-22243 , but with different input.

Vulnerability Trend

Github Repositories

Order Service This service manages the orders and items for a simple web store Getting Started These instructions will help you to get the project up and running on your local machine for development and testing purposes Prerequisites Java 21 Building the project Navigate to the project directory: cd order-service Unix based system Bui