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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-20393 — Cisco는 잠재적인 취약점을 인지하고 있습니다.  Cisco는 현재 조사 중이며 이 세부 정보를 적절히 업데이트할 것입니다 더 많은 정보가 제공됨에 따라. | Kitploit
도구/GitHubGitHub/cyberleelawat/cve-2025-20393
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & Education
GitHubcyberleelawat/cve-2025-20393

CVE-2025-20393

Cisco는 잠재적인 취약점을 인지하고 있습니다.  Cisco는 현재 조사 중이며 이 세부 정보를 적절히 업데이트할 것입니다 더 많은 정보가 제공됨에 따라.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2025-20393

반짝임

📌 개요

CVE-2025-20393은 Cisco AsyncOS를 실행하는 Cisco Secure Email Gateway (SEG) 및 Cisco Secure Email and Web Manager (SEWM) 어플라이언스에 영향을 미치는 치명적인 원격 명령 실행(RCE) 취약점입니다.

이 취약점은 Spam Quarantine(스팸 격리) 기능의 잘못된 입력 검증으로 인해 발생합니다. 인증되지 않은 원격 공격자가 조작된 HTTP 요청을 전송하여 이 결함을 악용할 수 있으며, 이로 인해 루트 권한으로 임의 명령 실행이 가능해집니다.

이 취약점은 다음과 같은 이유로 매우 위험한 것으로 간주됩니다:

  • 인증이 필요하지 않음
  • 네트워크를 통한 악용 가능
  • 전체 시스템 장악 가능
  • 실제 환경에서 활발한 악용이 관찰됨

🎯 영향

  • 완전한 루트 수준 액세스
  • 임의 시스템 명령 실행 능력
  • 잠재적 데이터 유출
  • 지속적인 백도어 설치
  • 이메일 인프라 손상

CVSS 점수: 10.0 (치명적)


🧩 영향을 받는 제품 및 버전

다음 Cisco 제품은 Spam Quarantine 기능이 활성화되고 노출된 경우 영향을 받습니다:

영향을 받는 제품

  • Cisco Secure Email Gateway (SEG)
  • Cisco Secure Email and Web Manager (SEWM)

영향을 받는 버전

  • 모든 Cisco AsyncOS 버전 중 다음 조건에 해당하는 경우:
    • Spam Quarantine이 활성화된 경우
    • 인터페이스가 인터넷을 통해 접근 가능한 경우

✅ Cisco 클라우드 호스팅 이메일 보안 서비스는 영향을 받지 않습니다.


🛠 패치 및 완화 상태

상태세부 정보
공식 패치❌ 현재 미공개
알려진 악용✅ 예 (활발한 공격 보고됨)
해결 방법❌ 직접적인 해결 방법 없음

권장 완화 조치

  • 필요하지 않으면 Spam Quarantine 비활성화
  • 방화벽 규칙을 사용하여 액세스 제한
  • 관리 인터페이스를 인터넷에 노출하지 않음
  • 어플라이언스를 VPN 또는 내부 네트워크 뒤에 배치
  • 의심스러운 요청이 있는지 HTTP 로그 모니터링
  • 손상이 의심되면 어플라이언스 재구축

🔍 검색 Dorks

🌐 Google Dorks

root@kitploit:~
intitle:"Cisco Secure Email Gateway"
root@kitploit:~
inurl:"/spamquarantine" "Cisco"

🕵️ Shodan Dorks

root@kitploit:~
product:"IronPort AsyncOS http config"
root@kitploit:~
product:"Cisco Secure Email Gateway"
root@kitploit:~
http.title:"Cisco Secure Email"

🦊 FOFA Dorks

root@kitploit:~
app="Cisco Secure Email Gateway"
root@kitploit:~
title="Cisco Secure Email"

🔎 Hunter Dorks

root@kitploit:~
product.name="Cisco Email Security Appliance"
root@kitploit:~
title:"Cisco Secure Email"
root@kitploit:~
body:"Cisco AsyncOS"

🌍 ZoomEye Dorks

root@kitploit:~
app="Cisco Secure Email Platform"
root@kitploit:~
device:"Cisco Secure Email"
root@kitploit:~
http.html_title:"Cisco Secure Email Gateway"

🚀 사용 방법

1️⃣ 저장소 클론

root@kitploit:~
git clone https://github.com/cyberleelawat/CVE-2025-20393.git
cd CVE-2025-20393

2️⃣ 스캐너 실행

도메인 사용

root@kitploit:~
nuclei -u https://example.com -t /home/leelawat/Desktop/CVE-2025-20393/cve-2025-20393.yaml

서브도메인 목록 사용

root@kitploit:~
nuclei -l subdomain.txt -t /home/leelawat/Desktop/CVE-2025-20393/cve-2025-20393.yaml

3️⃣ 노출 확인

🛠️ 요구 사항

활성 venv(가상 환경)

root@kitploit:~
sudo apt update
sudo apt install python3-venv -y
root@kitploit:~
python3 -m venv venv
root@kitploit:~
source venv/bin/activate
  • Python 3.8+
  • 필요한 Python 라이브러리:
    root@kitploit:~
    pip install requests reportlab
    

4️⃣ 🚀 사용법

🔹 기본 스캔 (콘솔 출력만)

root@kitploit:~
python3 cve_2025_20393.py -u https://183.78.170.xxx/login

✅ 예시 출력

root@kitploit:~
==============================
 CVE-2025-20393 EXPOSURE CHECK 
 Cisco Email Security Appliance
 Author: Virendra Kumar | Cyber Leelawat
==============================

[!!] EXPOSURE CONFIRMED ✅ (matches nuclei)
[+] URL      : https://183.78.170.xxx/login
[+] Status   : 200
[+] Version  : 11.0.4-004

Impact (Target-Specific):
- Internet-facing Cisco Email Security Appliance login panel exposed
- Exact AsyncOS version disclosed (11.0.4-004) enabling targeted attacks
- HTTPS service uses invalid/self-signed certificate (MITM risk)

5️⃣ 📄 리포트 생성

🔹 HTML 및 PDF 리포트 생성 (현재 디렉터리)

root@kitploit:~
python3 cve_2025_20393.py -u https://183.78.170.xxx/login -r

📂 출력

[+] 리포트 생성됨:

root@kitploit:~
HTML: ./CVE-2025-20393-report.html
PDF : ./CVE-2025-20393-report.pdf

6️⃣🔹 사용자 지정 경로로 리포트 생성

root@kitploit:~
python3 cve_2025_20393.py -u https://183.78.170.xxx/login -r /home/leelawat/Desktop/nasa/

📂 출력

[+] 리포트 생성됨:

root@kitploit:~
HTML: /home/leelawat/Desktop/nasa/CVE-2025-20393-report.html
PDF : /home/leelawat/Desktop/nasa/CVE-2025-20393-report.pdf

⚠️ 법적 고지

이 저장소는 교육 및 방어적 보안 목적으로만 제공됩니다. 작성자는 오용 또는 불법 활동에 대해 책임을 지지 않습니다. 어떤 시스템을 테스트하기 전에 항상 명시적인 허가를 받으십시오.


📚 참고 자료

  1. Github (https://github.com/advisories/GHSA-mrgj-cg36-fgq8)
  2. Nvd (https://nvd.nist.gov/vuln/detail/CVE-2025-20393)
  3. CVE (https://www.cve.org/CVERecord?id=CVE-2025-20393)
도구 다운로드