Two MikroTik RouterOS SSH flaws chained together let attackers take full control of exposed routers without a password or SSH key. Here's what you need to know.
Imagine a burglar who doesn't need to pick your lock, guess your alarm code, or even touch your front door. They just walk in through a window you didn't know was open. That's essentially what's happening with a new attack called MikroTrick, and it's targeting MikroTik routers around the world.
Security researchers at CERT Polska recently uncovered a nasty chain of two vulnerabilities in MikroTik's RouterOS that lets attackers take full control of internet-exposed routers without a password, an SSH key, or even completing the login process. If you manage MikroTik gear, this is one you can't afford to ignore.
### What Exactly Is MikroTrick?
MikroTrick is a combination of two separate flaws that, when chained together, spell disaster. The first is an SSH state-machine vulnerability (CVE-2026-67279). Think of it like a conversation where the attacker can skip ahead in the script, bypassing the usual back-and-forth that proves you're supposed to be there. The second is an argument-injection bug in the RouterOS login process (CVE-2026-86060). This one lets attackers sneak in extra commands that the system mistakenly treats as legitimate.
Individually, these bugs might not seem catastrophic. But together? They create a perfect storm. Attack logs show this exploit has been active in the wild, meaning real attackers are already using it.
### Why This Attack Is So Dangerous
Most router attacks require some level of access—a stolen password, a leaked key, or a misconfiguration. MikroTrick bypasses all of that. Here's why it's particularly alarming:
- **No credentials needed:** Attackers don't need a password or SSH key. They exploit the flaws before authentication even completes.
- **Full administrative control:** Once in, they can change firewall rules, redirect traffic, install backdoors, or lock you out entirely.
- **Internet-exposed routers are prime targets:** If your router's SSH port is open to the internet, you're a potential victim.
- **Silent and stealthy:** Because the attack doesn't trigger normal login failures, it can fly under the radar of basic monitoring.
> "The most dangerous vulnerabilities are the ones that let attackers waltz right in without knocking. MikroTrick is a masterclass in why authentication isn't just a gate—it's the whole fence."
### How to Protect Your Network
First, don't panic—but do act. If you manage MikroTik routers, here's what you should do right now:
- **Update RouterOS immediately.** MikroTik has likely released patches for these CVEs. Check their official security advisories and apply the latest firmware.
- **Disable SSH access from the internet.** Unless you absolutely need it, block SSH on your WAN interface. Use a VPN or a secure management network instead.
- **Enable logging and monitoring.** Look for unusual SSH connection attempts or unexpected configuration changes. Even if the attack is stealthy, anomalies can be spotted.
- **Segment your network.** Don't let a compromised router give attackers the keys to your entire kingdom. Use VLANs and strict firewall rules.
- **Consider antidetect browsers for admin access?** Wait, that's not quite right. Antidetect browsers are for masking your online identity, not securing routers. But if you're managing multiple router interfaces from a single machine, tools that isolate sessions can add a layer of privacy. Just don't confuse the two—router security is about patching and configuration.
### The Bigger Picture
MikroTrick is a reminder that even trusted networking equipment can have serious flaws. It's not about blaming MikroTik—every vendor has bugs. It's about staying vigilant. Attackers are constantly looking for ways to bypass authentication, and chaining vulnerabilities is a favorite tactic.
So, take a few minutes today to check your router's firmware version. If it's outdated, update it. If SSH is exposed, close it. And maybe share this with a friend who runs a MikroTik setup. A little prevention goes a long way.
Stay safe out there.