Lucene search
+L

290 matches found

Kitploit
Kitploit
added 2026/08/28 8:46 a.m.3 views

cve-2022-22980

spring-data-mongodb-cve-2022-22980-exp Vulnerabilidad trivial, solo para registro. 1. Iniciar Redis en el puerto 27017 2. Iniciar el proyecto, Spring Boot en el puerto 6666 3. root@kitploit: GET /v1/user/get?username=Tjava.lang.Runtime.getRuntime.exec'open+-a+calculator.app' HTTP/1.1 Host:...

9.8CVSS8.3AI score0.17969EPSS
SaveExploits3References2
Kitploit
Kitploit
added 2026/08/28 8:24 a.m.2 views

spring-cloud-gateway-rce

Ejecución de comandos por inyección de expresión SpEL en la API Actuator de Spring Cloud Gateway CVE-2022-22947 1. Instalación root@kitploit: pip3 install -r requirements.txt 2. Uso root@kitploit: $ python3 spring-cloud-gateway-rce.py -h / \ /\ /\ /\ | \ / \ | \ | \ | \ | \ / \ | || | | | / / \ ...

10CVSS8AI score0.98253EPSS
SaveExploits54
Kitploit
Kitploit
added 2026/08/28 8:24 a.m.4 views

CVE-2022-22947

CVE-2022-22947 Spring Cloud Gateway是Spring中的一个API网关。其3.1.0及3.0.6版本(包含)以前存在一处SpEL表达式注入漏洞,当攻击者可以访问Actuator API的情况下,将可以利用该漏洞执行任意命令。 漏洞环境 root@kitploit: git clone https://github.com/vulhub/vulhub/blob/master/spring/CVE-2022-22947/docker-compose.yml docker-compose up -d 漏洞利用 向routes接口中发送如下数据包:...

10CVSS8AI score0.98253EPSS
SaveExploits54
Kitploit
Kitploit
added 2026/08/28 8:20 a.m.4 views

CVE-2022-22980

SpEL RCE Exploit - CVE-2022-22980 Exploit for remote code execution RCE on Spring Data via SpEL injection Spring Expression Language. Descriptions Vulnerability The box exposes an endpoint /search that accepts a trackingid parameter vulnerable to SpEL injection. This injection allows the executio...

9.8CVSS7.6AI score0.17969EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/08/28 7:06 a.m.7 views

Spring-CVE

Spring CVE This includes CVE-2022-22963, a Spring SpEL / Expression Resource Access Vulnerability, as well as CVE-2022-22965, the spring-webmvc/spring-webflux RCE termed "SpringShell". CVE-2022-22963 In Spring Cloud Function versions 3.1.6, 3.2.2 and older unsupported versions, when using routing...

9.8CVSS7.4AI score0.99939EPSS
SaveExploits137
Kitploit
Kitploit
added 2026/08/28 6:56 a.m.3 views

Spring-Data-Mongodb-Example

Spring-Data-Mongodb-Example Entorno CVE-2022-22980 Construir entorno docker root@kitploit: docker build -t mongo . docker run -dit -p 6666:6666 mongo Poc root@kitploit: ➜ Spring-Data-Mongodb-Example git:main curl 0:6666/v1/user/get -d 'id=Tjava.lang.Runtime.getRuntime.exec"touch /tmp/aaaa"'...

9.8CVSS7.1AI score0.17969EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/08/28 6:40 a.m.2 views

Demo-Exploit-Jackson-RCE

Demo-Exploit-Jackson-RCE Basado en el proyecto jackson-rce-via-spel, este proyecto sirve como una aplicación web de ejemplo para probar múltiples vectores de ataque carga de archivos, formularios contra la vulnerabilidad de Jackson-databind. Introducción Basado en un frontend Angular7 y un backen...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/28 4:23 a.m.2 views

CVE-2022-22963

CVE-2022-22963 Spring Cloud Function SpEL 表达式注入远程代码执行漏洞检测与利用工具。 漏洞概述 CVE-2022-22963 是 Spring Cloud Function 路由功能中的一个高危 RCE 漏洞(CVSS 9.8)。当应用启用 /functionRouter 端点时,spring.cloud.function.routing-expression 请求头的值会被直接作为 SpEL(Spring Expression Language)表达式执行,攻击者无需认证即可在目标服务器上执行任意系统命令。 受影响版本: 分支| 受影响版本|...

9.8CVSS7.5AI score0.99939EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/08/28 3:42 a.m.2 views

cve-2022-22947-godzilla-memshell

CVE-2022-22947 godzilla-memshell CVE-2022-22947 Inject Godzilla memory shell...

10CVSS8AI score0.98253EPSS
SaveExploits54
Kitploit
Kitploit
added 2026/08/28 3:41 a.m.4 views

CVE-2022-22963

CVE-2022-22963 - Spring4shell 要运行有漏洞的SpringBoot应用程序,请运行这个docker容器,并将其暴露在8080端口。 示例: root@kitploit: docker run -it -d -p 8080:8080 bobcheat/springboot-public 漏洞利用 Curl命令: root@kitploit: curl -i -s -k -X $'POST' -H $'Host: 192.168.1.2:8080' -H...

9.8CVSS7.6AI score0.99939EPSS
SaveExploits37References1
Kitploit
Kitploit
added 2026/08/28 2:43 a.m.3 views

Spring-Cloud-Function-SpEL

Spring-Cloud-Function-SpEL Visit my personal blog for details https://pizz33.github.io/ A test environment for Spring Cloud Function SpEL expression injection Version: Java 11. Start with java -jar demo-0.0.1-SNAPSHOT.jar Once set up, access port 127.0.0.1:8080 root@kitploit: POST /functionRouter...

5.4AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/28 2:14 a.m.5 views

cve-2022-22963

Spring Cloud Function SpEL - cve-2022-22963 Build 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.99939EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/08/28 2:14 a.m.4 views

cve-2022-22947

Inyección de código SpEL en la API Actuator de Spring Cloud Gateway CVE-2022-22947 Compilación root@kitploit: $ git clone https://github.com/twseptian/cve-2022-22947.git $ cd cve-2022-22947 $ docker build . -t cve-2022-22947 $ docker run -p 9000:9000 --name cve-2022-22947 cve-2022-22947 PoC envía...

10CVSS7.1AI score0.98253EPSS
SaveExploits54
Kitploit
Kitploit
added 2026/08/28 2:08 a.m.4 views

cve-2018-1273

CVE-2018-1273 Spring Data Commons RCE Remote Command Execution Vulnerability usage root@kitploit: C:\Users\CTF\Desktoppython cve-2018-1273.py / / | / / /| |/ : touch /tmp/jas502n 405, May Have a CVE-2018-1273 vulnerability! CVE-2018-1273 Vulnerability Exit! Cmd : BurpSuite request: root@kitploit:...

9.8CVSS8.8AI score0.95715EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/08/28 12:47 a.m.2 views

CVE-2022-22947-Spring-Cloud-Gateway

Spring Cloud Gateway Remote-Code-Ausführungs-Schwachstelle Diese Schwachstelle stellt ein hohes Risiko für den Produktionsbetrieb dar. Führen Sie keine unbefugten Scans durch. Verwendungshinweise root@kitploit: ╰─ ./CVE-2022-22947 -h ─╯ Befehl ausführen: ./CVE-2022-22947 -u http://127.0.0.1:8080 ...

10CVSS8AI score0.98253EPSS
SaveExploits54
Kitploit
Kitploit
added 2026/08/28 12:12 a.m.5 views

CVE-2018-1270

CVE-2018-1270 - Spring messaging SpEL Code Execution Vulnerability Gestern hat Spring einen RCE-Schwachstelle veröffentlicht, mehr dazu: CVE-2018-1270: Remote Code Execution with spring-messaging Betroffene Versionen Spring Framework 5.0 bis 5.0.4 Spring Framework 4.3 bis 4.3.14 Diese Schwachstel...

9.8CVSS8.2AI score0.77245EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/08/28 12:03 a.m.2 views

CVE-2022-22947

CVE-2022-22947 CVE-2022-22947 Spring-Cloud-Gateway Im ersten Quartal 2022 wurde eine interessante und kritische Basisbewertung 10.0 Sicherheitslücke in Spring Cloud Gateway entdeckt, die eine Code-Injection über die Actuator-API zur Durchführung von SpEL-Injection ermöglicht und potenziell zu ein...

10CVSS8.1AI score0.98253EPSS
SaveExploits54
Kitploit
Kitploit
added 2026/08/27 10:42 p.m.2 views

CVE-2022-22963

CVE-2022-22963 CVE-2022-22963 PoC Leicht modifiziert für die englische Übersetzung und Erkennung von https://github.com/chaosec2021/Spring-cloud-function-SpEL-RCE/blob/main/SpelRCEPOC.py . Standardmäßig wird whoami auf dem Ziel ausgeführt und eine Datei vulnerable.txt mit den anfälligen URLs...

9.8CVSS7.6AI score0.99939EPSS
SaveExploits37References2
Kitploit
Kitploit
added 2026/08/27 7:25 p.m.1 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/08/27 6:27 p.m.3 views

CVE-2022-22963

CVE-2022-22963 CVE-2022-22963 PoC Leggermente modificato per la traduzione in inglese e il rilevamento di https://github.com/chaosec2021/Spring-cloud-function-SpEL-RCE/blob/main/SpelRCEPOC.py . Di default sul target viene eseguito whoami e viene creato un file vulnerable.txt con gli URL...

9.8CVSS7.6AI score0.99939EPSS
SaveExploits37References2
Rows per page
Query Builder