CVE-2026-58207
Analyzed Analyzed - Analysis Complete

NATS Server Connection Monitoring Request Overflow

Vulnerability report for CVE-2026-58207, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-08

Last updated on: 2026-07-09

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-08
Last Modified
2026-07-09
Generated
2026-07-11
AI Q&A
2026-07-09
EPSS Evaluated
2026-07-09
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linuxfoundation nats-server From 2.12.0 (inc) to 2.12.12 (exc)
linuxfoundation nats-server From 2.14.0 (inc) to 2.14.3 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects the NATS Server, a high-performance messaging server. Before versions 2.14.3 and 2.12.12, a client that could send account-scoped connection monitoring requests was able to crash the server. This was done by supplying Connz pagination Offset and Limit values that caused an overflow in internal arithmetic before the response window was safely bounded.

Impact Analysis

The vulnerability can cause a denial of service by crashing the NATS Server. This means that an attacker with the ability to send specific monitoring requests could disrupt the availability of the messaging system, potentially impacting applications and services that rely on it.

Mitigation Strategies

To mitigate this vulnerability, you should upgrade your NATS Server to version 2.14.3 or 2.12.12 or later, where the issue has been fixed.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Detection Guidance

This vulnerability can be detected by monitoring for unusual or malicious client requests that send account-scoped connection monitoring requests with pagination Offset and Limit values that are abnormally large or cause integer overflow.

Specifically, you can look for requests targeting the Connz or Subsz endpoints with Offset and Limit parameters whose sum exceeds the maximum integer value, which triggers the crash.

To detect such attempts on your system, you can use network monitoring tools or logs to identify clients sending these suspicious pagination parameters.

Example commands to detect or test this vulnerability might include sending crafted requests to the NATS server's monitoring endpoints with large Offset and Limit values, for example using curl or a similar HTTP client if applicable, or using NATS client tools to publish to the monitoring subjects with extreme pagination parameters.

  • Use a NATS client or curl to send a Connz request with Offset and Limit set to very large values (e.g., near or exceeding max int64) to see if the server crashes or panics.
  • Monitor server logs for panic or crash messages related to pagination overflow in Connz or Subsz endpoints.
  • Restrict or audit publish access to system request subjects related to monitoring to prevent unauthorized clients from sending such requests.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-58207. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart