Lucene search
+L

713 matches found

Kitploit
Kitploit
added 2026/08/31 1:14 p.m.3 views

CVE-2019-19609

CVE-2019-19609 Strapi Framework Vulnerable to Remote Code Execution well, I didnt found any exploit for CVE-2019-19609 so I wrote one. :/ Usage root@kitploit: python3 exploit.py A video https://youtu.be/alhZJmuUd2s More Information https://hack-fast.herokuapp.com/cve/CVE-2019-19609...

9CVSS7.1AI score0.54081EPSS
SaveExploits11References1
Kitploit
Kitploit
added 2026/08/31 11:18 a.m.4 views

strapi_cms_3.0.0-beta.17.7

Strapi CMS CVE-2019-18818 and 19606 Blind Remote Code Execution of Strapi CMS Version 3.0.0-beta.17.7 and earlier to get reverse shell Getting Started Executing program Using python3 root@kitploit: python3 strapiexp.py -t http://strapi.hack/ -e [email protected] -p newpassword -lhost 127.0.0...

9.8CVSS7.2AI score0.97639EPSS
SaveExploits13
Kitploit
Kitploit
added 2026/08/31 11:16 a.m.4 views

CVE-2023-22894

Unauthenticated Strapi Exploit: CVE-2023-22894 This repository contains a proof of concept PoC exploit for CVE-2023-22894, which allows unauthenticated users to leak sensitive information and hijack Strapi administrator accounts by exploiting Strapi's filtering functionality on private fields...

9.8CVSS6.6AI score0.01658EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/08/31 10:30 a.m.1 views

CVE-2019-19609-EXPLOIT

CVE-2019-19609-EXPLOIT Эксплойт для CVE-2019-19609 в Strapi удаленное выполнение кода в strapi-3.0.0-beta.17.7 или более ранних версиях. Я столкнулся с ситуацией, связанной с этой уязвимостью, но без публичного эксплойта. Я решил создать свой собственный и поделиться им здесь. Установка...

9CVSS7.1AI score0.54081EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/08/31 8:32 a.m.6 views

CVE-2023-22621-POC

CVE-2023-22621-POC CVE-2023-22621: SSTI to RCE by Exploiting Email Templates affecting Strapi Versions return strapi.config.get'plugin.email'; ; const send = async options = return strapi.plugin'email'.provider.sendoptions; ; / fill subject, text and html using lodash template @param object...

10CVSS7.1AI score0.76825EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/08/31 8:29 a.m.4 views

CVE-2019-19609

CVE-2019-19609 Strapi = 3.0.0-beta.17.8 authenticated remote code execution...

9CVSS7.1AI score0.54081EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/08/31 5:22 a.m.4 views

CVE-2026-27886-PoC-Account-Takeover

CVE-2026-27886 Автоматический эксплойт - Руководство по использованию Что делает этот скрипт Автоматизирует полную цепочку захвата учетной записи в 4 группах HTTP-запросов: 1. Проверка уязвимости - Подтверждает, что цель уязвима 2. Перебор email - Извлекает email администратора через булевый...

9.2CVSS5.9AI score0.00612EPSS
SaveExploits5
Nuclei
Nuclei
added 2026/08/31 5:18 a.m.146 views

Strapi Versions <=4.5.5 - SSTI to Remote Code Execution

Strapi through 4.5.5 allows authenticated Server-Side Template Injection SSTI that can be exploited to execute arbitrary code on the server. A remote attacker with access to the Strapi admin panel can inject a crafted payload that executes code on the server into an email template that bypasses t...

10CVSS7.5AI score0.76825EPSS
SaveExploits2References5
Nuclei
Nuclei
added 2026/08/31 5:18 a.m.229 views

strapi CMS <3.0.0-beta.17.5 - Admin Password Reset

strapi CMS before 3.0.0-beta.17.5 allows admin password resets because it mishandles password resets within packages/strapi-admin/controllers/Auth.js and packages/strapi-plugin-users-permissions/controllers/Auth.js. id: CVE-2019-18818 info: name: strapi CMS 3.0.0-beta.17.5 - Admin Password Reset...

9.8CVSS7.2AI score0.97639EPSS
SaveExploits13References5
Nuclei
Nuclei
added 2026/08/31 5:18 a.m.80 views

Strapi Versions <=4.5.6 - Authentication Bypass

Strapi through 4.5.5 does not verify the access or ID tokens issued during the OAuth flow when the AWS Cognito login provider is used for authentication. A remote attacker could forge an ID token that is signed using the 'None' type algorithm to bypass authentication and impersonate any user that...

8.2CVSS7.2AI score0.04158EPSS
SaveExploits1References4
Kitploit
Kitploit
added 2026/08/31 5:14 a.m.3 views

CVE-2026-27886

CVE-2026-27886 Strapi PoC For authorized security testing only. Strapi leaking sensitive data via relational filtering due to lack of query sanitization. Includes: CVE-2026-27886.py - Python PoC CVE-2026-27886.yaml - Nuclei template for detection What it checks The checker sends two requests to a...

9.2CVSS5.9AI score0.00612EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/08/31 3:59 a.m.4 views

CVE-2019-18818_CVE-2019-19609

Exploits for CVE-2019-18818 and CVE-2019-19609 This repository contains a Python script to exploit two vulnerabilities: CVE-2019-18818 and CVE-2019-19609. CVE-2019-18818 This vulnerability allows an attacker to reset the password of an admin user in the Strapi CMS. Usage 1. Modify the target and...

9.8CVSS7.1AI score0.97639EPSS
SaveExploits21
Kitploit
Kitploit
added 2026/08/29 5:07 p.m.4 views

CVE-2019-19609-POC-Python

Lo script proverà a reimpostare la password a quella dichiarata nella variabile "updatedpass"; se ci riesce, fornirà un token JWT da Strapi e lo userà per eseguire comandi. I comandi bind non funzioneranno a meno di inviare un payload di reverse shell, con bash o python o qualsiasi altra cosa. Pu...

9CVSS7.1AI score0.54081EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/08/29 2:32 p.m.4 views

CVE-2026-27886-check

CVE-2026-27886 Strumento di Valutazione della Vulnerabilità Rileva in modo sicuro se un'istanza di Strapi è vulnerabile a CVE-2026-27886 senza eseguire l'intera catena di account takeover. Consulta l'articolo completo sul blog di Bishop Fox. Descrizione CVE-2026-27886 è un bypass non autenticato...

9.2CVSS5.9AI score0.00612EPSS
SaveExploits5References2
Kitploit
Kitploit
added 2026/08/29 1:50 p.m.4 views

CVE-2022-32114

Strapi v4.1.12 Spiegazione della vulnerabilità: Una vulnerabilità di caricamento file senza restrizioni nella funzione Add New Assets di Strapi v4.1.12 consente agli attaccanti di eseguire codice arbitrario tramite un file appositamente predisposto. Vettori di attacco: Dopo aver caricato un file...

8.8CVSS7.2AI score0.01956EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/08/29 8:33 a.m.7 views

CVE-2019-19609

Strapi CMS Exploit Dieser Exploit zielt auf zwei Schwachstellen im Strapi CMS Framework Version 3.0.0-beta-17.4 ab, die eine nicht authentifizierte Remotecodeausführung RCE ermöglichen. Schwachstellen CVE-2019-18818 Schwacher Mechanismus zur Wiederherstellung vergessener Passwörter CVSS : 9.8 -...

9.8CVSS7.1AI score0.97639EPSS
SaveExploits21
Kitploit
Kitploit
added 2026/08/29 5:35 a.m.3 views

CVE-2019-18818

CVE-2019-18818 Strapi = 3.0.0-beta exploit POC...

9.8CVSS7.2AI score0.97639EPSS
SaveExploits13
Kitploit
Kitploit
added 2026/08/28 8:49 a.m.6 views

Strapi-RCE

Strapi-RCE Script de exploit demonstrando uma combinação de CVE-2019-18818 e CVE-2019-19609 para execução remota de código não autenticada no Strapi CMS. Exploit Este script explora uma vulnerabilidade no Strapi CMS versões 3.0.0-beta.17.4 e anteriores, permitindo execução remota de código não...

9CVSS7.1AI score0.54081EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/08/28 6:21 a.m.4 views

CVE-2019-19609

CVE-2019-19609 Strapi Esecuzione Remota di Codice Utilizzo python3 exploit.py rhost jwt url lhost POC dell'Exploit https://bittherapy.net/post/strapi-framework-remote-code-execution/...

9CVSS7.1AI score0.54081EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/08/26 7:35 a.m.3 views

Strapi-CVE-2019-1881

Strapi-CVE-2019-1881 von Kynda 1. pip install requests 2. python3 exploit.py :...

8.8CVSS6.5AI score0.01287EPSS
SaveExploits1
Rows per page
Query Builder