Lucene search
+L

322 matches found

Kitploit
Kitploit
added 2026/09/17 7:35 p.m.226 views

beef

=============================================================================== root@kitploit: Copyright c 2006-2026 Wade Alcorn - [email protected] Browser Exploitation Framework BeEF - https://beefproject.com See the file 'doc/COPYING' for copying permission...

6AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/17 1:58 p.m.14 views

CVE-2018-5146

CVE-2018-5146 's exp and poc poc.ogg :self-constructed poc file cve-test2.html :exploit file crctest.exe:calculate the crc32 of the ogg file...

8.8CVSS7.2AI score0.11905EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 1:12 p.m.10 views

JShell

JShell JShell - Get a JavaScript shell with XSS. Usages Run shell.py and JShell will automatically try to detect your IP address, default LPORT is 33. As you can see the payload has been generated and now all you have to do is to deliver this payload to the victim. As soon as you do that, you wil...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 9:12 a.m.18 views

beef

Copyright c 2006-2026 Wade Alcorn - [email protected] Browser Exploitation Framework BeEF - https://beefproject.com ファイル 'doc/COPYING' のコピー許可については同ファイルを参照してください =============================================================================== BeEF とは? BeEF は The Browser Exploitation Framework...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 12:49 a.m.12 views

ServiceNow-CVE-2025-11449-CVE-2025-11450-Mitigation-Script

ServiceNow CVE-2025-11449 与 CVE-2025-11450 修复脚本 概述 该脚本可自动检测并修复 ServiceNow UI Macros 中的 CVE-2025-11449 和 CVE-2025-11450 安全漏洞。如果用户控制的 sysparm 参数未得到正确清理,这些漏洞可能通过特制链接在用户浏览器中执行任意代码。 受影响的 UI Macros $pwdverifyemail $pwdverifypersonaldataui 脚本功能 该脚本执行两项关键安全修复: 1. 块外部:添加正确的编码 将易受攻击的模式替换为正确编码的版本: $sysparm ...

5.3CVSS6.5AI score0.00355EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 11:37 a.m.7 views

CVE-2019-0567-MS-Edge

CVE-2019-0567-MS-Edge POC Windows 10 マシン上で動作する MS Edge のブラウザ脆弱性の悪用と移行を学ぶための演習としての概念実証です。すべてのコードは Connor McGarr によって作成され、Windows 10 build 15063.483 で動作するように編集されています。 shell2js.py msfvenom の C ペイロードを JavaScript ペイロード形式に変換する私の個人スクリプトです。 概念実証動画 Connor McGarr ブログ:...

7.6CVSS6.6AI score0.80126EPSS
SaveExploits4References1
Kitploit
Kitploit
added 2026/09/14 11:43 p.m.11 views

Browser-Pwning-

Browser-Pwning Chrome pwning & v8 pwning を始めるための、適切で構造化されたドキュメント ドキュメントの構成 このドキュメントの整理方法 1. モチベーション 2. 実際の学習資料 モチベーション ブラウザは、今日最も使われているテクノロジーの一つです。どの既製コンピュータでも、プラグアンドプレイするだけでブラウザがインストールされているのを確認できます。そのため、攻撃者と脅威モデルの視点から見ると、攻撃者が悪意あるページを通じてブラウザを侵害できることは非常に価値があります。上記の理由から、私は Google の JavaScript エンジン、...

6.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 9:38 p.m.13 views

browser-pwn

Browser-Pwn === 浏览器世界由四大主要参与者主导: Chromium/Chrome(Blink 引擎) Firefox(Gecko 引擎) Safari(WebKit 引擎) Edge(Blink 引擎,前身为 EdgeHTML 引擎) 以下内容分为两个部分: 帮助理解其架构与实现,以及如何从源码构建它们的信息 帮助找到让它们弹出计算器(calculator popping)的功能的信息 目录 1. 引擎 概述 Chromium Firefox Safari Edge 2. 漏洞利用 概述 Chromium Firefox Safari Edge 3. 工具 4...

6AI score
SaveExploits0References73
NVD
NVD
added 2026/08/27 5:20 p.m.11 views

CVE-2026-81092

mcp-go accepted requests on its HTTP transports without checking the Host header. StreamableHTTPServer.ServeHTTP in server/streamablehttp.go and SSEServer.ServeHTTP in server/sse.go served any request arriving over a loopback connection regardless of the host it named, and the SSE transport's...

7.6CVSS0.00165EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/27 2:50 p.m.15 views

CVE-2026-81099

Timescale's tiger-slack failed to enable the DNS-rebinding-protection option when starting its MCP HTTP transport in mcp/src/httpServer.ts, leaving the host allow-list disabled. This allowed a malicious web page to use DNS rebinding to steer requests to the locally bound Slack MCP server through ...

7.6CVSS5.2AI score0.0016EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/27 2:50 p.m.35 views

CVE-2026-81099 Timescale tiger-slack DNS Rebinding via Disabled Host Header Allow-List

tiger-slack started its MCP HTTP transport without enabling the host allow-list the underlying SDK provides. mcp/src/httpServer.ts called the shared httpServerFactory helper and never set the DNS-rebinding-protection option, so the transport accepted a request whatever host it named, and a page i...

7.6CVSS0.0016EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/27 2:50 p.m.14 views

CVE-2026-81100 Timescale tiger-gh-mcp-server DNS Rebinding via Disabled Host Header Allow-List

tiger-gh-mcp-server started its MCP HTTP transport without enabling the host allow-list the underlying SDK provides. src/httpServer.ts called the shared httpServerFactory helper and never set the DNS-rebinding-protection option, so the transport accepted a request whatever host it named, making t...

7.6CVSS5.9AI score0.0016EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/19 9:34 p.m.44 views

CVE-2026-76252 Cross-Site Scripting (XSS) through Splunk Web Message Validation in Splunk Enterprise

In Splunk Enterprise versions below 10.4.2, 10.2.6, 10.0.9, and 9.4.13, an unauthenticated user who tricks another user into visiting a malicious web page could run unauthorized JavaScript in that user's browser. This could allow for unauthorized access to all relevant data available to that user...

6.8CVSS0.00184EPSS
SaveExploits0References1
Imperva Blog
Imperva Blog
added 2026/04/23 6:58 p.m.11 views

Hacking Safari with GPT 5.4

When Anthropic unveiled Mythos and Project Glasswing, the reaction was immediate and polarized. Some dismissed it as fear-driven marketing, while others treated it as a credible shift in the threat landscape. Like with many things, the truth is probably somewhere in the middle. I wanted to test...

4.3CVSS5.9AI score0.0072EPSS
SaveExploits0
CNVD
CNVD
added 2026/03/02 12:00 a.m.15 views

Smoothwall Express Cross-Site Scripting Vulnerability (CNVD-2026-14349)

Smoothwall Express is Smoothwall open source a GNU/Linux-based firewall operating system . Smoothwall Express cross-site scripting vulnerability , the vulnerability stems from the portfw.cgi script multiple parameters of the user-supplied data lack of effective filtering and escaping , an attacke...

6.1CVSS5.9AI score0.00234EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2025/12/31 12:00 a.m.11 views

Esri ArcGIS Server 跨站脚本漏洞

Esri ArcGIS Server is a web-oriented enterprise software platform available for providing geolocation services from Esri. A cross-site scripting vulnerability exists in Esri ArcGIS Server version 11.4 and earlier, which stems from a stored cross-site scripting issue that could lead to malicious...

6.1CVSS6AI score0.0023EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/09 6:10 p.m.41 views

CVE-2025-34399

MailEnable versions prior to 10.54 are affected by a reflected XSS in the AddressesCc parameter of /Mondo/lang/sys/Forms/AddressBook.aspx. The AddressesCc value is not properly sanitized for GET requests and is echoed inside a [removed] block in the JavaScript variable sAddrCc, enabling an attack...

6.1CVSS5.4AI score0.00395EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2025/12/03 12:00 a.m.13 views

Docker MCP Gateway 安全漏洞

Docker MCP Gateway is a gateway service from Docker Inc. in the United States. A security vulnerability exists in Docker MCP Gateway version 0.27.0 and earlier, which stems from vulnerability to DNS rebinding attacks when running in sse or streaming transport mode, and could lead to browser-based...

9.6CVSS6.3AI score0.00425EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/16 10:03 a.m.12 views

EUVD-2025-34748

Stored cross-site scripting XSS vulnerability in desknet's NEO V9.0R2.0 and earlier allow execution of arbitrary JavaScript in a user’s web browser...

5.4CVSS5.2AI score0.00285EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/13 7:36 a.m.25 views

CVE-2025-10552

The CVE-2025-10552 entry describes a stored Cross‑site Scripting (XSS) vulnerability in 3DSwym on the 3DEXPERIENCE platform (R2025x). The vulnerability affects 3DSwym prior to Release R2025x and allows an attacker to execute arbitrary script in a user’s browser session. The PT-2025-41765 advisory...

8.7CVSS6.1AI score0.00203EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder