CVE-2021-22053
Code injection in spring-cloud-netflix-hystrix-dashboard
Description
Applications using the spring-cloud-netflix-hystrix-dashboard
expose 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 following hystrix/monitor
are being evaluated as SpringEL expressions, which can lead to code execution.