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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-22963-Exploit — 基于 Rust 的 CVE-2022-22963 漏洞利用工具 | Kitploit
工具/GitHubGitHub/sourm1lk/cve-2022-22963-exploit
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试远程访问工具
GitHubsourm1lk/cve-2022-22963-exploit

CVE-2022-22963-Exploit

基于 Rust 的 CVE-2022-22963 漏洞利用工具

查看仓库
113年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-22963 漏洞利用

该存储库包含一个基于 Rust 的漏洞利用程序,针对在 Spring Cloud Function 3.1.6、3.2.2 及更早的不受支持版本中发现的 CVE-2022-22963 漏洞。该漏洞允许通过将特制 Spring 表达式(SpEL)用作 routing-expression 来实现远程代码执行并访问本地资源。

描述

在 Spring Cloud Function 3.1.6、3.2.2 及更早的不受支持版本中,使用路由功能时,用户可以提供特制的 SpEL 作为 routing-expression,这可能导致远程代码执行并访问本地资源。

该漏洞利用程序允许你:

root@kitploit:~
1. Test if the Spring Cloud Function is vulnerable
2. Send shellcode for a shell
3. Enter custom commands

受影响版本

root@kitploit:~
Spring Cloud Function 3.1.6
Spring Cloud Function 3.2.2
Older, unsupported versions

缓解措施

受影响版本的用户应升级到 3.1.7 或 3.2.3。无需其他步骤。已修复此问题的版本包括:

root@kitploit:~
Spring Cloud Function 3.1.7
Spring Cloud Function 3.2.3

使用方法

root@kitploit:~
1. Clone this repository.
2. Ensure you have Rust and Cargo installed.
3. Compile the exploit using cargo build --release.
4. Run the compiled binary found in the target/release directory, providing the target IP address when prompted.
5. Select an option from the menu and follow the instructions.

致谢

该漏洞最初由 m09u3r 发现并负责任地报告。

下载工具