
CVE-2026-86060 - CVE-2026-67279 - CVE-2026-67276 RouterOS SSH
This repository contains proof-of-concept (PoC) scripts for several MikroTik RouterOS security issues researched and documented in 2026. The materials are intended for authorized security research, laboratory validation, and controlled testing only.
This project is not a production application, not a general-purpose tool, and not intended for use against systems without explicit authorization.
The collection currently includes:
CVE-2026-86060
CVE-2026-67276
CVE-2026-mikrotik-poc/
├── README.md
├── .gitignore
├── CVE-2026-86060.py
├── CVE-2026-67276/
│ ├── CVE-2026-67276.py
│ ├── forge_67276.py
│ └── ...
└── .venv/ # local environment, typically excluded from git
This repository is for:
This repository must not be used against public or third-party infrastructure without proper authorization and legal review.
The scripts are Python-based and require:
Install the dependency with:
python3 -m pip install paramiko
Clone the repository and enter the project directory:
git clone <repository-url>
cd CVE-2026-mikrotik-poc
Create a virtual environment if needed:
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install paramiko
Display the script's built-in help and options:
python3 CVE-2026-86060.py --help
Run the script against a lab target:
python3 CVE-2026-86060.py <router-ip>
Display the script's built-in help:
python3 CVE-2026-67276/CVE-2026-67276.py --help
Run the script in an authorized lab environment:
python3 CVE-2026-67276/CVE-2026-67276.py --host <router-ip> --user <username>
Use this repository responsibly and only in accordance with applicable laws, policies, and contractual obligations. It is the user's responsibility to ensure that all testing is authorized and isolated from production systems.
This project is provided for educational and research purposes only. The authors do not condone unauthorized access or malicious use. All use must be limited to environments you own, operate, or are explicitly authorized to test.
This project was created for research and defensive learning, with code associated to public disclosure research around MikroTik RouterOS vulnerabilities.