## https://sploitus.com/exploit?id=D7AF602D-8C0B-5866-857F-78C80ED99A68
# ๐จ CVE-2025-1718 Scanner - FTP Reboot Vulnerability in Hitachi Energy Devices
  
## ๐ Description
**CVE-2025-1718** is a high-severity vulnerability in **Hitachi Energy Relion 670/650** and **SAM600-IO** products. A local authenticated user with FTP access can **cause the device to reboot** unexpectedly by **exhausting disk space**, leading to **denial of service (DoS)**.
- **Attack Vector:** Network (FTP)
- **Privileges Required:** Low (Authenticated FTP access)
- **Impact:** System reboot (DoS)
- **CVSS Score:** 7.1 (High)
---
## ๐ ๏ธ Features
- โ FTP authentication and connection
- โ Disk space check trigger
- โ Log output with color and effects
- โ Safe threading & timeout
- โ Custom banner
---
## ๐ Installation
```bash
git clone https://github.com/issamjr/CVE-2025-1718-Scanner.git
cd CVE-2025-1718-Scanner
pip install -r requirements.txt
```
---
## โ๏ธ Usage
```bash
python3 scanner.py --host <TARGET_IP> --port 21 --user <FTP_USER> --pass <FTP_PASS>
```
Example:
```bash
python3 scanner.py --host 192.168.1.100 --port 21 --user test --pass test123
```
---
## โ ๏ธ Disclaimer
This tool is for educational and authorized testing purposes only. Misuse may violate laws and result in criminal charges.
---
## ๐จโ๐ป Developed by [issamjr](https://github.com/issamjr)