Lucene search
+L

5823 matches found

Kitploit
Kitploit
added 2026/09/14 2:58 a.m.8 views

uriDeep

uriDeep 機械学習を用いたUnicodeエンコーディング攻撃。コンフューザブル(類似文字)を使って驚くべき偽ドメインを作成する機械学習ベースのツール。一部のドメインはIDNポリシー(Chrome & Firefox)を欺くことができます。 ニューラルネットワークを使って、最高の(大規模な)コンフューザブル辞書を作成しました。ツール内で使用されており、以下からダウンロードできます: https://github.com/mindcrypt/uriDeep/blob/master/data/deepDiccConfusables.txt root@kitploit:...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 11:52 p.m.14 views

claude-awm

claude-awm: can you scrub a SynthID text watermark by editing the text? Yes, but only one family of attack works, and it isn't the one everyone assumes. Unicode variation selectors category Mn, U+FE00 to U+FE0F and U+E0100 to U+E01EF drive the detector below threshold and stay there. Every other...

6.2AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/13 10:19 p.m.11 views

stegcloak

StegCloak テキストを透明にする隠れ蓑 StegCloakは、関数型プログラミングスタイルで設計された純粋なJavaScriptのステガノグラフィモジュールです。秘密を圧縮・暗号化した後、特殊なUnicode不可視文字で覆い隠します。文字列への安全な透かし入れ、Webページ上の不可視スクリプト、ソーシャルメディア上のテキスト、その他あらゆる秘密通信に使用できます。完全に不可視です!詳細な動作については、このMediumの記事を参照するか、デモをご覧ください。 特徴 パスワードとHMAC完全性チェックで不可視の秘密を保護 AES-256-CTRによる暗号化で暗号学的に安全...

6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/13 9:34 p.m.8 views

XAMPPv3.3.0-BOF

XAMPPv3.3.0-BOF XAMPP v3.3.0 的概念验证(PoC)漏洞利用代码 —— “.ini” 缓冲区溢出(Unicode + SEH) 复现步骤: 1. 运行 python 脚本 "poc.py",它会创建一个新文件 "xampp-control.ini" 2. 打开应用程序 xampp-control.exe 3. 点击任意服务(如 Apache、MySQL)前面的 "admin" 按钮。 4. 完成 POC 视频...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 3:58 p.m.7 views

cve-2018-12798

Adobe Acrobat Reader ヒープオーバーフローによるリモートコード実行の脆弱性 脆弱性 メモリバッファの境界内での操作の制限が不適切な脆弱性 脆弱性の説明 この脆弱性により、リモートの攻撃者は、Adobe Acrobat Pro DC の脆弱なインストール環境で任意のコードを実行できます。この脆弱性を悪用するにはユーザーの操作が必要です。ターゲットが悪意のあるページにアクセスするか、悪意のあるファイルを開く必要があります。 特定の欠陥は、Unicode...

10CVSS8.1AI score0.13467EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 9:39 a.m.11 views

cobol-shield

cobol-shield Kit de herramientas de auditoría de seguridad para sistemas heredados COBOL Parte de la Metodología de Investigación VTR | DOI: 10.5281/zenodo.22063208 Estado: Reproducible | Licencia: MIT | Área: Infraestructura Crítica Qué hace Detecta divergencias en el contexto de compilación,...

7.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 3:05 a.m.7 views

unicode-control-characters-action

Unicode制御文字アクション Red Hat診断ツール https://access.redhat.com/security/vulnerabilities/RHSB-2021-007 を使用してUnicode制御文字を検出するGitHubアクション。RHSB-2021-007トロイの木馬ソース攻撃 CVE-2021-42574、CVE-2021-42694 を検出します。 入力 args 必須 スクリプトの引数は src/README.txt に文書化されています。 使用例 root@kitploit: name: Tests on: push: branches: - ''...

6AI score
SaveExploits0References1
Rockylinux
Rockylinux
added 2026/09/11 12:05 p.m.9 views

vim security update

An update is available for vim. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Vim Vi IMproved is an updated and improved version of the vi editor. Security...

8.6CVSS0.00336EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/09/11 11:36 a.m.7 views

CVE-2026-14978

A flaw was found in go-slug. A local attacker could bypass .terraformignore exclusions, leading to sensitive files being included in Terraform slug uploads. This is caused by improper handling of Unicode normalization during path matching. Mitigation Upgrade to go-slug 0.18.3 or later. Where an...

5.5CVSS0.00103EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 5:56 a.m.10 views

BIT-PYTHON-2026-17084 stringprep.map_table_b2() deviates from RFC 3454 Table B.2

The "stringprep" module didn't process characters from RFC 3454 tables B.2 or B.3 correctly: the latest Unicode codepoint attributes were used instead of the specified Unicode 3.2.0. This behavior would cause mismatches when processing domain names using IDNA 2003 the "idna" codec and the intable...

6CVSS5.4AI score0.00601EPSS
SaveExploits0References11
OSV
OSV
added 2026/09/11 5:56 a.m.9 views

BIT-PYTHON-MIN-2026-17084 stringprep.map_table_b2() deviates from RFC 3454 Table B.2

The "stringprep" module didn't process characters from RFC 3454 tables B.2 or B.3 correctly: the latest Unicode codepoint attributes were used instead of the specified Unicode 3.2.0. This behavior would cause mismatches when processing domain names using IDNA 2003 the "idna" codec and the intable...

6CVSS5.5AI score0.00601EPSS
SaveExploits0References11
OSV
OSV
added 2026/09/11 5:48 a.m.8 views

BIT-LIBPYTHON-2026-17084 stringprep.map_table_b2() deviates from RFC 3454 Table B.2

The "stringprep" module didn't process characters from RFC 3454 tables B.2 or B.3 correctly: the latest Unicode codepoint attributes were used instead of the specified Unicode 3.2.0. This behavior would cause mismatches when processing domain names using IDNA 2003 the "idna" codec and the intable...

6CVSS5.4AI score0.00601EPSS
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/11 4:30 a.m.4 views

EvilURL

EvilURL v3.0 Generate unicode domains for IDN Homograph Attack and detect them. The EvilURL is released under a BSD-style license. See LICENSE for more details. CLONE root@kitploit: git clone https://github.com/UndeadSec/EvilURL.git INSTALL root@kitploit: pip install python-nmap python-whois...

6AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/09/11 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-88056

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 20.3.30, 21.2.22, a...

8.6CVSS0.00426EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/10 11:43 p.m.6 views

bidi_char_detector

BIDI文字検出器 このツールは、ファイル内にサプライチェーン攻撃に悪用される可能性のあるUnicode BIDI文字が存在するかどうかをチェックし、CVE-2021-42574を軽減します。 このツールはRustで書かれており、高速かつ簡単に使用できるように、小さな(3MB未満)Docker互換コンテナとして配布されています。 攻撃の説明については、GitHubのブログ記事または攻撃が公開された元の論文を参照してください。 インストール このパッケージは主にDockerコンテナを介して使用されることを目的としています。しかし、ローカルインストールももちろん可能です。...

8.3CVSS7.2AI score0.12881EPSS
SaveExploits4References1
RedHat Linux
RedHat Linux
added 2026/09/10 11:22 p.m.8 views

fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization

A flaw was found in fast-uri. This vulnerability occurs because fast-uri fails to properly convert Unicode Internationalized Domain Name - IDN hostnames for HTTP-family URLs. This can lead to a situation where security policies, such as denylists or redirect validations, are bypassed when...

7.5CVSS0.00384EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/10 9:01 p.m.7 views

memgrep

Memory grep Una utilidad de búsqueda en memoria a través de múltiples procesos Publicado como código abierto por NCC Group Plc - http://www.nccgroup.com/ Desarrollado por Ollie Whitehouse, ollie punto whitehouse en nccgroup punto com https://github.com/nccgroup/memgrep Publicado bajo AGPL; consul...

5.9AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/09/10 8:19 p.m.12 views

Angular: SSRF and Cross-Origin Credential Disclosure via URL Resolution Discrepancy in SSR

Summary A discrepancy between WHATWG URL parsing and Angular SSR's URL resolution allows attackers to bypass same-origin checks and cause Server-Side Request Forgery SSRF, potentially leaking sensitive server-side credentials. Technical Description When applications validate incoming URLs using t...

8.6CVSS0.00426EPSS
SaveExploits0References9Affected Software1
NVD
NVD
added 2026/09/10 7:17 p.m.9 views

CVE-2026-88056

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 20.3.30, 21.2.22, and 22.1.4, Angular Server-Side Rendering in @angular/platform-server processes user-controlled resource or request URLs through HttpClien...

8.6CVSS0.00426EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/10 6:42 p.m.24 views

CVE-2026-88056

Angular's @angular/platform-server is vulnerable to SSRF and cross-origin credential disclosure prior to versions 20.3.30, 21.2.22, and 22.1.4 . The root cause is that the resolveUrl and parseUrl utilities invoked String.prototype.trim(), which strips leading Unicode whitespace (e.g. U+00A0, U+FE...

8.6CVSS0.00426EPSS
SaveExploits0References7
Rows per page
Query Builder