关联漏洞
标题:
WordPress plugin Popup Builder 信息泄露漏洞
(CVE-2023-5561)
描述:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin Popup Builder 4.1.15 版本及之前版本存在信息泄露漏洞,该漏洞源于在将某些字段回显至页面之前,没有经过充分的转义和清理。
描述
CVE-2023-5561-PoC
介绍
# PoC CVE-2023-5561 - WordPress User Email Disclosure
## Description
This script exploits the CVE-2023-5561 vulnerability in WordPress to enumerate and disclose user email addresses via the `/wp-json/wp/v2/users` API endpoint.
## Requirements
- Python 3.x
- `requests` library
Install the required library:
```bash
pip install requests
```
## Usage
1. Identify the root URL of the target WordPress site (e.g., `https://target.com`).
2. Run the script with the following syntax:
```bash
python CVE-2023-5561.py <target site root url>
```
Example:
```bash
python CVE-2023-5561.py https://target.com
```
## Result
The script will list found users and attempt to brute-force and reveal the full email address for each user if possible.
## Legal Notice
- This script is for authorized security testing and educational purposes only.
- Do not use it for malicious purposes or against systems you do not have permission to test.
文件快照
[4.0K] /data/pocs/1ec48c4ccb103daa5f65a4a5441313848bee0c72
├── [2.9K] CVE-2023-5561.py
└── [ 930] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。