5045 matches found
burp-dom-scanner
Burp DOM Scanner Es una extensión de Burp Suite que permite el rastreo recursivo y el escaneo de Aplicaciones de Página Única. Ejecuta un navegador Chromium para escanear la página web en busca de XSS basado en DOM. También puede recopilar todas las solicitudes XHR, fetch, websockets, etc. emitid...
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...
Yonyou U8 13.0 - Cross-Site Scripting
Yonyou U8 13.0 contains a DOM-based cross-site scripting vulnerability via the component /u8sl/WebHelp. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials...
VDO.Ninja - DOM-Based Cross-Site Scripting
VDO.Ninja 28.0 to 28.3 contains a reflected XSS caused by improper sanitization of the room parameter in examples/control.html, letting remote attackers execute scripts, exploit requires crafted URL. id: CVE-2025-62613 info: name: VDO.Ninja - DOM-Based Cross-Site Scripting author: 0xAkoko severit...
Hoppscotch <= 2026.2.1 - Open Redirect
Hoppscotch = 2026.2.1 is vulnerable to a DOM-based open redirect on the /enter page. The redirect query parameter is passed directly to windowz location.href with no origin validation. Requires one additional query parameter to trigger. Exploited via a crafted URL such as...
NoXss
NoXss NoXss 是一款跨站脚本漏洞扫描器,支持反射型 XSS 和基于 DOM 的 XSS。它速度极快,适合测试数百万个 URL。已在 Bug Bounty 计划中发现了一些 XSS 漏洞。 功能特点 快速且适合测试数百万个 URL 支持基于 DOM 的 XSS(使用 Chrome 或 Phantomjs)和反射型 XSS 目前仅使用 8 个基于注入位置的 Payload(非模糊测试,更精准,更快) 异步请求(使用 gevent)和多进程 支持单个 URL、文件和来自 Burpsuite 的流量 基于接口的流量过滤 支持特殊头部(referer、cookie、自定义 token 等...
security-advisories
🔐 Minhajul Taivin 的安全公告 欢迎来到我发布的CVE漏洞公告的官方仓库。 本仓库包含我所发现漏洞的详细安全公告、概念验证信息、缓解策略以及技术分析。 📌 已发布的CVE 1️⃣ CVE-2025-63892 —— SourceCodester Student Grades Management System 中的存储型XSS漏洞 📄 安全公告:CVE-2025-63892.md 教室描述字段中的存储型XSS漏洞可导致任意JavaScript执行、会话劫持以及用户冒充。 2️⃣ CVE-2025-63883 —— E-commerce...
CVE-2017-7038
CVE-2017-7038 Safari XSS(CVE-2017-7038)https://support.apple.com/en-us/HT207923 Document 实现 XSS 漏洞 root@kitploit: var payload = ''; document.createElement'body'.innerHTML = payload; document.implementation.createHTMLDocument.writepayload; new DOMParser.parseFromStringpayload, 'text/html'; var xhr...
CVE-2021-24891-Simulation
一个实践性的、容器化的实验室环境,用于模拟和利用 Elementor Website Builder WordPress 插件中的基于 DOM 的跨站脚本(XSS)漏洞,标识为 CVE-2021-24891。 📖 关于该漏洞 该实验室演示了 WordPress Elementor 插件(版本低于 3.4.8)中的一个基于 DOM 的跨站脚本(XSS) 漏洞。该漏洞的产生是因为 Elementor 编辑器的客户端代码直接从 URL 的哈希(...)中读取数据,并将其附加到页面的文档对象模型(DOM)中,而没有进行适当的清理。 攻击者可以构造一个恶意链接,在哈希片段中包含 JavaScrip...
PoC-CVE-2024-24035
CVE-2024-24035 标题:SIL 3.1 在“hmessage”参数中存在跨站脚本(XSS)漏洞。 日期:2024-01-14 作者:Elizeu Das Dores 厂商主页:https://www.setorinformatica.com/ 版本:3.1 POC CVE-2024-24035 “hmessage”参数存在基于 DOM 的跨站脚本(XSS)漏洞。...
CVE-2024-30956
CVE-2024-30956 参见 https://www.lauyan.com/en/toweb-updates.htmliyFEw37D (基于 DOM 的 XSS)TOWeb 5 例如 http://127.0.0.1:8000/message.html?==gC+QHcpJ3Yz9CPpcyUThFIkV2chJWLN9ERngCdyVGbh5DdwlmcjNHP 访问该 URL,JS 代码将被执行 附注:src 目录包含相关 HTML/JS 代码的副本,因为 TOWeb 是闭源的,不付费无法下载旧版本。...
CVE-2021-42558
CVE-2021-42558: Múltiples Cross-Site Scripting en MITRE Caldera Caldera versiones =2.8.1 contiene múltiples vulnerabilidades XSS reflejadas, almacenadas y propias que pueden ser explotadas por atacantes autenticados y no autenticados. Divulgación del proveedor: La divulgación del proveedor para...
CVE-2022-45472
CVE-2022-45472 XSS basado en DOM Software: CAE Learning Space Enterprise con licencia Intuity Versión de imagen: 267r Nivel de parche: 639 Vulnerabilidad: XSS basado en DOM Descripción El software de gestión CAE Learning Space Enterprise es vulnerable a un ataque de XSS basado en DOM. Un ataque d...
CVE-2020-11023
CVE-2020-11023 POC DOM XSS 此概念验证演示了基于DOM的XSS安全漏洞,通过操纵和使用jQuery DOM方法实现,例如:.append, .text, .html 我使用的Payload: alert"Text: " + $"test".text; 测试该漏洞,请执行以下步骤: 1. 在浏览器中打开目标网站的控制台。 2. 进入控制台窗口并输入以下Payload: 3. Payload: alert"Text: " + $"test".text;...
CVE-2026-92249
Qi Addons For Elementor (WordPress plugin) versions up to and including 1.11 are vulnerable to Reflected DOM-Based Cross-Site Scripting via the s search parameter, caused by insufficient input sanitization and output escaping. An unauthenticated attacker can inject arbitrary scripts that execute ...
CVE-2026-93485
Improper neutralization of input during web page generation 'cross-site scripting' vulnerability in Automattic WordPress core allows DOM-Based XSS. This issue affects WordPress versions 7.1 before 7.1.1; 7.0 through 7.0.4; 6.9 through 6.9.7; 6.8 through 6.8.8; 6.7 through 6.7.7; 6.6 through 6.6.7...
DEBIAN-CVE-2026-93485
Improper neutralization of input during web page generation 'cross-site scripting' vulnerability in Automattic WordPress core allows DOM-Based XSS. This issue affects WordPress versions 7.1 before 7.1.1; 7.0 through 7.0.4; 6.9 through 6.9.7; 6.8 through 6.8.8; 6.7 through 6.7.7; 6.6 through 6.6.7...
CVE-2026-93485
Improper neutralization of input during web page generation 'cross-site scripting' vulnerability in Automattic WordPress core allows DOM-Based XSS. This issue affects WordPress versions 7.1 before 7.1.1; 7.0 through 7.0.4; 6.9 through 6.9.7; 6.8 through 6.8.8; 6.7 through 6.7.7; 6.6 through 6.6.7...
CVE-2026-93485 WordPress core <= 7.1 - Unauth. Cross Site Scripting (XSS) vulnerability
Improper neutralization of input during web page generation 'cross-site scripting' vulnerability in Automattic WordPress core allows DOM-Based XSS. This issue affects WordPress versions 7.1 before 7.1.1; 7.0 through 7.0.4; 6.9 through 6.9.7; 6.8 through 6.8.8; 6.7 through 6.7.7; 6.6 through 6.6.7...
EUVD-2026-82657
Improper neutralization of input during web page generation 'cross-site scripting' vulnerability in Automattic WordPress core allows DOM-Based XSS. This issue affects WordPress versions 7.1 before 7.1.1; 7.0 through 7.0.4; 6.9 through 6.9.7; 6.8 through 6.8.8; 6.7 through 6.7.7; 6.6 through 6.6.7...