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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-63499 — POC for CVE-2025-63499 | Kitploit
도구/GitHubGitHub/poblaguev-tot/cve-2025-63499
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubpoblaguev-tot/cve-2025-63499

CVE-2025-63499

POC for CVE-2025-63499

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

theme 매개변수의 대상 지정 반사형 XSS

연구자: Arseniy Poblaguev, Daniil Khomichenok

영향을 받는 버전 <= 5.12.4 ( https://github.com/Alinto/sogo/releases/tag/SOGo-5.12.4 )

날짜: 02.12.2025


theme 매개변수에 반사형 XSS 취약점이 있습니다:

https://email.victim.com/SOGo/so/[email protected]/Mail/view?theme=%27%3CScRiPt%20%3Ealert%28%27XSS%5FTEST%27%29%3C%2FScRiPt%3E

취약점을 성공적으로 악용하려면 잠재적 피해자의 이메일 주소를 알고 해당 피해자에게 페이로드를 전송할 수 있어야 하며, 이는 smtp-user-enum 또는 정찰(recon)을 통해 가능합니다. 이 경우에만 취약점이 올바르게 트리거됩니다. 또한 피해자가 유효한 SOGO 세션을 가지고 있어야 한다는 점에 유의해야 합니다.

주입이 포함된 theme 매개변수의 코드:

root@kitploit:~
- (NSString *) relativePathToUserFolderSubPath: (NSString *) _sub
{
  NSString *dst, *rel, *theme;

  dst = [[self userFolderPath] stringByAppendingPathComponent: _sub];
  rel = [dst urlPathRelativeToPath:[self ownPath]];

  theme = [[context request] formValueForKey: @"theme"];
  if ([theme length])
    rel = [NSString stringWithFormat: @"%@?theme=%@", rel, theme];

  return rel;
}

수정: https://github.com/Alinto/sogo/commit/16ab99e7cf8db2c30b211f0d5e338d7f9e3a9efb

도구 다운로드