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-j93g-rp6m-j32m | Arc: Unauthenticated access to Go debug pprof endpoints leaks runtime state and enables CPU-burn DoS |
Fri, 21 Aug 2026 23:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | Arc is an open, SQL-native time-series database for telemetry. Versions prior to 26.06.1 register Go's `net/http/pprof` handlers at `/debug/pprof/*` via `app.Use(pprof.New())` in `internal/api/server.go`, and `/debug/pprof` is added to `PublicPrefixes` in `cmd/arc/main.go`. The auth middleware short-circuits before the token check on prefix match, so the endpoints are reachable without any authentication. Version 26.06.1 contains a patch. Some workarounds are available. Block `/debug/pprof*` at a reverse proxy / load balancer in front of Arc, restrict Arc's API port to known-trusted networks via firewall rules, and/or patch the running build: comment out `app.Use(pprof.New())` in `internal/api/server.go` and rebuild. | |
| Title | Arc: Unauthenticated access to Go debug pprof endpoints leaks runtime state and enables CPU-burn DoS | |
| Weaknesses | CWE-200 CWE-306 CWE-400 |
|
| References |
| |
| Metrics |
cvssV4_0
|
Subscriptions
No data.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-08-21T22:40:12.771Z
Reserved: 2026-05-20T18:15:53.578Z
Link: CVE-2026-48050
No data.
Status : Received
Published: 2026-08-21T23:16:25.070
Modified: 2026-08-21T23:16:25.070
Link: CVE-2026-48050
No data.
OpenCVE Enrichment
Updated: 2026-08-22T00:30:16Z
Github GHSA