Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-39042 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

An issue in MikroTIk (SIA Mikrotikls, Latvia) RouterOS 7.21.x before v.7.21.4 and 7.22.x before v.7.22.2 allows a remote attacker to cause a denial of service via the unflatten() function in libumsg.so.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-190Integer Overflow or WraparoundCISA-ADP

Affected Products

ProductVersions
MikroTik RouterOS
>= 7.21, < 7.21.4
>= 7.22, < 7.22.2

CPE

  • cpe:2.3:o:mikrotik:routeros:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 7.21.4moderate effort
  • Upgrade: 7.22.2moderate effort
  • Workaround:low effort

    Disable unnecessary services: /ip service disable telnet,ftp,api Enable strong crypto (disables weak SSH algorithms): /ip ssh set strong-crypto=yes Restrict management access to trusted IPs: /ip service set ssh address=192.168.88.0/24 /ip service set www address=192.168.88.0/24 /ip service set winbox address=192.168.88.0/24 Add firewall rules: /ip firewall filter add chain=input action=drop \ dst-port=22,80,8291,8728,8729 \ src-address=!192.168.88.0/24 \ comment="Restrict management" Keep RouterOS updated: /system package update check-for-updates

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-39042
NVD Published Date:
Jul 13, 2026
NVD Last Modified:
Jul 15, 2026
Source:
[email protected]
CVE-2026-39042 Details - Not Deferred