CVE-2025-1718 - Hitachi Energy FTP Reboot Vulnerability Scanner
# 🚨 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)
[4.0K] /data/pocs/3db464ab4f25962be1ac009850181f6baa10d12f
├── [1.5K] README.md
├── [ 9] requirements.txt
├── [2.5K] scanner.py
└── [ 12] trigger.txt
0 directories, 4 files