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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-54309 — CrushFTP AS2 Authentication Bypass | Kitploit
도구/GitHubGitHub/blueisbeautiful/cve-2025-54309
Authentication & AuthorizationVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubblueisbeautiful/cve-2025-54309

CVE-2025-54309

CrushFTP AS2 Authentication Bypass

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2025-54309 CrushFTP 인증 우회

개요

CVE-2025-54309는 CrushFTP의 인증 우회 취약점으로, AS2 헤더 조작을 통해 승인되지 않은 관리자 사용자를 생성할 수 있습니다.

기술 세부 사항

취약점 위치

  • 파일: crushftp/server/ServerSessionHTTP.java
  • 메소드: loginCheckHeaderAuth() (2285행)
  • 근본 원인: 부적절한 AS2 헤더 검증 로직

취약한 코드

root@kitploit:~
} else if (this.headerLookup.containsKey("as2-to".toUpperCase())) {
    if (this.headerLookup.getProperty("as2-to".toUpperCase()).trim().indexOf("-_-") < 0 && !ServerStatus.BG("blank_passwords")) {
        return;  // Authentication bypass occurs here
    }

악용 방법

  1. 비어있는 AS2-To 헤더와 함께 /WebInterface/function/에 POST 요청을 보냅니다.
  2. 요청 본문에 setUserItem 명령을 포함합니다.
  3. 서버가 AS2-To 헤더에 -_- 구분자가 없어 인증을 우회합니다.
  4. 관리자 사용자가 적절한 인증 없이 생성됩니다.

영향받는 버전

  • CrushFTP 10.x < 10.8.5
  • CrushFTP 11.x < 11.3.4_23

Shodan 검색어

  • http.server_hash:525710691,-1319113083,2114359341,1401270286,-608770667
  • http.favicon.hash:-1022206565
  • "/WebInterface/w3c/p3p.xml"

Google Dorks

  • intitle:"CrushFTP WebInterface"
  • inurl:"/WebInterface/login.html"

사용법

root@kitploit:~
python3 cve_2025_54309.py <target_url> [-u username] [-p password] [-v]

예시

root@kitploit:~
# Basic exploitation
python3 cve_2025_54309.py http://crushftp.example.com:8080

# Custom credentials
python3 cve_2025_54309.py https://crushftp.example.com -u kali -p kali1

# With login verification
python3 cve_2025_54309.py http://crushftp.example.com -v

요구 사항

  • Python 3.x
  • requests 라이브러리

면책 조항

이 도구는 승인된 보안 테스트 용도로만 사용됩니다. 사용자는 적용 가능한 법률 및 규정을 준수할 책임이 있습니다.

도구 다운로드