Lucene search
+L

742 matches found

Kitploit
Kitploit
added 2026/09/02 10:27 a.m.6 views

s2-048

s2-048 s2-048(CVE-2017-9791)のエクスプロイトです。 root@kitploit: / \ \ / / | | \ / / | | / \ / / | | | \ \ / /| | | | | | | / /| | / / | | | | \ V / | ||/ /| || | | / /, |/ / , | | | / || ||/||// //// //|| poc: root@kitploit:...

9.8CVSS7.2AI score0.98908EPSS
SaveExploits19References1
Kitploit
Kitploit
added 2026/09/02 9:59 a.m.3 views

CVE-2025-55182-NextJS-RCE-PoC

CVE-2025-55182 React2Shell 再現環境 ⚠️ 教育目的専用 このリポジトリは、教育および研究専用に作成されています。React Server Components(Next.js)の重大な脆弱性を実証し、開発者が依存関係を更新することのリスクと重要性を理解するのに役立ちます。 このコードを本番環境や、あなたが所有していないシステムに対して使用しないでください。 概要 このプロジェクトは、Next.js アプリケーションの React Server Components に影響を与えるリモートコード実行(RCE)脆弱性である CVE-2025-55182 (別名...

10CVSS7.4AI score0.99802EPSS
SaveExploits389
Kitploit
Kitploit
added 2026/09/02 9:29 a.m.3 views

CVE-2025-55182-React2Shell-Async-Scanner

⚡ React2Shell CVE-2025-55182 / CVE-2025-66478 - 非同期RCEスキャナー プロトタイプ汚染 → React Server Actions を介したリモートコード実行 非同期・バージョン優先・出力ベースのカナリア検出 - 盲目的な推測は不要 !WARNING 認可されたセキュリティ研究およびペネトレーションテスト専用です。 明示的な書面による許可なくシステムをスキャンすることは違法です。 本ツールの誤用による責任は作者にはありません。 目次 脆弱性の概要 影響を受けるバージョン 検出の仕組み インストール 使用方法 オプションリファレンス...

10CVSS7.6AI score0.99802EPSS
SaveExploits403References1
Kitploit
Kitploit
added 2026/09/02 7:07 a.m.618 views

ghauri

Like Ghauri, consider supporting the developer...

5.4AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/02 5:29 a.m.3 views

Nextjs_Exploit_Tool

Next.js RSC RCE Exploit Tool CVE-2025-55182 项目简介 CVE-2025-55182 是存在于 Next.js 服务端组件(RSC)处理链中的一个高危漏洞,攻击者通过构造特殊的 multipart/form-data 请求与伪造的 RSC 响应块,能够诱导服务端执行任意 JavaScript 代码,最终通过 process.mainModule.require'childprocess' 实现远程命令执行。 本项目将该漏洞利用链封装为一个图形化桌面工具,降低安全研究人员在授权测试环境下的验证成本,集成了: 算术探针自动检测...

10CVSS7AI score0.99802EPSS
SaveExploits389References1
Kitploit
Kitploit
added 2026/09/02 5:25 a.m.5 views

CVE-2026-21876

CVE-2026-21876(OWASP CRS WAFバイパス) CVE-2026-21876 dockerコンテナ + 最小限のPoC。 @airween氏と@fzipi氏に、それぞれ迅速な対応に感謝いたします!脆弱性の修正は非常に短時間で準備されました。 PoC root@kitploit: POST /submit HTTP/1.1 Host: localhost User-Agent: curl/8.17.0 Accept: / Origin: https://example.com Content-Length: 367 Content-Type:...

9.3CVSS6.1AI score0.13629EPSS
SaveExploits4References2
Kitploit
Kitploit
added 2026/09/01 10:37 p.m.4 views

react2shell-scanner

React2Shell脆弱性スキャナー React Server Components(RSC)およびNext.jsのリモートコード実行脆弱性(CVE-2025-55182 & CVE-2025-66478)を検出するための、安全で非侵襲的なスキャナーです。 概要 このスキャナーは、React Server...

7.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 9:42 p.m.3 views

cve-2025-55182

CVE-2025-55182 Exploit en Python Script de Python 3 que puede utilizarse para demostrar CVE-2025-55182. Explota una vulnerabilidad de inyección de JavaScript del lado del servidor en aplicaciones Next.js/React, lo que permite la ejecución remota de código mediante datos de formulario multipart...

10CVSS7AI score0.99802EPSS
SaveExploits389
Kitploit
Kitploit
added 2026/09/01 8:04 p.m.2 views

CVE-2025-55182-GUI

CVE-2025-55182 脆弱性検出・悪用ツール(GUI版) プロジェクト概要 本プロジェクトは、CVE-2025-55182 の高リスク脆弱性に対応したビジュアル検出・悪用ツールです。Python + tkinter ベースで全グラフィカル操作インターフェースを開発しており、複雑なコマンドライン操作を不要とし、使いやすさと実用性を両立しています。 CVE-2025-55182 脆弱性は、React Server Components(RSC)エコシステムの Next.js フレームワークに存在します。攻撃者は悪意のある multipart/form-data...

10CVSS7AI score0.99802EPSS
SaveExploits389
Kitploit
Kitploit
added 2026/08/31 3:01 p.m.2 views

cve-2025-55182

CVE-2025-55182 別名 React2Shell テスト環境のセットアップ root@kitploit: kiot :: /react2shell » docker compose build --no-cache kiot :: /react2shell » docker compose up PoC ペイロード 1. レスポンスボディを伴うRCE root@kitploit: POST / HTTP/1.1 Host: localhost:3000 Next-Action: whatever Content-Type: multipart/form-data;...

10CVSS7AI score0.99802EPSS
SaveExploits389
RedhatCVE
RedhatCVE
added 2026/08/31 10:51 a.m.6 views

CVE-2026-74866

A flaw was found in @fastify/busboy, a Node.js multipart form-data parser. The parser incorrectly handles lone carriage return or line feed characters in multipart part headers, treating them as part of the filename or field name rather than as line breaks. A remote attacker could exploit this by...

5.8CVSS6AI score0.00193EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/31 6:03 a.m.4 views

cve-2025-66478_rce_vulnerable

shadcn/ui を使ったモダンブログ Next.js 16、React 19、shadcn/ui、Tailwind CSS で構築された、モダンでエレガントなブログです。 重要: 教育、テスト、および悪用を目的としてのみ作成された脆弱性のある Next JS プロジェクトです。本番環境へのインストールは推奨されません。ローカル環境または管理された環境のみを対象としています。 PoC root@kitploit: POST / HTTP/1.1 Host: localhost:3000 User-Agent: Mozilla/5.0 Windows NT 10.0; Win64; x6...

7AI score
SaveExploits112
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-5079

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Impact: multer versions 1.0.0 through 2.1.1 and 3.0.0-alpha.1 are vulnerable to a Denial of Service via deeply nested field names in multipart form data. The...

7.5CVSS5.9AI score0.00278EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/30 10:45 a.m.3 views

CVE-2017-5638

LAB 1 — Apache Struts2 OGNL インジェクション CVE-2017-5638 / S2-045 I. システム分析 攻撃面の分析 コンテナ起動後、Struts2 のログには、struts-default.xml 、struts-plugin.xml 、struts.xml などのよく知られた設定ファイルが読み込まれることが示されています。これにより、使用されているフレームワークが Apache Struts2 であることが確認できます。 特筆すべき点は、次の行にあります。 Choosing bean jakarta for...

10CVSS7.3AI score0.99999EPSS
SaveExploits45
EUVD
EUVD
added 2026/08/29 12:31 a.m.9 views

EUVD-2026-67937

A buffer overflow vulnerability exists in the embedded HTTP service in TL-WR841N v14 when processing multipart/form-data requests. Insufficient validation of an attacker-controlled boundary parameter may allow a remote unauthenticated attacker to submit a crafted request that corrupts memory by...

5.3CVSS6AI score0.00296EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/28 10:16 p.m.13 views

CVE-2026-82333

multer is a middleware for handling multipart/form-data in Node.js. A small multipart request with two specially crafted text field names can make multer's field parser synchronously iterate a maximum-length sparse array, blocking the event loop so the process cannot handle other requests. A larg...

7.5CVSS0.00278EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/28 10:16 p.m.10 views

CVE-2026-76651

A buffer overflow vulnerability exists in the embedded HTTP service in TL-WR841N v14 when processing multipart/form-data requests. Insufficient validation of an attacker-controlled boundary parameter may allow a remote unauthenticated attacker to submit a crafted request that corrupts memory by...

5.3CVSS0.00296EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/28 10:16 p.m.8 views

CVE-2026-77078

multer is a middleware for handling multipart/form-data in Node.js. A small multipart request containing two specially crafted text field names can cause an uncaught RangeError Invalid array length that terminates the Node.js process. The first field uses a very large numeric array index to...

7.5CVSS0.00291EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 8:12 p.m.24 views

CVE-2026-82333

multer , a Node.js middleware for handling multipart/form-data, is vulnerable to a remotely triggerable denial of service (CVSS 7.5 HIGH). An attacker can send a small multipart request containing two specially crafted text field names: a large numeric array index in the first field allocates a m...

7.5CVSS5.9AI score0.00278EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/08/28 7:54 p.m.13 views

CVE-2026-77063

multer , a Node.js middleware for handling multipart/form-data, contains a race condition in its file stream handling that is triggered when an application uses an asynchronous fileFilter together with the fileSize limit . An attacker can exploit this to cause a file that exceeds the configured s...

3.7CVSS5.9AI score0.00171EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder