122,500+
MikroTik RouterOS devices with SSH exposed to the public internet, identified by Shadowserver Foundation on September 5, 2026 -- each one a live target for the MikroTrick pre-auth root exploit chain combining CVE-2026-67276 and CVE-2026-86060
CVSS 9.2
Critical severity rating for both CVE-2026-67276 (SSH authentication bypass) and CVE-2026-86060 (privilege escalation), which chain together for full administrative root access on any internet-facing MikroTik RouterOS device
Sept 2
Date exploitation of CVE-2026-67276 and CVE-2026-86060 began in the wild, one day before MikroTik released patched RouterOS builds -- confirming MikroTrick was weaponized as a true zero-day before any public patch existed
6
Total RouterOS vulnerabilities in the MikroTrick bundle disclosed by CERT Polska, spanning SSH server and client, the bandwidth-test service, X.509 certificate validation, and WebFig -- with CVE-2026-67276 and CVE-2026-86060 forming the critical unauthenticated root access chain

SponsoredHorizon3.ai

Proactive Security for the AI Era

NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.

See NodeZero WebApp in action

CVE-2026-67276 and CVE-2026-86060 chain together to give unauthenticated attackers full root access to MikroTik RouterOS devices via SSH, and exploitation started September 2, 2026 -- one day before patches shipped. CERT Polska named the chain MikroTrick and confirmed that 122,500 RouterOS devices had SSH exposed to the public internet as of September 5. CISA added both CVEs to the Known Exploited Vulnerabilities catalog on September 10, 2026.

CVE-2026-67276 (CVSS 9.2) is an SSH authentication bypass in RouterOS that exploits incomplete RSA public key validation. An attacker who knows a valid username and the public modulus of that user's RSA key can forge an alternative RSA key that passes RouterOS's partial validation, authenticating without the legitimate private key. CVE-2026-86060 (CVSS 9.2) is a privilege escalation in RouterOS's SSH session handling that grants full administrative access when the attacker logs in using a specially crafted username string beginning with a disallowed character. Together, the two flaws require no credentials, no prior access, and no user interaction to reach root on any internet-facing RouterOS device with SSH enabled.

MikroTik RouterOS is deployed at scale across ISPs, enterprise network edges, branch offices, and managed service provider environments. A compromised MikroTik router gives attackers a privileged vantage point on the network perimeter: DNS interception, traffic redirection, credential harvesting from unencrypted protocols, and a covert proxy node for further intrusions. CERT Polska confirmed two attacker IP addresses active in the campaign and documented the creation of a backdoor account named 'ops' as the primary persistence mechanism.

Any organization with internet-accessible RouterOS devices must apply the patch from the MikroTik security advisory immediately. Fixed releases are RouterOS 7.24.2, 7.23.4, and 6.49.21.

How Does the MikroTrick SSH Authentication Bypass Work?

The MikroTrick attack chain combines two distinct CVSS 9.2 vulnerabilities, each targeting a different failure in RouterOS's SSH implementation.

CVE-2026-67276: Incomplete RSA Key Validation

RouterOS implements SSH public key authentication by checking whether a connecting client's RSA key matches an authorized key stored on the device. The flaw is that RouterOS validates only a partial portion of the RSA public key during the comparison rather than verifying the complete key. An attacker who knows a valid username and the public modulus of that user's RSA key can mathematically construct an alternative RSA key that produces the same partial match RouterOS checks. RouterOS accepts the forged key as valid, authenticating the attacker without the legitimate user's private key. No brute force is required. The attack succeeds in a single SSH connection attempt once a valid username is known.

CVE-2026-86060: Username-Based Privilege Escalation

Once the attacker establishes a low-privilege session via CVE-2026-67276, CVE-2026-86060 escalates it to full administrative access. RouterOS fails to sanitize or reject SSH usernames that begin with a specific disallowed character. A crafted username causes RouterOS's SSH session handler to allocate a session with full administrative privileges. The attacker's initially low-privilege session is upgraded to root without any additional credential check.

CVE-2026-67277: Bandwidth-Test DoS

A third flaw, CVE-2026-67277, affects RouterOS's bandwidth-test service. The service accepts related connections before the primary session completes authentication, allowing an unauthenticated client to leak kernel memory or cause a remote device crash. This flaw does not enable root access but represents a denial-of-service risk on devices with the bandwidth-test service running on TCP port 2000.

All three vulnerabilities were fixed in RouterOS 7.24.2, 7.23.4, and 6.49.21, released September 3, 2026.

Which RouterOS Versions Are Affected and How Many Devices Are Exposed?

All RouterOS builds released before September 3, 2026 are vulnerable to CVE-2026-67276 and CVE-2026-86060. The Shadowserver Foundation found 122,500 RouterOS devices with SSH exposed to the public internet during a 24-hour scan on September 5 -- after patches were released but before most organizations had deployed them. Each of those devices is a target the MikroTrick chain can compromise without any credentials.

Fixed RouterOS versions:

  • 7.24.2 (Stable, released September 3, 2026)
  • 7.23.4 (Long-term, released September 3, 2026)
  • 6.49.21 (Legacy Long-term, released September 3, 2026)
  • 7.25beta3 (Testing branch, also patched)

RouterOS is widely deployed across three high-concentration environments. ISPs and telecoms use MikroTik for subscriber management, BGP edge routing, and CGNAT infrastructure -- a compromised ISP router has network-level access to all subscriber traffic. Enterprise branch and SD-WAN edges use RouterOS for site connectivity, giving attackers a trusted network node inside the branch perimeter. Managed service providers manage large RouterOS estates across client sites, where one missed update cycle across a template creates broad exposure.

MikroTik Cloud Hosted Router instances in cloud environments are also affected when running pre-patch builds with SSH accessible from public addresses. Restricting SSH to management IP ranges reduces attack surface but does not eliminate the underlying vulnerability.

The attack requires only TCP/22 to be reachable and a valid username to exist on the device. Many default RouterOS configurations include the 'admin' user, giving attackers a known-valid username without reconnaissance. For organizations managing MikroTik estates, the effective scope is every internet-facing RouterOS device not yet running a September 3 or later build.

See also the N-able N-central CVE-2026-86218 MSP supply chain risk for the parallel pattern of MSP-managed infrastructure targeted via pre-auth RCE.

Free daily briefing

Briefings like this, every morning before 9am.

Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.

Confirmed Attack Activity and Threat Actor Indicators

CERT Polska confirmed exploitation of the MikroTrick chain starting September 2, 2026 -- one day before MikroTik published patches. Attackers operated inside a zero-day window with no public fix available, targeting RouterOS devices via automated SSH scanning.

Two attacker IP addresses are documented in CERT Polska's disclosure:

  • 82.192.72.4: Confirmed successful attacks resulting in device compromise
  • 103.102.31.18: Documented in exploitation attempts

The primary persistence mechanism is creation of a user account named 'ops' with full administrative privileges. This account is written via the exploit chain using CVE-2026-86060's crafted username to elevate privileges before the account write completes. The name 'ops' blends into router configurations where operator accounts are common in ISP environments.

A secondary log indicator is the appearance of '-2' as an SSH username in RouterOS system logs. This character sequence is the disallowed-prefix value used in CVE-2026-86060 exploitation. RouterOS logs SSH login failures and session creation events with the exact username presented, making log analysis reliable for both attack detection and post-incident investigation.

Specific log patterns to search (CERT Polska):

  • login failure for user -2 from <ip> via ssh -- CVE-2026-86060 privilege escalation attempt detected
  • user <name> added by ssh:-2@<ip> -- successful account creation via the exploit chain confirmed

No specific threat actor group has been attributed to the September 2 exploitation wave. The attack pattern is consistent with automated scanning infrastructure. Shodan, FOFA, and similar search engines index MikroTik SSH banners, making target identification trivial for any attacker with the exploit.

Subscribe to unlock Indicators of Compromise

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Sigma Detection Rules for MikroTrick RouterOS SSH Exploitation

The following rules detect MikroTrick exploitation attempts and post-exploitation account creation using RouterOS syslog entries forwarded to a SIEM. Both rules carry experimental status. Deploy in alert-only mode first and validate against your RouterOS log baseline before enabling automated response actions. Requires RouterOS syslog forwarding configured under System, Logging, Actions.

Rule 1: MikroTrick SSH Auth Bypass Attempt Detects the '-2' username in RouterOS SSH log entries, the specific indicator of CVE-2026-86060 privilege escalation attempts. Any match represents an active exploitation attempt against this device.

Rule 2: MikroTrick Post-Exploitation Account Creation Detects the 'ops' backdoor account being added via SSH following successful MikroTrick exploitation. A single match on this rule should be treated as a confirmed device compromise requiring immediate incident response.

Subscribe to unlock Sigma Detection Rules

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Subscribe to unlock Sigma Hunt Queries

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Subscribe to unlock WAF Detection Rules

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Immediate Remediation Steps for CVE-2026-67276 and CVE-2026-86060

Apply the patch as the primary action. There are no software workarounds that eliminate CVE-2026-67276 or CVE-2026-86060. Restricting SSH access reduces the attack surface while patching is arranged. Devices that were internet-accessible before patching require credential rotation and forensic log review before returning to service.

Apply official patch →mikrotik.com/supportsec/september-2026-vulnerability

Subscribe to unlock Remediation & Mitigation steps

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Why MikroTik RouterOS SSH Authentication Bypass Matters for Network Security

MikroTik RouterOS is not an edge case. It is the routing and firewall platform for thousands of ISPs, hundreds of thousands of enterprise branch offices, and millions of small business networks worldwide. When a pre-auth root chain like MikroTrick lands with 122,500 devices reachable from the internet on day one, the math for defenders is unfavorable: attackers had automated tooling, a known target list indexed by Shodan, and a 24-hour zero-day window before any patch existed.

The MikroTrick attack pattern confirms a lesson repeated across Fortinet, Cisco, and Palo Alto perimeter CVEs: the network edge device is not just a tool to protect the network, it is itself a high-value attack target. Compromise of a MikroTik router does not merely give an attacker one device. It gives them a trusted network node that routes, inspects, and forwards traffic for every device behind it. DNS redirection, credential interception, and lateral movement via the router's privileged position are all possible without any additional exploits.

The SSH management plane is the critical lesson here. Unlike web application vulnerabilities where WAF rules can provide interim protection, SSH authentication bypasses have no HTTP-layer mitigation path. CVE-2026-67276 fails at the cryptographic comparison level, not at the payload content level. The only effective controls are patching and SSH access restriction. Any organization that exposes router SSH management interfaces to the public internet is trading the convenience of remote access for unrestricted attacker access when a flaw like CVE-2026-67276 lands.

For teams managing MikroTik estates, the operational takeaway is to treat RouterOS firmware updates with the same urgency applied to internet-facing servers. A perimeter router running outdated firmware is not a low-risk system. It is the first and most trusted node attackers want to control.

See also the Cisco FMC CVE-2026-20079 pre-auth root RCE and the WatchGuard Firebox CVE-2025-14733 ransomware exploitation for closely related perimeter appliance compromise patterns from the same period.

The bottom line

MikroTrick, the CVE-2026-67276 and CVE-2026-86060 SSH attack chain, has given unauthenticated attackers root access to MikroTik RouterOS devices since September 2 -- one day before patches were available. With 122,500 devices still exposing SSH to the internet and CISA KEV confirming active exploitation, every unpatched RouterOS device with public SSH access is a live target. Patch to RouterOS 7.24.2, 7.23.4, or 6.49.21 from the official advisory now. While patching, restrict SSH to management IP ranges. Check logs for 'login failure for user -2' and 'user ops added by ssh' entries. Remove any 'ops' or '-2' accounts found on devices and rotate all credentials stored on or accessible through compromised routers.

This analysis is generic. create a free account to score threats like this against your own stack.

Frequently asked questions

What is the MikroTrick exploit?

MikroTrick is the name CERT Polska assigned to a two-CVE attack chain targeting MikroTik RouterOS devices via SSH. CVE-2026-67276 is a CVSS 9.2 SSH authentication bypass that lets an attacker authenticate as a legitimate user without that user's RSA private key, exploiting incomplete key validation during the SSH handshake. CVE-2026-86060 is a CVSS 9.2 privilege escalation that grants full administrative access when an attacker logs in using a specially crafted SSH username beginning with a disallowed character. Chained together, the two vulnerabilities give an unauthenticated attacker root-level control of any internet-facing MikroTik RouterOS device. Exploitation started September 2, 2026, one day before patches shipped.

How does CVE-2026-67276 RouterOS SSH authentication bypass work?

CVE-2026-67276 is rooted in how RouterOS validates RSA public keys during SSH authentication. RouterOS verifies only a portion of the RSA public key associated with an authorized user rather than comparing the complete key. An attacker who knows a valid username and the public modulus of the target user's RSA key can construct an alternative RSA key that passes RouterOS's partial validation, authenticating without ever possessing the legitimate private key. The flaw requires no credentials and no user interaction. Access to any username that has RSA key authentication enabled is sufficient to trigger the bypass.

How do I check if my MikroTik router has been compromised by MikroTrick?

Check RouterOS system logs for three specific indicators. Search for 'login failure for user -2' -- this indicates a CVE-2026-86060 privilege escalation attempt. Search for 'user added by ssh:-2@' followed by an IP address -- this indicates successful account creation via the exploit. Review the user list under System then Users for accounts named 'ops' or '-2' not manually created by your team. Also check scripts and scheduled tasks for unauthorized entries. If any of these indicators are present, treat the device as compromised and begin incident response before applying the patch.

Which MikroTik RouterOS versions are affected by CVE-2026-67276?

CVE-2026-67276 and CVE-2026-86060 affect all RouterOS builds released before September 3, 2026. Fixed versions are RouterOS 7.25beta3, 7.24.2 (Stable), 7.23.4 (Long-term), and 6.49.21 (Legacy Long-term). Any RouterOS device running an earlier build with SSH enabled and reachable from untrusted networks is vulnerable. MikroTik Cloud Hosted Router (CHR) instances running affected RouterOS versions are also impacted if SSH is accessible from the internet. The companion vulnerability CVE-2026-67277, a bandwidth-test service DoS, affects the same version ranges and was fixed in the same patch releases.

Is CVE-2026-67276 being actively exploited right now?

Yes. CERT Polska confirmed that attackers exploited CVE-2026-67276 and CVE-2026-86060 starting September 2, 2026, one day before MikroTik released patches, making these true zero-days. CISA added both CVEs to the Known Exploited Vulnerabilities catalog on September 10. Confirmed attack IPs include 82.192.72.4 and 103.102.31.18. Attackers create an account named 'ops' as a persistence mechanism. With 122,500 RouterOS devices having SSH exposed to the internet, active scanning and exploitation is ongoing against unpatched devices.

How do I patch MikroTik CVE-2026-67276 and CVE-2026-86060?

Navigate to the MikroTik security advisory at mikrotik.com/supportsec/september-2026-vulnerability and upgrade RouterOS to version 7.24.2, 7.23.4, or 6.49.21 depending on your release track. Update through Winbox under System, Packages, Check for Updates, or via CLI with '/system package update install'. A reboot is required to complete the upgrade. While patching is pending, restrict SSH to trusted management IP ranges using '/ip firewall filter add chain=input protocol=tcp dst-port=22 src-address-list=management action=accept' and drop all other SSH connections. If remote SSH access is not required, disable SSH entirely from the Services menu.

What do attackers do after hijacking a MikroTik router with MikroTrick?

After gaining root access via CVE-2026-67276 and CVE-2026-86060, attackers create a persistent backdoor account (documented as 'ops') and harvest credentials. MikroTik routers in ISP and enterprise environments store BGP peer credentials, OSPF authentication keys, and VPN pre-shared keys. Attackers can redirect DNS queries to attacker-controlled resolvers to intercept traffic or enable transparent proxying. Compromised routers become covert proxy nodes in botnet campaigns. In financially motivated intrusions, the router's privileged network position enables passive credential interception from unencrypted protocols traversing the device.

Does CVE-2026-67276 affect MikroTik Cloud Hosted Router instances?

Yes. MikroTik Cloud Hosted Router (CHR) instances running RouterOS versions before 7.24.2, 7.23.4, or 6.49.21 are vulnerable to CVE-2026-67276 and CVE-2026-86060 if SSH is enabled and accessible from the internet. CHR instances deployed in cloud environments often have public IP addresses with SSH directly exposed, making them higher-risk targets. Apply the same patch priority as physical RouterOS hardware. After patching CHR instances, audit SSH authorized keys and user accounts for unauthorized additions, and verify that cloud security group rules restrict SSH to management IP ranges.

Sources & references

  1. MikroTik Security Advisory: September 2026 Vulnerability (MikroTrick)
  2. CERT Polska: MikroTik RouterOS vulnerabilities actively exploited
  3. CISA KEV: CVE-2026-67276 and CVE-2026-86060 added September 10, 2026
  4. BleepingComputer: Hackers exploit new MikroTik RouterOS flaws to hijack routers
  5. Help Net Security: Hackers exploit RouterOS flaws to hijack MikroTik devices without authentication

Free resources

25
Free download

Critical CVE Reference Card 2025–2026

25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.

No spam. Unsubscribe anytime.

Free download

Ransomware Incident Response Playbook

Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.

No spam. Unsubscribe anytime.

Free newsletter

Get threat intel before your inbox does.

50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.

Unsubscribe anytime. We never sell your data.

Eric Bang
Author

Founder & Cybersecurity Evangelist, Decryption Digest

Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.

Giveaway: InfoSec World 2026 All Access Pass ($3,895 value)

Details →
Daily Briefing

Subscribe to enter the giveaway

Every subscriber is automatically entered. You also get daily threat intel every morning: zero-days, ransomware, and nation-state campaigns. Free. No spam.

Already subscribed? You're already entered.

Giveaway

Win a $3,895 InfoSec World 2026 pass.