CVE-2026-55512
Published:July 14, 2026
Updated:August 27, 2026
When OIDC is enabled, "GET /ui/oidc/login" is reachable without authentication and is registered outside the Web UI rate-limited auth routes. Every request creates a fresh random OIDC state value and stores it in an in-memory map for "10m". Expired states are swept lazily, but there is no rate limit or maximum live-state cap on the allocation path. An unauthenticated remote client can therefore grow "OIDC.states" for the full state TTL, bounded by request throughput rather than by configured auth rate limits.
Affected Packages
https://github.com/forgekeep/nebula-mesh.git (GITHUB):
Affected version(s) >=v0.2.0 <v0.5.0Fix Suggestion:
Update to version v0.5.0github.com/forgekeep/nebula-mesh (GO):
Affected version(s) >=v0.2.0 <v0.5.0Fix Suggestion:
Update to version v0.5.0Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Uncontrolled Resource Consumption