Description
mtr is vulnerable to Out-of-bound read vulnerability in ipinfo_lookup() function. An attacker who can influence the TXT response used for AS lookups can trigger this bug by returning a DNS response that is larger than 512 bytes and uses a crafted compression pointer in the answer NAME field. ipinfo_lookup() function uses the length of the response as the end-of-message boundary for dn_expand() function. The result is a reliable crash.


This issue exists in the mtr through version 0.96 and it was fixed in commit 48e1794414d338ce47abc0f27c25ade8788af9c3.
Published: 2026-07-10
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

mtr contains an out‑of‑bounds read in the ipinfo_lookup() function. When the program receives a TXT DNS response that exceeds the 512‑byte limit and contains a crafted compression pointer, the dn_expand() routine reads past the intended buffer boundary, causing the mtr process to crash predictably. This crash results in a denial of service but does not leak information or provide code execution. The vulnerability depends on the attacker’s ability to influence the DNS TXT answer used for autonomous system lookups.

Affected Systems

The issue impacts the BitWizard mtr network analysis utility in all releases up to and including 0.96. The problem was fixed by commit 48e1794414d338ce47abc0f27c25ade8788af9c3, which is incorporated in newer releases. Systems running mtr 0.96 or earlier that rely on external DNS TXT responses remain vulnerable.

Risk and Exploitability

The CVSS score of 5.1 classifies the vulnerability as moderate severity. An EPSS score of less than 1% indicates a very low probability of exploitation, and it is not listed in the CISA KEV catalog. Nonetheless, the flaw requires only the ability to control a DNS TXT response; an adversary capable of injecting or manipulating such responses can reliably trigger a crash, leading to a denial of service for network diagnostics. The risk is therefore actionable in environments that rely on mtr for monitoring.

Generated by OpenCVE AI on July 28, 2026 at 08:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade mtr to a version that contains commit 48e1794414d338ce47abc0f27c25ade8788af9c3 or later.
  • If upgrading immediately is not feasible, configure your firewall or DNS resolver to block or strip TXT responses larger than 512 bytes or those that use compression pointers in the answer NAME field before they reach mtr.
  • Regularly inspect system logs for mtr crashes or restarts and apply the latest patch as soon as it becomes available.

Generated by OpenCVE AI on July 28, 2026 at 08:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-823
References
Metrics threat_severity

None

cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Mon, 13 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Bitwizard
Bitwizard mtr
Vendors & Products Bitwizard
Bitwizard mtr

Fri, 10 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 11:15:00 +0000

Type Values Removed Values Added
Description mtr is vulnerable to Out-of-bound read vulnerability in ipinfo_lookup() function. An attacker who can influence the TXT response used for AS lookups can trigger this bug by returning a DNS response that is larger than 512 bytes and uses a crafted compression pointer in the answer NAME field. ipinfo_lookup() function uses the length of the response as the end-of-message boundary for dn_expand() function. The result is a reliable crash. This issue exists in the mtr through version 0.96 and it was fixed in commit 48e1794414d338ce47abc0f27c25ade8788af9c3.
Title Out-of-bound read in mtr
Weaknesses CWE-125
References
Metrics cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: CERT-PL

Published:

Updated: 2026-07-10T13:14:54.068Z

Reserved: 2026-07-02T08:57:32.810Z

Link: CVE-2026-14461

cve-icon Vulnrichment

Updated: 2026-07-10T13:14:50.409Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-10T10:38:28Z

Links: CVE-2026-14461 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-28T08:30:18Z

Weaknesses
  • CWE-125

    Out-of-bounds Read

  • CWE-823

    Use of Out-of-range Pointer Offset