{"id":"CVE-2023-47090","aliases":["GHSA-fr2g-9hjm-wr23","GO-2023-2133"],"title":"NATS.io: Adding accounts for just the system account adds auth bypass","summary":"NATS.io: Adding accounts for just the system account adds auth bypass","severity":"high","vendor":"nats-io","product":"github.com/nats-io/nats-server/v2","ecosystem":"go","affected":["github.com/nats-io/nats-server/v2 >= 2.2.0, < 2.9.23","github.com/nats-io/nats-server/v2 >= 2.10.0, < 2.10.2"],"patched":["github.com/nats-io/nats-server/v2 2.9.23","github.com/nats-io/nats-server/v2 2.10.2"],"published":"2023-10-19","updated":"2026-07-08","source":"OSV","sourceUrl":"https://osv.dev/vulnerability/GHSA-fr2g-9hjm-wr23","references":[{"url":"https://github.com/nats-io/nats-server/security/advisories/GHSA-fr2g-9hjm-wr23"},{"url":"https://github.com/nats-io/nats-server/pull/4605"},{"url":"https://github.com/nats-io/nats-server/commit/fa5b7afcb64e7e887e49afdd032358802b5c4478"},{"url":"https://advisories.nats.io/CVE/secnote-2023-01.txt"},{"url":"https://github.com/nats-io/nats-server"},{"url":"https://github.com/nats-io/nats-server/discussions/4535"},{"url":"https://github.com/nats-io/nats-server/releases/tag/v2.10.2"},{"url":"https://github.com/nats-io/nats-server/releases/tag/v2.9.23"}],"tags":["osv","go"],"epss":0.00662,"epssPercentile":0.50294,"ingestedAt":"2026-07-09T18:56:36.357Z","slug":"CVE-2023-47090","body":"## Overview\n\n## Background\n\nNATS.io is a high performance open source pub-sub distributed communication technology, built for the cloud, on-premise, IoT, and edge computing.\n\nNATS users exist within accounts, and once using accounts, the old authorization block is not applicable.\n\n\n## Problem Description\n\nWithout any authorization rules in the nats-server, users can connect without authentication.\n\nBefore nats-server 2.2.0, all authentication and authorization rules for a nats-server lived in an \"authorization\" block, defining users.  With nats-server 2.2.0 all users live inside accounts.  When using the authorization block, whose syntax predates this, those users will be placed into the implicit global account, \"$G\".  Users inside accounts go into the newer \"accounts\" block.\n\nIf an \"accounts\" block is defined, in simple deployment scenarios this is often used only to enable client access to the system account.  When the only account added is the system account \"$SYS\", the nats-server would create an implicit user in \"$G\" and set it as the `no_auth_user` account, enabling the same \"without authentication\" logic as without any rules.\n\nThis preserved the ability to connect simply, and then add one authenticated login for system access.\n\nBut with an \"authorization\" block, this is wrong.  Users exist in the global account, with login rules.  And in simple testing, they might still connect fine without administrators seeing that authentication has been disabled.\n\nThe blind-spot on our part came from encouraging and documenting a switch to using only \"accounts\", instead of \"authorization\".\n\nIn the fixed versions, using an \"authorization\" block will inhibit the implicit creation of a \"$G\" user and setting it as the `no_auth_user` target.  In unfixed versions, just creating a second account, with no users, will also inhibit this behavior.\n\n\n## Affected versions\n\nNATS Server:\n * 2.2.0 up to and including 2.9.22 and 2.10.1\n * Fixed with nats-io/nats-server: 2.10.2 and backported to 2.9.23\n\n\n## Workarounds\n\nIn the \"accounts\" block, define a second non-system account, leave it empty.\n\n    accounts {\n        SYS: {\n            users: [\n                { user: sysuser, password: makemeasandwich }\n            ]\n        }\n        DUMMY: {}  # for security, before 2.10.2\n    }\n    system_account: SYS\n\n\n## Solution\n\nAny one of these:\n\n 1. Upgrade the NATS server to at least 2.10.2 (or 2.9.23)\n 2. Or define a dummy account\n 3. Or complete the migration of authorization entries to be inside a named account in the \"accounts\" block\n\n\n## Credits\n\nProblem reported by Alex Herrington.  \nAddressed publicly in a GitHub Discussion prior to this advisory.\n\n## Affected packages\n\n- `github.com/nats-io/nats-server/v2 >= 2.2.0, < 2.9.23`\n- `github.com/nats-io/nats-server/v2 >= 2.10.0, < 2.10.2`\n\n## Remediation\n\nUpgrade to a patched release:\n\n- `github.com/nats-io/nats-server/v2 2.9.23`\n- `github.com/nats-io/nats-server/v2 2.10.2`","depth":"twilight","depthScore":41,"depthScoreParts":{"impact":41.3,"likelihood":0.1,"exploitation":0,"ransomware":0},"changes":[]}