目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2024-25092 PoC — WordPress plugin NextMove Lite 安全漏洞

来源
关联漏洞
标题:WordPress plugin NextMove Lite 安全漏洞 (CVE-2024-25092)
Description:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin NextMove Lite 2.17.0 版本及之前版本存在安全漏洞,该漏洞源于缺少授权漏洞。
Description
WordPress NextMove Lite plugin <= 2.17.0 - Subscriber+ Arbitrary Plugin Installation/Activation vulnerability
介绍
# CVE-2024-25092 Exploit 

## Overview

**CVE-2024-25092** is a high-severity vulnerability affecting the WordPress NextMove Lite plugin (versions <= 2.17.0). This vulnerability allows a subscriber+ user to install and activate arbitrary plugins on a WordPress site due to missing authorization checks.

### Details

- **Published**: 2024-06-09
- **Updated**: 2024-06-09
- **Severity**: High (CVSS Score: 8.8)
- **CWE**: CWE-862 - Missing Authorization
- **Affected Versions**: All versions from n/a through 2.17.0

### CVSS Vector

- **CVSS Version**: 3.1
- **Vector String**: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

## Description

The XLPlugins NextMove Lite plugin for WordPress has a missing authorization vulnerability, allowing authenticated users with subscriber-level permissions or higher to perform arbitrary plugin installations and activations. This can lead to a complete compromise of the WordPress site.

## Exploit Script

The provided Python script automates the exploitation of this vulnerability by logging into the WordPress site and installing a specified plugin.

### Usage

```sh
usage: CVE-2024-25092.py [-h] -u URL -un USERNAME -p PASSWORD [-pl PLUGIN]

Exploit script for CVE-2024-25092 By Nxploit Khaled Alenazi.

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     Target URL
  -un USERNAME, --username USERNAME
                        Username
  -p PASSWORD, --password PASSWORD
                        Password
  -pl PLUGIN, --plugin PLUGIN
                        Plugin to install (default: cart-for-woocommerce)
```

### Example

```sh
python CVE-2024-25092.py -u http://example.com -un admin -p password -pl custom-plugin
```

### Output

```sh
Logged in successfully.
Site is vulnerable... Exploiting and uploading plugin
Plugin 'cart-for-woocommerce' installed and activated successfully.
```

## Script Details

### Requirements

- Python 3.x
- `requests` library

### Installation

1. Clone the repository:
    ```sh
    git clone https://github.com/Nxploited/CVE-2024-25092.git
    cd CVE-2024-25092
    ```

2. Install the required Python packages:
    ```sh
    pip install requests
    ```

## Disclaimer

This script is intended for educational purposes only. Use it responsibly and only on systems for which you have explicit permission. Unauthorized use of this script is illegal and unethical.
文件快照

[4.0K] /data/pocs/5e4127f5e5b8c8b4da307ca96f2f9dfa56791164 ├── [3.1K] CVE-2024-25092.py └── [2.3K] README.md 0 directories, 2 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →