Lucene search
+L

755 matches found

Kitploit
Kitploit
•added 2026/09/25 9:32 p.m.•13 views

EATGuard

EATGuard Export Address Filtering EAF のような、エクスポートアドレステーブル保護の緩和策の実装です。 仕組み このプロジェクトは3つのバイナリで構成されており、コンパイルすると EATGuard\bin\ にあります。それらは以下のとおりです: 1. EATGuardApplication.exe - プロセスに EATGuardDll.dll を読み込み、その後 notepad.exe を実行する実行可能コード(シェルコード)を実行する「悪意のある」アプリケーションです。 2. EATGuardDll.dll -...

6.1AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 7:20 a.m.•14 views

Voidgate

VOIDGATE 説明: AV/EDRメモリスキャナーをバイパスするために使用できるテクニックです。既知で検出されるシェルコード(msfvenomなど)を、個々の暗号化されたアセンブリ命令をオンザフライで復号化することで隠すために使用でき、特定のメモリページに対するメモリスキャナーを無力化します。 仕組み: このテクニックは、暗号化されたアセンブリ命令が格納されるPAGEEXECUTEREADWRITEメモリ領域を作成します。シェルコードはある程度のパディングで囲まれます。プログラムはシェルコードのエントリポイントにハードウェアブレークポイント(HWBP)を設定します。...

5.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/22 5:43 a.m.•13 views

TestCitrixException

Test Citrix Exception CVE-2025-6759 緩和策のテスト Citrix のドキュメント CVE-2025-6759 には、レジストリから Citrix 例外ハンドラを無効化する代替緩和策が記載されています。 しかし、そのドキュメントでは「この変更に VDA サービスまたはサーバーの再起動が必要かどうか」という疑問には答えていません。そのため、このツールはそれをテストするために作成されました。 出典: CTX676735 は、その例外処理とそのレジストリキーの仕組みについて、もう少し詳しい情報を提供しています。 Rapid 7 のブログ記事...

7.8CVSS7.2AI score0.00246EPSS
SaveExploits0
NVD
NVD
•added 2026/09/22 1:16 a.m.•15 views

CVE-2026-93710

Dancer2 versions from 2.0.0 before 2.2.0 for Perl dispatch a route that a dying hook refused when the exception handler halts the response in compilehooks. A hook that dies fires core.app.hookexception, then calls cleanup unless the failing hook is the exception handler. A handler that halts does...

7.5CVSS0.0063EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/22 12:51 a.m.•21 views

CVE-2026-93710

Dancer2 versions 2.0.0 through 2.1.x for Perl are vulnerable to an improper cleanup issue during exception handling in compile_hooks. When a hook dies and fires core.app.hook_exception, the system initiates a cleanup process. If the exception handler halts the response without stopping this clean...

7.5CVSS5.7AI score0.0063EPSS
SaveExploits0References4
FreeBSD
FreeBSD
•added 2026/09/22 12:00 a.m.•5 views

p5-Dancer2 -- Multiple vulnerabilities

Dancer project reports: Dancer2 versions from 2.0.0 before 2.2.0 for Perl dispatch a route that a dying hook refused when the exception handler halts the response in compilehooks. A hook that dies fires core.app. hookexception, then calls cleanup unless the failing hook is the exception handler. ...

7.5CVSS5.7AI score0.0063EPSS
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/20 3:21 p.m.•10 views

VehApiResolve

VehApiResolve Dridex Loader の32ビットAPI難読化に触発されました。 これはどのように機能するのか? 例外ハンドラをセットアップします。 root@kitploit: AddVectoredExceptionHandler CALLFIRST, ApiResolverHandler ; この例外ハンドラは、EXCEPTIONBREAKPOINTとして投げられた例外のみを処理します。それが私たちによって投げられたとき、CONTEXTをキャプチャできます。渡された引数を取得できます。...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/20 2:32 p.m.•10 views

CVE-2018-18912

🐞 CVE-2018-18912: Easy File Sharing Web Server 7.2 - スタックベースのバッファオーバーフロー SEH Easy File Sharing Web Server 7.2 における SEH ベースのバッファオーバーフロー。認証された HTTP POST パラメータが例外ハンドラチェーンを破壊する方法を示しています。 📑 目次 このリポジトリの存在理由 この脆弱性が興味深い理由 コンテキストと影響を受けるソフトウェア 脆弱性について クラッシュのトリガー エクスプロイト 🎓 このリポジトリの存在理由...

9.8CVSS8.5AI score0.03497EPSS
SaveExploits2
CVE
CVE
•added 2026/09/14 8:00 p.m.•74 views

CVE-2026-55244

ASTEVAL (a Python expression evaluator) prior to 1.0.9 has a sandbox escape via BaseException subclasses . The FROM_PY symbol table in astutils.py exposes SystemExit, KeyboardInterrupt, GeneratorExit, and BaseException to sandboxed expressions, while run() and eval() in asteval.py only catch Exce...

5CVSS5.8AI score0.00177EPSS
SaveExploits0References5
PyPA
PyPA
•added 2026/09/10 9:44 a.m.•8 views

asteval has a Sandbox Escape via BaseException Subclasses

SummaryAn attacker who can supply expressions to asteval.Interpreter.eval can raise SystemExit,KeyboardInterrupt, GeneratorExit, or BaseException from inside the sandbox. Theseexceptions are subclasses of BaseException but not Exception, so they bypass theexcept Exception: safety net in both run...

5CVSS6AI score0.00177EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
•added 2026/07/13 3:15 p.m.•24 views

PyLoad vulnerable to unauthenticated traceback disclosure via global exception handler in WebUI

Summarypyload-ng WebUI returns full Python traceback details to clients on unhandled exceptions.Because /web/ is reachable without authentication and renders attacker-controlled template names, an unauthenticated user can reliably trigger a server exception for example by requesting a non-existen...

5.3CVSS6.1AI score0.00407EPSS
SaveExploits1References5Affected Software1
NVD
NVD
•added 2026/06/04 2:16 p.m.•28 views

CVE-2019-25733

NetShareWatcher 1.5.8.0 contains a structured exception handler buffer overflow vulnerability that allows local attackers to execute arbitrary code by supplying malicious input. Attackers can craft a payload with overwritten SEH and NSEH pointers through the Restrictions custom filter field to...

8.6CVSS0.00148EPSS
SaveExploits0References4
attackerkb
attackerkb
•added 2026/06/04 1:22 p.m.•9 views

CVE-2019-25733

NetShareWatcher 1.5.8.0 contains a structured exception handler buffer overflow vulnerability that allows local attackers to execute arbitrary code by supplying malicious input. Attackers can craft a payload with overwritten SEH and NSEH pointers through the Restrictions custom filter field to...

8.6CVSS6.6AI score0.00148EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
•added 2026/06/04 1:22 p.m.•18 views

EUVD-2019-20169

NetShareWatcher 1.5.8.0 contains a structured exception handler buffer overflow vulnerability that allows local attackers to execute arbitrary code by supplying malicious input. Attackers can craft a payload with overwritten SEH and NSEH pointers through the Restrictions custom filter field to...

8.6CVSS6.6AI score0.00148EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/06/04 12:00 a.m.•26 views

PT-2026-46203

NetShareWatcher 1.5.8.0 contains a structured exception handler buffer overflow vulnerability that allows local attackers to execute arbitrary code by supplying malicious input. Attackers can craft a payload with overwritten SEH and NSEH pointers through the Restrictions custom filter field to...

8.6CVSS6.6AI score0.00148EPSS
SaveExploits0References5
CNNVD
CNNVD
•added 2026/06/04 12:00 a.m.•21 views

Nsasoft NetShareWatcher 安全漏洞

Nsasoft NetShareWatcher is a security auditing tool developed by the US company Nsasoft. Version 1.5.8.0 of Nsasoft NetShareWatcher contains a security vulnerability. This vulnerability stems from a buffer overflow in the structured exception handler, which could allow local attackers to execute...

8.6CVSS6.4AI score0.00148EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/06/02 12:31 a.m.•27 views

EUVD-2018-21953

Arm Whois 3.11 contains a buffer overflow vulnerability that allows local attackers to execute arbitrary code by overwriting the structured exception handler. Attackers can craft a malicious input file with a 672-byte offset to overwrite the nSEH and SEH pointers, enabling code execution through...

8.6CVSS6.7AI score0.00162EPSS
SaveExploits0References5
NVD
NVD
•added 2026/06/01 10:16 p.m.•22 views

CVE-2018-25432

Arm Whois 3.11 contains a buffer overflow vulnerability that allows local attackers to execute arbitrary code by overwriting the structured exception handler. Attackers can craft a malicious input file with a 672-byte offset to overwrite the nSEH and SEH pointers, enabling code execution through...

8.6CVSS0.00162EPSS
SaveExploits0References4
NVD
NVD
•added 2026/06/01 10:16 p.m.•24 views

CVE-2018-25427

Arm Whois 3.11 contains a stack-based buffer overflow vulnerability that allows remote attackers to execute arbitrary code by supplying oversized input to the IP address or domain field. Attackers can craft malicious input exceeding 658 bytes with shellcode to overwrite the structured exception...

9.8CVSS0.00923EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/06/01 9:00 p.m.•47 views

CVE-2018-25432 Arm Whois 3.11 Buffer Overflow via ASLR Bypass

Arm Whois 3.11 contains a buffer overflow vulnerability that allows local attackers to execute arbitrary code by overwriting the structured exception handler. Attackers can craft a malicious input file with a 672-byte offset to overwrite the nSEH and SEH pointers, enabling code execution through...

8.6CVSS0.00162EPSS
SaveExploits0References4
Rows per page
Query Builder