POC详情: f9f08e76bda7e68f4ea3457b7937079d3f21916a

来源
关联漏洞
标题: WordPress Plugin Ultimate Member 安全漏洞 (CVE-2024-1071)
描述:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress Plugin Ultimate Member 2.1.3 版本到 2.8.2 版本存在安全漏洞,该漏洞源于对用户提供的参数转义不充分以及对现有 SQL 查询缺乏充分的准备,容易通过“排序”参数受到 SQL 注入攻击。
描述
wp/ultimate-member  -  SQL Injection Vulnerability Exploit Script.
介绍
# CVE-2024-1071 Exploit Script 🚀

## 🌟 Disclaimer
**This Proof of Concept (POC) is made for educational and ethical testing purposes only.**  
Usage of this tool for attacking targets without prior mutual consent is illegal. It is the end user’s responsibility to obey all applicable local, state, and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

## Overview
The WordPress **Ultimate Member** plugin (versions 2.1.3 to 2.8.2) has a **SQL Injection vulnerability** through the `sorting` parameter. This occurs due to insufficient input validation and unprepared SQL queries, allowing unauthenticated users to manipulate queries and extract sensitive data from affected databases.

**Affected Plugin Versions:** 2.1.3 to 2.8.2  
**Severity:** High  
**CVE ID:** CVE-2024-1071

## PoC Status
**PoC is now published. It was created for educational/research purposes only! Use it at your own risk!**
- NOT VULNERABLE!
  ![Not Vulnerable!](https://github.com/user-attachments/assets/9c42a904-7a02-436a-85f7-1e4cf35b4c7f)
- VULNERABLE! 
  ![Vulnerable!](https://github.com/user-attachments/assets/4f066180-3834-492e-b0b3-00b4744e019d)



## 🔍 Finding Potential Targets
Identify potential targets with tools like **FOFA** or **Shodan.io** using the following dorks:

- **FOFA Dork**: `body="/wp-content/plugins/ultimate-member"`
- **Hunter Dork**: `body="/wp-content/plugins/ultimate-member"`

## 📦 Cloning the Repository
To get started, clone the repository using the following commands:

 `git clone https://github.com/Spid3heX/CVE-2024-1071-PoC-Script.git` 
 `cd CVE-2024-1071-PoC-Script`

## ⚙️ Usage
The script can scan either a single target URL or multiple URLs listed in a file. It will evaluate each target for vulnerability and provide feedback.
- **Command Line Arguments**
-f, --file: Specify a text file containing a list of target URLs to scan.

- **To scan a single target URL:**
 `python cve-2024-1071.py https://example.com`

- **To scan multiple targets from a file:**
 `python cve-2024-1071.py -f targets.txt`




文件快照

[4.0K] /data/pocs/f9f08e76bda7e68f4ea3457b7937079d3f21916a ├── [2.1K] README.md └── [4.5K] spiXploite.py 0 directories, 2 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。