7912 matches found
singularity
Singularity of Origin Recent updates: NEW 2025-11-25 : Chrome release 142 added Local Network Access LNA, which prevents DNS rebinding attack techniques implemented in Singularity. Singularity of Origin's LNA-from-Non-Secure-Contexts branch implements support for Trial for Local Network Access fr...
dref
DNS Rebinding Exploitation Framework This project is no longer maintained. dref does the heavy-lifting for DNS rebinding. The following snippet from one of its built-in payloads shows the framework being used to scan a local subnet from a hooked browser; after identifying live web services it...
whonow
Whonow DNS Server A malicious DNS server for executing DNS Rebinding attacks on the fly. whonow lets you specify DNS responses and rebind rules dynamically using domain requests themselves. root@kitploit: respond to DNS queries for this domain with 34.192.228.43 the first time it is requested and...
WebKit-NavigationAPI-SOP-Bypass
WebKit-NavigationAPI-SOP-Bypass WebKit Navigation API — クロスポート傍受による同一オリジンポリシー(SOP)バイパス(CVE-2026-20643)...
flash-xdomain-xploit
著者: Gursev Singh Kalra [email protected] Flash と安全でない crossdomain.xml による同一オリジンポリシー(Same Origin Policy)の回避 概念実証用 ActionScript コードのコンパイルとデプロイ 1. Apache Flex SDK をダウンロードしてインストールします。これには ActionScript コンパイラが含まれています。 2. ActionScript コードをローカルディレクトリにコピーし、XDomainXploit.as という名前を付けます。 3. readFrom...
flash-xdomain-xploit
著者: Gursev Singh Kalra [email protected] Flash と安全でない crossdomain.xml による同一オリジンポリシーのバイパス Proof of Concept の ActionScript コードのコンパイルとデプロイ 1. Apache Flex SDK をダウンロードしてインストールします。これには ActionScript コンパイラが付属しています。 2. ActionScript コードをローカルディレクトリにコピーし、XDomainXploit.as という名前を付けます。 3. readFrom パラメータと...
whonow
Whonow DNS Server DNS Rebinding攻撃をその場で実行するための悪意のあるDNSサーバーです。whonowを使用すると、DNS応答とリバウンドルールを動的に指定できます。 ドメインリクエスト自体を使用して 。 root@kitploit: respond to DNS queries for this domain with 34.192.228.43 the first time it is requested and then 192.168.1.1 every time after that...
webrtc-ips
STUN IP Address requests for WebRTC Demo: https://diafygi.github.io/webrtc-ips/ What this does Firefox and Chrome have implemented WebRTC that allow requests to STUN servers be made that will return the local and public IP addresses for the user. These request results are available to javascript,...
LavaDome
LavaDome 🌋️ LavaMoat による、DOM ノードの安全な E ンカプセル化のための新しいツール ⚠️ 実験的 WIP - ご自身の責任で使用してください(詳細) デモ LavaDome に挑戦してみましょう - デモアプリ を訪れ、コンソールを開き、LavaDome インスタンス内から秘密情報を盗み出すためにあらゆる手段を講じてください(成功したら 報告 してください) プレビュー (クリックして展開) 動機 今日のウェブ標準において、DOM サブツリーを安全な方法で 選択的に分離する確立された方法はありません。言い換えれば、同じ JavaScript...
the-callback-that-outlived-the-page-cve-2026-78997-uc-browser-android-universal-xss
CVE-2026-78997 — UC Browser for Android ユニバーサル XSS UXSS CVE-2026-78997 の PoC 資料 — UC Browser for Android com.UCMobile.intl、バージョン 13.7.8.1314 におけるユニバーサル クロスサイトスクリプティング。Omri Inbar Novee により開示。 ブリッジのホワイトリストに登録されたドメイン mtmsg.uc.cn 上の リフレクテッド XSS により、特権的な ucapi JavaScript ブリッジへの...
CVE-2026-12295-UXXS-in-my-wasm
CVE-2026-12295 — 非about:srcdoc URI上のsrcdocデータ(Firefox UXSS) 概念実証:侵害されたコンテンツプロセスが、nsDocShellLoadState に任意の URI とともに SrcdocData を保持する PDocumentChannel ロードを偽造します。脆弱なビルドでは、攻撃者のHTMLが被害者のオリジン でドキュメントとして配信されます — 同一オリジン読み取り+外部送信(UXSS)。 対象:Firefox 149.0a1 nightly @ 2fbc0748c4(脆弱、修正前)、macOS arm64。 Firefox...
EUVD-2026-86288
Snipe-IT is an IT asset/license management system. Prior to 8.7.0, the uploaded-files API endpoint GET /api/v1/objecttype/id/files/fileid allows an authenticated user with file-management access to upload XML and XSLT attachments and request them with the inline=true parameter. The...
vuln-chain-lab
ファイルアップロードバイパス + ストアドXSS PoC Lab CSP、CORS、CSRFの保護が有効な状態でも、ファイルアップロードのバイパスとストアドXSSを連鎖させてバックドア管理者アカウントを作成する方法を示す、意図的に脆弱性を持たせたWebアプリケーション。 完全なブログ記事: KurtiseBear Blog これは防御的なセキュリティトレーニングのための教育用ラボです。公開アクセス可能な場所にデプロイしないでください。 このラボが示すもの このアプリケーションには実際のセキュリティ対策が実装されています: コンテンツセキュリティポリシー CSP により、スクリプトソースを...
CVE-2026-77912 Stored cross-site scripting vulnerability in GitHub Enterprise Server allowed HTML attribute injection via the Markdown rendering pipeline
A stored cross-site scripting XSS vulnerability was identified in GitHub Enterprise Server that allowed an authenticated attacker to inject arbitrary HTML attributes into rendered Markdown because the Markdown rendering pipeline rewrote quote characters in already-sanitized HTML without...
EUVD-2026-84873
A stored cross-site scripting XSS vulnerability was identified in GitHub Enterprise Server that allowed an authenticated attacker to inject arbitrary HTML attributes into rendered Markdown because the Markdown rendering pipeline rewrote quote characters in already-sanitized HTML without...
CVE-2026-77912
A stored cross-site scripting (XSS) vulnerability exists in GitHub Enterprise Server within the Markdown rendering pipeline . The flaw occurs because the pipeline rewrote quote characters in already-sanitized HTML without performing subsequent re-sanitization, allowing an authenticated attacker t...
PHP-CGI-INTERNAL-RCE
PHP-CGI-INTERNAL-RCE このPoCは、攻撃者が Orange Tsai氏の CVE-2024-4577 をDNSリバインディングと連鎖させ、被害者のウェブブラウザを介して内部ネットワークインフラ上でリモートコード実行を達成する方法を示しています。Same-Origin Policy SOP をバイパスし、local XAMPP servers 上で動作する脆弱な PHP-CGI インスタンス、内部開発環境、または企業ネットワークを悪用することで、この攻撃はインターネットに公開されることを意図されていないシステム上での完全なコード実行を可能にします。 ブログ...
CVE-2026-59814
Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.7, Joplin Server's GET /shares/:id?resourceid= route serves a resource with the attacker-controlled mime value and omits Content-Disposition when the resource title is empty. A...
CVE-2026-46650
Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.2, isAcceptedUrl in packages/renderer/htmlUtils.ts uses an unanchored regular expression for internal resource URLs, allowing a javascript: URL containing a matching 32-character...
CVE-2026-46650 Joplin: Stored XSS in public share viewer via javascript: URL bypass in isAcceptedUrl
Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.2, isAcceptedUrl in packages/renderer/htmlUtils.ts uses an unanchored regular expression for internal resource URLs, allowing a javascript: URL containing a matching 32-character...