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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-1731 — Proof-of-concept exploit for CVE-2026-1731, a blind RCE in BeyondTrust Privileged Remote Access and Remote Support, allowing remote command execution on vulnerable versions. | Kitploit
도구/GitHubGitHub/jakubie07/cve-2026-1731
Vulnerability AnalysisExploitationPenetration TestingRed TeamingRemote Access Trojan
GitHubjakubie07/cve-2026-1731

CVE-2026-1731

Proof-of-concept exploit for CVE-2026-1731, a blind RCE in BeyondTrust Privileged Remote Access and Remote Support, allowing remote command execution on vulnerable versions.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2026-1731 블라인드 RCE PoC

영향을 받는 버전:

  • Privileged Remote Access: <= 24.3.4
  • Remote Support: <= 25.3.1

자세한 내용은 attackerkb.com의 분석을 읽어보시길 권장합니다.

빌드 방법

이 PoC를 빌드하려면 다음 도구가 필요합니다: Git, rust

  1. 내 저장소를 클론합니다
root@kitploit:~
git clone https://github.com/jakubie07/CVE-2026-1731.git
  1. 디렉토리로 이동하여 빌드합니다
root@kitploit:~
cd CVE-2026-1731
cargo build --release
  1. 코드가 컴파일될 때까지 기다리면 CVE-2026-1731 바이너리가 target/release에 위치합니다

Unix 환경 (MacOS/Linux)

root@kitploit:~
cd target/release
chmod +x ./CVE-2026-1731
./CVE-2026-1731 -h

Windows 환경:

root@kitploit:~
cd target/release
./CVE-2026-1731.exe -h

사용법

./CVE-2026-1731 -h를 실행하여 사용 가능한 옵션 목록을 확인할 수 있습니다

사용 예시:

root@kitploit:~
./CVE-2026-1731 --targets targets.txt --command "whoami"

참고: CVE-2026-1731은 블라인드 RCE이므로 호스트에서 취약점 여부를 확인할 수 있는 응답이 반환되지 않습니다. 요청은 성공할 수 있지만 취약하지 않은 대상에서는 RCE가 트리거되지 않습니다. 대상에 대한 테스트에는 webhook.site 또는 PortSwigger's Burp Collaborator와 같은 서비스를 사용하는 것이 좋습니다. 이 PoC의 성공 또는 실패 여부는 서버가 상태 코드 200으로 응답하는지 여부에 따라 결정됩니다.

할 일

  • GET /get_rdf?comp=sdcust&locale_code=en-us 엔드포인트를 통한 악용 전 버전 확인 기능 추가

참고 자료

https://github.com/win3zz/CVE-2026-1731

https://nvd.nist.gov/vuln/detail/CVE-2026-1731

훌륭한 분석: https://attackerkb.com/topics/jNMBccstay/cve-2026-1731/rapid7-analysis

도구 다운로드