GO-2026-5989

Source
https://pkg.go.dev/vuln/GO-2026-5989
Import Source
https://vuln.go.dev/ID/GO-2026-5989.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2026-5989
Aliases
Published
2026-07-23T17:33:45Z
Modified
2026-07-23T18:00:23Z
Summary
Unauthenticated OIDC login in nebula-mesh allows unbounded memory allocation in github.com/forgekeep/nebula-mesh
Details

When OIDC is enabled, the login endpoint is reachable without authentication and is registered outside the rate-limited auth routes. Every request creates a fresh random OIDC state value and stores it in an in-memory map.

An unauthenticated remote client can grow the state storage, bounded by request throughput rather than by configured auth rate limits, potentially leading to a denial of service.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2026-5989"
}
References

Affected packages

Go / github.com/forgekeep/nebula-mesh

Package

Name
github.com/forgekeep/nebula-mesh
View open source insights on deps.dev
Purl
pkg:golang/github.com/forgekeep/nebula-mesh

Affected ranges

Type
SEMVER
Events
Introduced
0.4.0
Fixed
0.5.0

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/forgekeep/nebula-mesh/internal/web",
            "symbols": [
                "OIDC.HandleLogin",
                "OIDC.rememberState",
                "Web.ServeHTTP",
                "Web.WithOIDC"
            ]
        }
    ]
}

Database specific

source
"https://vuln.go.dev/ID/GO-2026-5989.json"

Go / github.com/juev/nebula-mesh

Package

Name
github.com/juev/nebula-mesh
View open source insights on deps.dev
Purl
pkg:golang/github.com/juev/nebula-mesh

Affected ranges

Type
SEMVER
Events
Introduced
0.2.0

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/juev/nebula-mesh/internal/web",
            "symbols": [
                "OIDC.HandleLogin",
                "OIDC.rememberState",
                "Web.ServeHTTP",
                "Web.WithOIDC"
            ]
        }
    ]
}

Database specific

source
"https://vuln.go.dev/ID/GO-2026-5989.json"