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.
CVE-2026-48050
This high-severity CVE scores 8.8 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.4%, top 72% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 8.8
- EG Score
- 8.8(medium)
- EG Risk
- 55(Track)EG Risk 55/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity88% × 45%Exploitation0% × 40%Automatability100% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 28%
- KEV
- Not listed
Published
June 11, 2026
Last Modified
August 25, 2026
Advisory Details (3)
Auto-updated Aug 21, 2026Arc 26.06.1
Patch available: Basekick-Labs/arc v26.06.1
https://github.com/Basekick-Labs/arc/releases/tag/v26.06.1commit 32a4091fb949 (Basekick-Labs/arc)
Fix landed in Basekick-Labs/arc commit 32a4091fb949 — awaiting tagged release
https://github.com/Basekick-Labs/arc/commit/32a4091fb949f9cf060cdd804a07f6450dc426a8Unauthenticated access to Go debug pprof endpoints leaks runtime state and enables CPU-burn DoS · Advisory · Basekick-Labs/arc · GitHub
https://github.com/Basekick-Labs/arc/security/advisories/GHSA-j93g-rp6m-j32mVendor Advisories for CVE-2026-48050(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
Go(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| github.com/basekick-labs/arc | — | 0.0.0-20260520170331-32a4091fb949 | — |
Weakness Classification(3)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 9× in last 7d / 10× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-25 17:26 UTCEG score recompute
- 2026-08-25 17:03 UTCEG score recompute
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-25 00:02 UTCEG score recompute
- 2026-08-23 10:42 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-21 23:28 UTCEG score recompute
- 2026-08-21 22:54 UTCEG score recompute▲ 8.80
- 2026-08-21 22:54 UTCMITRE cvelistV5CVSS v3 → 8.8 · CVSS v4 → 8.8
- 2026-07-30 09:40 UTCEG score recompute
- 2026-07-26 20:52 UTCEG score recompute
- 2026-07-23 03:18 UTCEG score recompute
- 2026-06-14 23:18 UTCEPSS rescore
- 2026-06-13 23:00 UTCEPSS rescore
- 2026-06-12 23:12 UTCEPSS rescore
- 2026-06-11 17:56 UTCEG score recompute
Frequently asked(5)
What is CVE-2026-48050?
When was CVE-2026-48050 disclosed?
Is CVE-2026-48050 actively exploited?
What is the CVSS score of CVE-2026-48050?
How do I remediate CVE-2026-48050?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-48050
Is Your Infrastructure Affected by CVE-2026-48050?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.