CVE-2026-67276
Received
Received - Intake
RouterOS SSH Authentication Bypass via RSA Key Forgery
Vulnerability report for CVE-2026-67276, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-05
Last updated on: 2026-09-05
Assigner: CERT.PL
Description
Description
RouterOS does not compare the complete RSA public key when matching an SSH authentication request to an authorized user key, checking the key type and modulus but omitting the exponent. Because signature verification uses the client-supplied key, an attacker knowing an authorized RSA modulus can supply a key with exponent one, forge a valid signature, and open an SSH command channel as the target user without the private key.This issue was fixed in versions:Β 6.49.21 (Long-term),Β 7.23.4 (Long-term)Β andΒ 7.24.2 (Stable)
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mikrotik | routeros | 6.49.21 |
| mikrotik | routeros | 7.23.4 |
| mikrotik | routeros | 7.24.2 |
| mikrotik | routeros | to 6.49.21 (exc) |
| mikrotik | routeros | to 7.23.4 (exc) |
| mikrotik | routeros | to 7.24.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-347 | The product does not verify, or incorrectly verifies, the cryptographic signature for data. |