
A C++ security scanner tool to detect Cross-Site Scripting (XSS) vulnerabilities in Roundcube Webmail installations.
A C++ security scanner tool to detect Cross-Site Scripting (XSS) vulnerabilities in Roundcube Webmail installations.
The scanner checks for the following vulnerable versions:
1.5.x Series:
1.6.x Series:
Upgrade to:
# Install OpenSSL via Homebrew
brew install openssl@3
# Ubuntu/Debian
sudo apt-get install libssl-dev g++ make
# Fedora/RHEL
sudo dnf install openssl-devel gcc-c++ make
make
Or rebuild from scratch:
make rebuild
make clean
Run the compiled binary:
./cve-2025-68461
The tool provides two scanning modes:
Single URL - Scan a single Roundcube Webmail instance
1https://mail.example.com)File Input - Batch scan multiple URLs from a file
2$ ./cve-2025-68461
[*] Scanning Options:
1. URL
2. File
Enter: 1
Enter URL:
https://mail.example.com
[+] VULNERABLE: https://mail.example.com Version: 1.5.10
Create a text file (e.g., urls) with one URL per line:
https://mail.example.com
https://webmail.company.com
http://mail.test.local
The scanner:
rcmail.set_env JavaScript configurationThis tool is for authorized security testing and educational purposes only. Only use this scanner on systems you own or have explicit permission to test. Unauthorized scanning of systems may be illegal and unethical.
c0d3Ninja
This project is provided as-is for security research and educational purposes.