CVE-2026-63406 Details
Description
AnyCable is a realtime server for reliable two-way communication that supports any backend. Prior to 1.6.15, the telemetry subsystem in telemetry/config.go enables tracking with a hardcoded public authToken, while clusterFingerprint in telemetry/telemetry.go reads the full configuration file and raw os.Args returned by anycableCLIArgs, including values supplied through --secret, --jwt_secret, and --http_rpc_secret. These inputs are passed to generateDigest, where sha256.New produces the hexadecimal fingerprint that is sent as telemetry. The available source therefore does not show raw credentials leaving the process or establish the advisory's claimed confidentiality loss, although the stable fingerprint is derived from secret-bearing configuration and the default telemetry client uses publicly known authentication material. This issue is fixed in version 1.6.15.
A vulnerability in AnyCable's telemetry subsystem prior to version 1.6.15 allows for the transmission of raw command-line interface (CLI) arguments, including sensitive secret values, to a third-party telemetry endpoint. This issue arises from a hardcoded authentication token in the public source, which is used to track data with potential confidentiality implications. The vulnerability could expose production secrets such as JWT secrets and broadcast keys to unauthorized parties.
Users can update to AnyCable version 1.6.15 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 18, 2026CISA-ADP
Assessed Sep 18, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/anycable/anycable/security/advisories/GHSA-w72w-9qmj-c9qm | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/anycable/anycable/commit/201c67e99e463ed63bd6b345562f4c458385fcee | [email protected] | Source CodeVendor |
| https://github.com/anycable/anycable/releases/tag/v1.6.15 | [email protected] | Release NotesVendor |
| https://github.com/anycable/anycable/security/advisories/GHSA-w72w-9qmj-c9qm | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-312 | Cleartext Storage of Sensitive Information | [email protected] |
| CWE-798 | Use of Hard-coded Credentials | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| AnyCable | <= v1.6.14 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 18, 2026 | CVE Modified | CISA-ADP |
| Sep 18, 2026 | New CVE Received | [email protected] |
Volerion