Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-m3cx-mwpg-32jg | nebula-mesh: Unauthenticated OIDC login endpoint allocates unbounded in-memory state entries without rate limiting |
Fri, 04 Sep 2026 19:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | nebula-mesh is a self-hosted control plane for Slack Nebula mesh VPN. From version 0.2.0 to before version 0.5.0, 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. This issue has been patched in version 0.5.0. | |
| Title | nebula-mesh: Unauthenticated OIDC login endpoint allocates unbounded in-memory state entries without rate limiting | |
| Weaknesses | CWE-400 | |
| References |
| |
| Metrics |
cvssV3_1
|
Subscriptions
No data.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-09-04T19:41:50.326Z
Reserved: 2026-06-16T22:44:22.283Z
Link: CVE-2026-55512
No data.
Status : Received
Published: 2026-09-04T20:17:23.717
Modified: 2026-09-04T20:17:23.717
Link: CVE-2026-55512
No data.
OpenCVE Enrichment
No data.
-
CWE-400
Uncontrolled Resource Consumption
Github GHSA