Files
CVEs-PoC/2021/CVE-2021-22053.md
2025-09-29 21:09:30 +02:00

2.1 KiB

CVE-2021-22053

Description

Applications using both spring-cloud-netflix-hystrix-dashboard and spring-boot-starter-thymeleaf 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.

POC

Reference

No PoCs from references.

Github