Skip to main content

NULL Pointer Dereference

CVE-2026-58250

Severity High
Score 7.5/10

Summary

NATS Server is a high-performance server for NATS.io, the cloud and edge native messaging system. Prior to 2.11.17 and 2.12.x prior to 2.12.8 , an unauthenticated peer with network access to a leafnode listener with compression enabled could crash the server during the pre-authentication leafnode handshake by sending repeated leafnode INFO protocol messages before authentication and account setup completed. This issue is fixed in versions 2.12.8 and 2.11.17.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • NONE
  • HIGH

CWE-476 - NULL Pointer Dereference

A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.

References

Advisory Timeline

  • Published