Lucene search
+L

10862 matches found

Kitploit
Kitploit
added 2026/09/01 10:31 a.m.3 views

security-advisories

🔐 Security Advisories by Minhajul Taivin Welcome to the official repository of my published CVE disclosures. This repository contains detailed security advisories, proof-of-concept information, mitigation strategies, and technical analysis for vulnerabilities I have discovered. 📌 Published CVEs 1️⃣...

6.8CVSS6.1AI score0.0036EPSS
SaveExploits2References2
Kitploit
Kitploit
added 2026/09/01 9:00 a.m.7 views

CVE-2025-55182

CVE-2025-55182 This repository contains a PoC reproduction of CVE-2025-55182 , a critical security vulnerability in React Server Components RSC that allows unauthenticated arbitrary code execution. Description The vulnerability exists in how React Server Components deserialize "Server Actions" fr...

10CVSS7.3AI score0.99802EPSS
SaveExploits388
Kitploit
Kitploit
added 2026/09/01 8:30 a.m.2 views

react-CVE-2025-55182-fixer

React Server Components 安全 PR 自动化 此仓库提供了一个脚本,用于自动升级并创建拉取请求 PR ,以修复受 CVE-2025-55182 影响的仓库。该漏洞影响易受攻击版本的 react-server-dom- 及相关的 React 包。 这个工具有什么用? 扫描仓库 package.json 中受影响的 react-server-dom-、react、react-dom 和 next 版本。 如有必要,将其升级到安全的修复版本。 在目标仓库中创建一个包含更新依赖项的 PR。 支持直接仓库和 fork。 为什么需要这个? React Server...

10CVSS7AI score0.99802EPSS
SaveExploits388
Kitploit
Kitploit
added 2026/09/01 6:42 a.m.3 views

-CVE-2025-55182

🔍 GitHub CVE Scanner - Usage Guide Script to scan GitHub repositories for known vulnerabilities in React and Next.js projects. 📋 Detected Vulnerabilities The scanner checks the following CVEs: CVE-2025-55182 : Vulnerability in React Server Components Affects: React 19.0.0, 19.1.0, 19.1.1, 19.2.0...

10CVSS7AI score0.99802EPSS
SaveExploits402
Kitploit
Kitploit
added 2026/09/01 6:26 a.m.5 views

domato

Domato 🍅 Un fuzzer de DOM Escrito y mantenido por Ivan Fratric, [email protected] Copyright 2017 Google Inc. Todos los derechos reservados. Licenciado bajo la Apache License, Versión 2.0 la "Licencia"; no puede utilizar este archivo excepto en cumplimiento de la Licencia. Puede obtener una...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 6:19 a.m.2 views

CVE-2025-55182

CVE-2025-55182 Vulnerable Application Build and run: root@kitploit: docker compose build docker compose run --rm --entrypoint 'npm install' node docker compose run --rm --entrypoint 'npm run build' node docker compose up POC from https://github.com/msanft/CVE-2025-55182: root@kitploit: node poc.j...

10CVSS7AI score0.99802EPSS
SaveExploits388References1
Kitploit
Kitploit
added 2026/09/01 6:12 a.m.3 views

React-site-CVE-2025-55182

React Site - CVE-2025-55182 README: Vulnerable Next.js project React RSC landing page This repository contains an example of a multi-page corporate landing page built with Next.js 15.0.0 + React 19.0.0. The site mimics a structure similar to t1.ru: home, products, cases, media, about, contacts. W...

10CVSS7AI score0.99802EPSS
SaveExploits388
Kitploit
Kitploit
added 2026/09/01 5:16 a.m.3 views

React2Shell_cve-2025-55182

React Server Components RCE - CVE-2025-55182 Hello! I hope you're having a great day! 😊✨ What's This About? React Server Components versions 19.0.0 , 19.1.0 , 19.1.1 , and 19.2.0 have a serious security problem. The packages react-server-dom-parcel, react-server-dom-turbopack, and...

10CVSS7AI score0.99802EPSS
SaveExploits388
Kitploit
Kitploit
added 2026/09/01 4:57 a.m.2 views

cve-2025-55182-checker

Comprobador de CVE-2025-55182 Un script Bash portátil para detectar versiones vulnerables de los paquetes React Server DOM y Next.js afectados por CVE-2025-55182. Características Escanea recursivamente todos los archivos package.json de un proyecto. Detecta versiones vulnerables de:...

10CVSS7AI score0.99802EPSS
SaveExploits388
Kitploit
Kitploit
added 2026/09/01 2:47 a.m.5 views

CVE-2021-42558

CVE-2021-42558: Multiple Cross-Site Scripting in MITRE Caldera Caldera versions =2.8.1 contains multiple reflected, stored and self XSS vulnerabilities that may be exploited by authenticated and unauthenticated attackers. Vendor Disclosure: The vendor's disclosure for this vulnerability can be...

6.1CVSS6.3AI score0.01052EPSS
SaveExploits2References3
Kitploit
Kitploit
added 2026/09/01 2:32 a.m.7 views

burp-dom-scanner

Burp DOM 扫描器 这是一个 Burp Suite 的扩展,用于对单页应用进行递归爬取和扫描。 它会运行一个 Chromium 浏览器来扫描网页中的基于 DOM 的 XSS。 它还可以收集爬取期间发出的所有请求(XHR、fetch、websocket 等),允许将它们转发到 Burp 的 Proxy、Repeater 和 Intruder。 需要 node 和 DOMDig。 下载 最新版本可以在此下载。 安装 1. 安装 node 2. 安装 DOMDig 3. 下载并加载扩展 4. 在扩展的 UI 中设置 node 可执行文件的路径以及 domdig.js 的路径。 扫描引擎...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/01 2:32 a.m.64 views

burp-dom-scanner

Burp DOM Scanner It's a Burp Suite's extension to allow for recursive crawling and scanning of Single Page Applications. It runs a Chromium browser to scan the webpage for DOM-based XSS. It can also collect all the requests XHR, fetch, websockets, etc issued during the crawling allowing them to b...

5.5AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/01 1:32 a.m.6 views

CVE-2021-24891-Simulation

A hands-on, containerized lab environment to simulate and exploit a DOM-based Cross-Site Scripting XSS vulnerability in the Elementor Website Builder WordPress plugin, identified as CVE-2021-24891. 📖 About The Vulnerability This lab demonstrates a DOM-based Cross-Site Scripting XSS vulnerability ...

6.1CVSS6.4AI score0.25136EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/01 1:21 a.m.10 views

JSFScan.sh

JSFScan.sh Blog can be found at https://medium.com/@patelkathan22/beginners-guide-on-how-you-can-use-javascript-in-bugbounty-492f6eb1f9ea?sk=21500dc4288281c7e6ed2315943269e7 Script made for all your javascript recon automation in bugbounty. Just pass subdomain list to it and options according to...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 12:54 a.m.6 views

CVE-2024-30956

CVE-2024-30956 cf https://www.lauyan.com/en/toweb-updates.htmliyFEw37D DOM-based XSS HTML Injection vulnerability in TOWeb version 5 eg http://127.0.0.1:8000/message.html?==gC+QHcpJ3Yz9CPpcyUThFIkV2chJWLN9ERngCdyVGbh5DdwlmcjNHP navigate to the url, the JS code is executed PS: src contains a copy ...

5.9AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/09/01 12:00 a.m.7 views

PT-2026-84174

Name of the Vulnerable Software and Affected Versions Firefox versions prior to 155 Firefox ESR versions prior to 115.40 Firefox ESR versions prior to 140.15 Firefox ESR versions prior to 153.2 Thunderbird versions prior to 155 Thunderbird versions prior to 140.15 Thunderbird versions prior to...

9.6CVSS5.9AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/09/01 12:00 a.m.5 views

PT-2026-84172

Name of the Vulnerable Software and Affected Versions Firefox versions prior to 155 Firefox ESR versions prior to 115.40 Firefox ESR versions prior to 140.15 Firefox ESR versions prior to 153.2 Thunderbird versions prior to 155 Thunderbird versions prior to 140.15 Thunderbird versions prior to...

9.6CVSS5.9AI score
SaveExploits0References11
CVE
CVE
added 2026/08/31 8:12 p.m.12 views

CVE-2026-81887

Livewire (a full-stack framework for Laravel) is affected by a DOM-based XSS in versions 3.0.0-beta.1 through 3.8.3 and 4.3.4. The root cause lies in the dot-notated query-string parser in js/plugins/history/index.js (functions fromQueryString() and insertDotNotatedValueIntoData()), which accepts...

5.1CVSS6AI score0.005EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/31 6:09 p.m.2 views

electronegativity

Electronegativity ⚠️ 我们已不再积极维护此项目 ⚠️ 什么是 Electronegativity? Electronegativity 是一个用于识别基于 Electron 的应用中的配置错误和安全反模式的工具。 它利用 AST 和 DOM 解析来查找与安全相关的配置,如白皮书《Electron 安全清单——开发者和审计者指南》中所述。 软件开发者和安全审计员可使用此工具来检测和减轻使用 Electron 开发应用时潜在的弱点及实现漏洞。使用 Electronegativity 仍需对 Electron(不)安全性有良好理解,因为该工具检测到的某些潜在问题需要手动调查。...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/31 5:32 p.m.2 views

CVE-2025-55182

CVE-2025-55182 - React2Shell A modified and boosted exploit for CVE-2025-55182 a pre-authentication Remote Code Execution in React Server version 19.0, 19.1.0, 19.1.1, and 19.2.0 The vulnerability spans the following: react-server-dom-webpack react-server-dom-parcel react-server-dom-turbopack Pat...

10CVSS7AI score0.99802EPSS
SaveExploits388References1
Rows per page
Query Builder