Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2761+ Articles
166+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-86060: MikroTik RouterOS SSH Privilege Escalation
CVE-2026-86060: MikroTik RouterOS SSH Privilege Escalation

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-86060

CVE-2026-86060: MikroTik RouterOS SSH Privilege Escalation

Unauthenticated attackers can escalate to full admin control on MikroTik RouterOS via a crafted SSH username; CISA lists it as actively exploited.

Dylan H.

Security Team

September 11, 2026
4 min read

Affected Products

  • MikroTik RouterOS 6.x — versions before 6.49.21 (Long-term)
  • MikroTik RouterOS 7.x — versions before 7.23.4 (Long-term)
  • MikroTik RouterOS 7.x — versions before 7.24.2 (Stable)

Overview

CISA has added CVE-2026-86060, a critical privilege-escalation vulnerability in MikroTik RouterOS, to its Known Exploited Vulnerabilities (KEV) catalog. The flaw sits in RouterOS's SSH login handling and lets an attacker manipulate the device's trusted policy mask through a specially crafted username, ultimately gaining full administrative control without ever authenticating.

The bug is tracked under CWE-88 (Improper Neutralization of Argument Delimiters in a Command) and carries a CVSS score of 9.2. It was identified by Poland's CERT Polska as one of six vulnerabilities disclosed together in RouterOS, two of which can reportedly be chained for complete, unauthenticated device takeover.


Technical Details

FieldValue
CVE IDCVE-2026-86060
SeverityCritical (CVSS 9.2)
WeaknessCWE-88 — Argument Injection
Attack VectorNetwork (SSH)
AuthenticationNone Required
ImpactFull administrative control
KEV AddedSeptember 10, 2026
Federal DeadlineSeptember 13, 2026

How It Works

RouterOS's SSH login helper fails to properly sanitize usernames that begin with a prohibited character. By reaching the login helper with an unauthenticated SSH session and submitting a crafted username, an attacker can alter the router's trusted policy mask — the mechanism RouterOS uses to define what administrative functions a given user or process is permitted to execute. Once that mask is manipulated, the attacker inherits privileges far beyond what an unauthenticated party should ever hold.

Because the flaw is reachable pre-authentication, exploitation requires nothing more than network access to the SSH service — no valid credentials, no user interaction.

A Related Flaw

CISA simultaneously flagged a companion issue, CVE-2026-67277, a missing-authentication vulnerability in RouterOS's bandwidth-test service (btest, CWE-306) that can leak kernel memory and trigger denial-of-service conditions. Devices exposed on both services should be treated as high priority.


Impact Assessment

RouterOS runs on millions of MikroTik routers and access points deployed by ISPs, enterprises, and home-lab operators worldwide. A device compromised via CVE-2026-86060 can be used to:

  • Intercept, redirect, or drop network traffic
  • Alter firewall and routing policy to enable further intrusion
  • Serve as a pivot point into internal networks
  • Join large-scale botnets — RouterOS devices have historically been targeted for exactly this purpose

CISA's inclusion of this flaw under Binding Operational Directive 26-04 signals that federal agencies must treat remediation as a forensic-triage event rather than routine patching, reflecting the severity of a fully unauthenticated root-level compromise on edge networking equipment.


Mitigation

Immediate Actions

  • Upgrade RouterOS immediately to 6.49.21 (Long-term), 7.23.4 (Long-term), 7.24.2 (Stable), or later
  • Disable or restrict SSH exposure — do not expose the SSH management interface to the internet; limit access to trusted management networks or a VPN
  • Restrict or disable btest if not actively required, to close the companion CVE-2026-67277 path
  • Review router configurations for unauthorized policy or firewall changes following the upgrade

Detection Opportunities

  • Audit SSH logs for connection attempts using unusual or malformed usernames
  • Look for unexpected changes to user policy masks or administrative accounts
  • Monitor for anomalous outbound traffic or new firewall/NAT rules that weren't operator-initiated

Why This Matters

Edge networking gear like MikroTik routers sits at the perimeter of thousands of networks and is frequently internet-facing by design — making pre-auth, full-compromise flaws like this one especially dangerous. Given that CISA has confirmed active exploitation and a tight federal remediation window, organizations running RouterOS should treat this as an emergency patch cycle rather than routine maintenance.


References

  • NVD — CVE-2026-86060
  • CISA Known Exploited Vulnerabilities Catalog
  • MikroTik RouterOS Downloads
#MikroTik#RouterOS#CVE-2026-86060#Privilege Escalation#CISA KEV#SSH#Network Security

Related Articles

Attackers Hijack MikroTik Routers Through Internet-Exposed SSH Without Authentication

CERT Polska warns of active attacks gaining full admin control of internet-facing MikroTik RouterOS devices via SSH with no authentication needed.

2 min read

CISA Adds Actively Exploited Linux Root Access Bug

The U.S. Cybersecurity and Infrastructure Security Agency has added CVE-2026-31431, a Linux kernel privilege escalation flaw enabling root access, to its...

4 min read

CVE-2026-16232: Check Point SmartConsole Improper Authentication

A critical improper authentication flaw in Check Point SmartConsole allows unauthenticated remote attackers to steal login tokens and gain full admin...

5 min read
Back to all Security Alerts