Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/cyberleelawat/cve-2025-20393
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & Education
GitHubcyberleelawat/cve-2025-20393

CVE-2025-20393

Cisco is aware of a potential vulnerability.  Cisco is currently investigating and will update these details as appropriate as more information becomes available.

View Repository
228 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-20393

sparkles

📌 Overview

CVE-2025-20393 is a critical Remote Command Execution (RCE) vulnerability affecting Cisco Secure Email Gateway (SEG) and Cisco Secure Email and Web Manager (SEWM) appliances running Cisco AsyncOS.

The vulnerability exists due to improper input validation in the Spam Quarantine feature. An unauthenticated remote attacker can exploit this flaw by sending crafted HTTP requests, leading to arbitrary command execution with root privileges.

This vulnerability is considered extremely dangerous because:

  • No authentication is required
  • Exploitation happens over the network
  • Complete system compromise is possible
  • Active exploitation has been observed in the wild

🎯 Impact

  • Full root-level access
  • Ability to execute arbitrary system commands
  • Potential data exfiltration
  • Persistent backdoor installation
  • Email infrastructure compromise

CVSS Score: 10.0 (Critical)


🧩 Affected Products & Versions

The following Cisco products are affected if the Spam Quarantine feature is enabled and exposed:

Affected Products

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

Affected Versions

  • All Cisco AsyncOS versions where:
    • Spam Quarantine is enabled
    • Interface is accessible over the internet

✅ Cisco cloud-hosted email security services are NOT affected.


🛠 Patch & Mitigation Status

StatusDetails
Official Patch❌ Not released (as of now)
Known Exploitation✅ Yes (active attacks reported)
Workaround❌ No direct workaround

Recommended Mitigations

  • Disable Spam Quarantine if not required
  • Restrict access using firewall rules
  • Do not expose management interfaces to the internet
  • Place the appliance behind VPN or internal network
  • Monitor HTTP logs for suspicious requests
  • Rebuild appliance if compromise is suspected

🔍 Search 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"

🚀 How to Use

1️⃣ Clone the Repository

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

2️⃣ Run Scanner

Use domain

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

Use subdomain list

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

3️⃣ EXPOSURE CHECK

🛠️ Requirements

Active venv (Virtual Environment)

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+
  • Required Python libraries:
    root@kitploit:~
    pip install requests reportlab
    

4️⃣ 🚀 Usage

🔹 Basic Scan (Console Output Only)

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

✅ Example Output

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️⃣ 📄 Report Generation

🔹 Generate HTML & PDF Report (Current Directory)

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

📂 Output

[+] Report Generated:

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

6️⃣🔹 Generate Report to Custom Path

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

📂 Output

[+] Report Generated:

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

⚠️ Legal Disclaimer

This repository is provided for educational and defensive security purposes only. The author is not responsible for misuse or illegal activities. Always obtain explicit permission before testing any system.


📚 References

  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)
Download Tool