Skip to main content

Tag: NATS

Problems related to NATS, such as authorization failures, message loss, or configuration issues

IDTitleDescriptionCategoryTechnologyTags
CRE-2025-0045
Medium
Impact: 4/10
Mitigation: 4/10
NATS Authorization Failure DetectedThe NATS server has emitted an **Authorization Violation** log entry, meaning a client attempted to connect, publish, subscribe, or perform another operation for which it lacks permission. Intermittent violations often point to misconfiguration or start-up chaos. However, sustained or widespread violations can signal credential expiry or missing secrets.Authorization ProblemsnatsNATSSecurityAuthorizationPublic
CRE-2025-0046
Medium
Impact: 4/10
Mitigation: 4/10
NATS Permissions Violation DetectedThe NATS server has emitted an **Permission Violation** log entry, meaning a client attempted to publish or subscribe to a subject for which it lacks permission.Authorization ProblemsnatsNATSSecurityAuthorizationPublic
CRE-2025-0049
Low
Impact: 2/10
Mitigation: 8/10
NATS Payload Size Too BigThe NATS server is configured to publish messages with payloads that may exceed the recommended maximum of 8 MB (the server’s default hard limit is 1 MB but it can be raised to 64 MB). Large messages put disproportionate pressure on broker memory, network buffers, and client back-pressure mechanisms. This warning signals NATS is at risk of degraded throughput, slow consumers, and forced connection closures intended to protect cluster stability.Message Queue ProblemsnatsNATSPublic