<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Tue, 22 Sep 2026 14:53:54 +0000</lastBuildDate>
    <item>
      <title>a541f85f-23e1-4f40-915a-55dff784c275</title>
      <link>https://vulnerability.circl.lu/sighting/a541f85f-23e1-4f40-915a-55dff784c275/export</link>
      <description>{"uuid": "a541f85f-23e1-4f40-915a-55dff784c275", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-63406", "type": "seen", "source": "https://gist.github.com/alon710/fd624de3e5c184e4dc7cfa7413a6955a", "content": "# CVE-2026-63406: CVE-2026-63406: Information Disclosure via Insecure Telemetry and Hardcoded Credentials in AnyCable-Go\n\n&amp;gt; **CVSS Score:** 5.9\n&amp;gt; **Published:** 2026-09-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-63406\n\n## Summary\nCVE-2026-63406 is an information disclosure vulnerability in AnyCable-go prior to version 1.6.15. The built-in telemetry client is enabled by default with a hardcoded public authentication token ('secret'). This client digests highly sensitive configuration parameters and command-line arguments, including JWT secrets and RPC secrets, into a stable SHA-256 fingerprint. This fingerprint is sent over public networks, exposing those administrative secrets to offline dictionary and brute-force attacks if intercepted.\n\n## TL;DR\nAnyCable-Go's default telemetry configuration used a public token and digested raw command-line secrets into an unsalted SHA-256 fingerprint, exposing administrative credentials to offline cracking if network traffic was captured.\n\n## Technical Details\n\n- **CWE ID**: CWE-798, CWE-312\n- **Attack Vector**: Network (AV:N)\n- **CVSS v3.1**: 5.9 (Medium)\n- **EPSS Score**: 0.0\n- **Exploit Status**: Conceptual\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- AnyCable (anycable-go)\n- **anycable-go**: &amp;lt; 1.6.15 (Fixed in: `1.6.15`)\n\n## Mitigation\n\n- Upgrade AnyCable-Go to version 1.6.15 or newer\n- Pass secrets via environment variables instead of command-line arguments\n- Block outbound TCP connections to telemetry.anycable.io\n\n**Remediation Steps:**\n1. Identify current AnyCable-Go version using 'anycable-go --version'\n2. Download and deploy version 1.6.15 or later\n3. Verify that the telemetry message 'Anonymized telemetry is on' is no longer displayed in the server logs\n4. If updating is delayed, migrate '--secret' and '--jwt_secret' flags to corresponding environment variables\n\n## References\n\n- [GitHub Security Advisory GHSA-w72w-9qmj-c9qm](https://github.com/anycable/anycable/security/advisories/GHSA-w72w-9qmj-c9qm)\n- [NVD CVE-2026-63406 Detail Page](https://nvd.nist.gov/vuln/detail/CVE-2026-63406)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-63406) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-19T12:31:31.917435Z"}</description>
      <content:encoded>{"uuid": "a541f85f-23e1-4f40-915a-55dff784c275", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-63406", "type": "seen", "source": "https://gist.github.com/alon710/fd624de3e5c184e4dc7cfa7413a6955a", "content": "# CVE-2026-63406: CVE-2026-63406: Information Disclosure via Insecure Telemetry and Hardcoded Credentials in AnyCable-Go\n\n&amp;gt; **CVSS Score:** 5.9\n&amp;gt; **Published:** 2026-09-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-63406\n\n## Summary\nCVE-2026-63406 is an information disclosure vulnerability in AnyCable-go prior to version 1.6.15. The built-in telemetry client is enabled by default with a hardcoded public authentication token ('secret'). This client digests highly sensitive configuration parameters and command-line arguments, including JWT secrets and RPC secrets, into a stable SHA-256 fingerprint. This fingerprint is sent over public networks, exposing those administrative secrets to offline dictionary and brute-force attacks if intercepted.\n\n## TL;DR\nAnyCable-Go's default telemetry configuration used a public token and digested raw command-line secrets into an unsalted SHA-256 fingerprint, exposing administrative credentials to offline cracking if network traffic was captured.\n\n## Technical Details\n\n- **CWE ID**: CWE-798, CWE-312\n- **Attack Vector**: Network (AV:N)\n- **CVSS v3.1**: 5.9 (Medium)\n- **EPSS Score**: 0.0\n- **Exploit Status**: Conceptual\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- AnyCable (anycable-go)\n- **anycable-go**: &amp;lt; 1.6.15 (Fixed in: `1.6.15`)\n\n## Mitigation\n\n- Upgrade AnyCable-Go to version 1.6.15 or newer\n- Pass secrets via environment variables instead of command-line arguments\n- Block outbound TCP connections to telemetry.anycable.io\n\n**Remediation Steps:**\n1. Identify current AnyCable-Go version using 'anycable-go --version'\n2. Download and deploy version 1.6.15 or later\n3. Verify that the telemetry message 'Anonymized telemetry is on' is no longer displayed in the server logs\n4. If updating is delayed, migrate '--secret' and '--jwt_secret' flags to corresponding environment variables\n\n## References\n\n- [GitHub Security Advisory GHSA-w72w-9qmj-c9qm](https://github.com/anycable/anycable/security/advisories/GHSA-w72w-9qmj-c9qm)\n- [NVD CVE-2026-63406 Detail Page](https://nvd.nist.gov/vuln/detail/CVE-2026-63406)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-63406) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-19T12:31:31.917435Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/a541f85f-23e1-4f40-915a-55dff784c275/export</guid>
      <pubDate>Sat, 19 Sep 2026 12:31:31 +0000</pubDate>
    </item>
    <item>
      <title>53c89a4e-745e-42f7-a1ed-cf8158a3db79</title>
      <link>https://vulnerability.circl.lu/sighting/53c89a4e-745e-42f7-a1ed-cf8158a3db79/export</link>
      <description>{"uuid": "53c89a4e-745e-42f7-a1ed-cf8158a3db79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-63406", "type": "published-proof-of-concept", "source": "https://github.com/anycable/anycable/security/advisories/GHSA-w72w-9qmj-c9qm", "content": "", "creation_timestamp": "2026-09-18T18:35:12.358089Z"}</description>
      <content:encoded>{"uuid": "53c89a4e-745e-42f7-a1ed-cf8158a3db79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-63406", "type": "published-proof-of-concept", "source": "https://github.com/anycable/anycable/security/advisories/GHSA-w72w-9qmj-c9qm", "content": "", "creation_timestamp": "2026-09-18T18:35:12.358089Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/53c89a4e-745e-42f7-a1ed-cf8158a3db79/export</guid>
      <pubDate>Fri, 18 Sep 2026 18:35:12 +0000</pubDate>
    </item>
  </channel>
</rss>
