Description
NATS Server is a high-performance server for NATS.io, the cloud and edge native messaging system. Prior to 2.14.3 and 2.12.12, a client able to send account-scoped connection monitoring requests could crash the server by supplying Connz pagination Offset and Limit values that overflowed internal arithmetic before the response window was safely bounded. This issue is fixed in versions 2.14.3 and 2.12.12.
Published: 2026-07-08
Score: 7.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an integer overflow in the Connz pagination logic of NATS Server. A client that can send account‑scoped connection monitoring requests can trigger the overflow by providing Offset and Limit values that exceed the internal arithmetic limits before bounds are safely applied, causing the server to crash. This flaw is a classic Arithmetic Overflow (CWE‑190) and results in a denial‑of‑service condition rather than code execution.

Affected Systems

The issue affects NATS Server from NATS.io, the high‑performance messaging server, for all releases prior to 2.12.12 and 2.14.3. Any installation of those versions that allows external clients to use the Connz monitoring endpoint is vulnerable.

Risk and Exploitability

The CVSS score of 7.7 classifies the flaw as high severity, and the EPSS score of less than 1% indicates a very low probability of exploitation. The vulnerability is listed outside of CISA’s KEV catalog. The attack vector is network‑based: an attacker must be able to send a malformed Connz request to the server. Successful exploitation would terminate the NATS Server and interrupt service availability for all connected clients, but it does not grant an attacker persistence or remote code execution.

Generated by OpenCVE AI on July 26, 2026 at 17:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade NATS Server to version 2.12.12 or later; if you rely on 2.14.x, upgrade to 2.14.3 or the latest release to obtain the patch that bounds the pagination arithmetic.
  • Restrict access to the Connz monitoring endpoint to trusted administrators or a dedicated internal network segment to prevent external clients from sending malicious requests.
  • Disable the Connz monitoring feature entirely if operational monitoring is not required, thereby removing the trigger vector for the integer overflow.

Generated by OpenCVE AI on July 26, 2026 at 17:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 11 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


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

Type Values Removed Values Added
First Time appeared Nats
Nats nats Server
Vendors & Products Nats
Nats nats Server

Thu, 09 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 08 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Description NATS Server is a high-performance server for NATS.io, the cloud and edge native messaging system. Prior to 2.14.3 and 2.12.12, a client able to send account-scoped connection monitoring requests could crash the server by supplying Connz pagination Offset and Limit values that overflowed internal arithmetic before the response window was safely bounded. This issue is fixed in versions 2.14.3 and 2.12.12.
Title NATS Server: Remote crash via integer overflow in Connz pagination
Weaknesses CWE-190
References
Metrics cvssV3_1

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


Subscriptions

Nats Nats Server
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-09T14:41:02.162Z

Reserved: 2026-06-29T17:09:25.872Z

Link: CVE-2026-58207

cve-icon Vulnrichment

Updated: 2026-07-09T14:21:07.274Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-08T20:15:31Z

Links: CVE-2026-58207 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T17:15:04Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound