CVE-2026-48050
Published:August 21, 2026
Updated:September 24, 2026
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.
Affected Packages
https://github.com/Basekick-Labs/arc.git (GITHUB):
Affected version(s) >=v25.11.1 <v26.06.1Fix Suggestion:
Update to version v26.06.1github.com/basekick-labs/arc (GO):
Affected version(s) >=v0.0.0-20260113141512-185bae9ca4c6 <v0.0.0-20260520170331-32a4091fb949Fix Suggestion:
Update to version v0.0.0-20260520170331-32a4091fb949Related Resources (6)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.8
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
EPSS
Base Score:
0.36