Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/basekick-labs/arc
  4. ›
  5. CVE-2026-48050

CVE-2026-48050: Arc: Unauthenticated access to Go debug pprof endpoints leaks runtime state and enables CPU-burn DoS

June 11, 2026

Arc registers 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.

References

  • github.com/Basekick-Labs/arc/commit/32a4091fb949f9cf060cdd804a07f6450dc426a8
  • github.com/Basekick-Labs/arc/releases/tag/v26.06.1
  • github.com/Basekick-Labs/arc/security/advisories/GHSA-j93g-rp6m-j32m
  • github.com/advisories/GHSA-j93g-rp6m-j32m
  • nvd.nist.gov/vuln/detail/CVE-2026-48050

Code Behaviors & Features

Detect and mitigate CVE-2026-48050 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.0.0-20260520170331-32a4091fb949

Fixed versions

  • 0.0.0-20260520170331-32a4091fb949

Solution

Upgrade to version 0.0.0-20260520170331-32a4091fb949 or above.

Impact 8.2 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-306: Missing Authentication for Critical Function
  • CWE-400: Uncontrolled Resource Consumption

Source file

go/github.com/basekick-labs/arc/CVE-2026-48050.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:23:33 +0000.