POC详情: 1d2d40f8360f8120e4ed56e16e01276d235a4fed

来源
关联漏洞
标题: WordPress plugin GiveWP 代码问题漏洞 (CVE-2024-8353)
描述:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin GiveWP 3.16.1版本及之前版本存在代码问题漏洞,该漏洞源于PHP 对象注入。
描述
Proof-of-Concept for CVE-2024-5932  GiveWP PHP Object Injection 
介绍
# Proof-Of-Concept Code for CVE-2024-8353

This repository contains a script for exploiting the CVE-2024-8353 vulnerability in the GiveWP plugin for WordPress. This vulnerability allows unauthenticated PHP Object Injection, potentially leading to remote code execution.

## Overview

The provided scripts demonstrate the exploit:

- **Python Script**: Automates the process of identifying vulnerable forms, retrieving nonces, and delivering payloads to trigger the vulnerability.
- **PHP Script**: Serves as a crafted payload to showcase the deserialization attack mechanics.

### Vulnerability Description

CVE-2024-8353 affects versions of the GiveWP plugin up to and including 3.16.1. The vulnerability arises due to improper handling of serialized input through parameters like `give_title` and `card_address`. Attackers can exploit this to inject and execute arbitrary PHP code.


## Prerequisites

- Python 3.x
- PHP 7.x or later
- Required Python packages listed in `requirements.txt`

## Usage

### Python Script

1. Install dependencies:
   ```bash
   pip install -r requirements.txt
   ```

2. Example command:
   ```bash
   python3 exploit.py --url https://target-wordpress-site.com --cmd "cat /etc/passwd"
   ```

3. Run the script:
   ```bash
   pip install -r requirements.txt
   ```

2. Run the script:
   ```bash
   python3 exploit.py --url <TARGET_URL> --cmd <COMMAND>
   ```

## Disclaimer

This repository is intended for educational purposes only. Use responsibly and only on systems you own or have explicit permission to test. The author is not responsible for any damage caused by the use of this exploit.

## Contributions

Contributions to improve the scripts or enhance their functionality are welcome. Please submit a pull request or create an issue for discussion.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
文件快照

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