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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-60787-Detection-motionEye-RCE-via-Config-Injection | Kitploit
도구/GitHubGitHub/garethmsheldon/cve-2025-60787-detection-motioneye-rce-via-config-injection
Indicator of Compromise (IOC) ManagementContainer SecurityVulnerability AnalysisExploitationWeb SecurityThreat IntelligenceIntrusion DetectionLog Analysis

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
GitHub
garethmsheldon/cve-2025-60787-detection-motioneye-rce-via-config-injection

CVE-2025-60787-Detection-motionEye-RCE-via-Config-Injection

저장소 보기
5개월 전아직 검토되지 않음

README.md

CVE-2025-60787 탐지: Config Injection을 통한 motionEye RCE

EDB-ID: 52481 CVE: 2025-60787

motionEye <= 0.43.1b4에서의 인증되지 않은 원격 코드 실행


취약점 개요

이 저장소는 motionEye의 인증되지 않은 RCE 취약점인 CVE-2025-60787에 대한 탐지 규칙을 포함합니다.

악용 방법

페이로드가 주입되는 위치:

  • 설정 -> 정지 이미지 -> 이미지 파일 이름

PoC 페이로드 예시:

root@kitploit:~
$(touch /tmp/test).%Y-%m-%d-%H-%M-%S

motion이 재시작되면 셸 명령이 실행되어 /tmp/test 파일이 생성됩니다.


탐지 범위


YARA 탐지

motionEye 설정 디렉터리 스캔:

root@kitploit:~
yara -r rules/yara/motioneye_rce_cve_2025_60787.yar /etc/motioneye/

KQL 탐지 (Microsoft Sentinel / Defender)

포함된 쿼리:

  • 01_web_request_js_bypass_and_shell_payload.kql
  • 02_process_execution_shell_spawned_by_motion.kql
  • 03_file_creation_tmp_by_motion_process.kql
  • 04_docker_exec_and_syslog_motioneye.kql
  • 05_threat_hunting_motioneye_config_file_changes.kql

테스트

취약한 컨테이너 시작:

root@kitploit:~
docker run -d --name motioneye -p 9999:8765 ghcr.io/motioneye-project/motioneye:edge

버전 확인:

root@kitploit:~
docker logs motioneye | grep "motionEye server"

웹 UI 접속:

root@kitploit:~
http://127.0.0.1:9999

로그인:

root@kitploit:~
admin (blank password)

저장소 구조

root@kitploit:~
cve-2025-60787-detection/
├── README.md
├── LICENSE
├── .gitignore
├── rules/
│   ├── yara/
│   │   └── motioneye_rce_cve_2025_60787.yar
│   └── kql/
│       ├── 01_web_request_js_bypass_and_shell_payload.kql
│       ├── 02_process_execution_shell_spawned_by_motion.kql
│       ├── 03_file_creation_tmp_by_motion_process.kql
│       ├── 04_docker_exec_and_syslog_motioneye.kql
│       └── 05_threat_hunting_motioneye_config_file_changes.kql
└── docs/
    └── iocs.md

참조

  • Exploit-DB ID: 52481
  • CVE-2025-60787
  • motionEye 프로젝트

크레딧

역할작성자
취약점 발견 및 PoCprabhatverma47
탐지 엔지니어링보안 연구 커뮤니티

라이선스

MIT 라이선스 - LICENSE 파일 참조.

도구 다운로드
ID탐지 이름설명
01웹 요청 탐지JS 우회 시도 및 셸 페이로드 식별
02프로세스 실행셸 프로세스를 생성하는 motion 감지
03파일 생성/tmp 내 의심스러운 파일 감지
04Docker/Syslog컨테이너 활동 모니터링
05위협 헌팅설정 변조 감지