- Applications using both
spring-cloud-netflix-hystrix-dashboardandspring-boot-starter-thymeleafexpose a way to execute code submitted within the request URI path during the resolution of view templates. When a request is made at/hystrix/monitor;[user-provided data], the path elements followinghystrix/monitorare being evaluated as SpringEL expressions, which can lead to code execution.
