<?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>Thu, 03 Sep 2026 18:08:36 +0000</lastBuildDate>
    <item>
      <title>e1205ac7-fb65-42e7-ab9e-c7550ca13952</title>
      <link>https://vulnerability.circl.lu/sighting/e1205ac7-fb65-42e7-ab9e-c7550ca13952/export</link>
      <description>{"uuid": "e1205ac7-fb65-42e7-ab9e-c7550ca13952", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-55678", "type": "published-proof-of-concept", "source": "https://github.com/Basekick-Labs/arc/security/advisories/GHSA-p378-jp5r-gpgw", "content": "", "creation_timestamp": "2026-08-28T22:35:03.558887Z"}</description>
      <content:encoded>{"uuid": "e1205ac7-fb65-42e7-ab9e-c7550ca13952", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-55678", "type": "published-proof-of-concept", "source": "https://github.com/Basekick-Labs/arc/security/advisories/GHSA-p378-jp5r-gpgw", "content": "", "creation_timestamp": "2026-08-28T22:35:03.558887Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/e1205ac7-fb65-42e7-ab9e-c7550ca13952/export</guid>
      <pubDate>Fri, 28 Aug 2026 22:35:03 +0000</pubDate>
    </item>
    <item>
      <title>262c9f44-4983-49df-a65d-16c0b53c40b6</title>
      <link>https://vulnerability.circl.lu/sighting/262c9f44-4983-49df-a65d-16c0b53c40b6/export</link>
      <description>{"uuid": "262c9f44-4983-49df-a65d-16c0b53c40b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-55678", "type": "seen", "source": "https://gist.github.com/alon710/f6616451da7f3f1b989952d24a3d867c", "content": "# CVE-2026-55678: CVE-2026-55678: Unauthenticated Node Registration and Credential Leakage in Arc Enterprise Clustering\n\n&amp;gt; **CVSS Score:** 6.9\n&amp;gt; **Published:** 2026-08-28\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-55678\n\n## Summary\nCVE-2026-55678 defines a critical security vulnerability in the Enterprise clustering implementation of Arc, an open-source SQL-native time-series database. When clustering is enabled but a shared secret is not defined, the cluster coordinator fails to enforce authentication on cluster join requests and node status updates. Remote, unauthenticated attackers can exploit this behavior to register a rogue node, hijack telemetry routing, and harvest sensitive client authentication headers.\n\n## TL;DR\nUnauthenticated remote attackers can register rogue nodes in Arc database clusters, enabling silent query interception and extraction of administrative API keys.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-287, CWE-284, CWE-306\n- **Attack Vector**: Network\n- **CVSS v4.0 Score**: 6.9 (Medium)\n- **Exploit Status**: Proof of Concept (PoC) available\n- **CISA KEV Status**: Not Listed\n- **Ransomware Association**: No known utilization in ransomware campaigns\n\n## Affected Systems\n\n- Arc Enterprise Cluster Coordinator\n- **arc**: &amp;gt;= 26.02.1, &amp;lt; 26.06.2 (Fixed in: `26.06.2`)\n\n## Mitigation\n\n- Mandatory upgrade of all cluster members and coordinators to Arc v26.06.2 or later.\n- Enforce strong administrative secrets across clustering endpoints by declaring ARC_CLUSTER_SHARED_SECRET via host environment variables.\n- Utilize network access control lists (ACLs) to block external requests to coordinator port 9100.\n- Enable TLS transport security for all peer-to-peer and coordinator-to-node telemetry traffic.\n\n**Remediation Steps:**\n1. Generate a cryptographically secure 32-byte shared secret using commands such as 'openssl rand -hex 32'.\n2. Configure the environment variable 'ARC_CLUSTER_SHARED_SECRET' with the generated value across all cluster hosts.\n3. Perform a coordinated rolling upgrade of the Arc database package to v26.06.2.\n4. Verify cluster synchronization logs to confirm that all nodes are establishing signed heartbeat tunnels successfully.\n\n## References\n\n- [GHSA-p378-jp5r-gpgw: Arc Unauthenticated Join and Spoofing Advisory](https://github.com/Basekick-Labs/arc/security/advisories/GHSA-p378-jp5r-gpgw)\n- [Arc Coordinator Patch Commit](https://github.com/Basekick-Labs/arc/commit/38402ad2ebddd32c15bf4a0fc9c22c920e5685df)\n- [Arc v26.06.2 Release Changelog](https://github.com/Basekick-Labs/arc/releases/tag/v26.06.2)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-55678) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-28T21:31:53.803596Z"}</description>
      <content:encoded>{"uuid": "262c9f44-4983-49df-a65d-16c0b53c40b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-55678", "type": "seen", "source": "https://gist.github.com/alon710/f6616451da7f3f1b989952d24a3d867c", "content": "# CVE-2026-55678: CVE-2026-55678: Unauthenticated Node Registration and Credential Leakage in Arc Enterprise Clustering\n\n&amp;gt; **CVSS Score:** 6.9\n&amp;gt; **Published:** 2026-08-28\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-55678\n\n## Summary\nCVE-2026-55678 defines a critical security vulnerability in the Enterprise clustering implementation of Arc, an open-source SQL-native time-series database. When clustering is enabled but a shared secret is not defined, the cluster coordinator fails to enforce authentication on cluster join requests and node status updates. Remote, unauthenticated attackers can exploit this behavior to register a rogue node, hijack telemetry routing, and harvest sensitive client authentication headers.\n\n## TL;DR\nUnauthenticated remote attackers can register rogue nodes in Arc database clusters, enabling silent query interception and extraction of administrative API keys.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-287, CWE-284, CWE-306\n- **Attack Vector**: Network\n- **CVSS v4.0 Score**: 6.9 (Medium)\n- **Exploit Status**: Proof of Concept (PoC) available\n- **CISA KEV Status**: Not Listed\n- **Ransomware Association**: No known utilization in ransomware campaigns\n\n## Affected Systems\n\n- Arc Enterprise Cluster Coordinator\n- **arc**: &amp;gt;= 26.02.1, &amp;lt; 26.06.2 (Fixed in: `26.06.2`)\n\n## Mitigation\n\n- Mandatory upgrade of all cluster members and coordinators to Arc v26.06.2 or later.\n- Enforce strong administrative secrets across clustering endpoints by declaring ARC_CLUSTER_SHARED_SECRET via host environment variables.\n- Utilize network access control lists (ACLs) to block external requests to coordinator port 9100.\n- Enable TLS transport security for all peer-to-peer and coordinator-to-node telemetry traffic.\n\n**Remediation Steps:**\n1. Generate a cryptographically secure 32-byte shared secret using commands such as 'openssl rand -hex 32'.\n2. Configure the environment variable 'ARC_CLUSTER_SHARED_SECRET' with the generated value across all cluster hosts.\n3. Perform a coordinated rolling upgrade of the Arc database package to v26.06.2.\n4. Verify cluster synchronization logs to confirm that all nodes are establishing signed heartbeat tunnels successfully.\n\n## References\n\n- [GHSA-p378-jp5r-gpgw: Arc Unauthenticated Join and Spoofing Advisory](https://github.com/Basekick-Labs/arc/security/advisories/GHSA-p378-jp5r-gpgw)\n- [Arc Coordinator Patch Commit](https://github.com/Basekick-Labs/arc/commit/38402ad2ebddd32c15bf4a0fc9c22c920e5685df)\n- [Arc v26.06.2 Release Changelog](https://github.com/Basekick-Labs/arc/releases/tag/v26.06.2)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-55678) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-28T21:31:53.803596Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/262c9f44-4983-49df-a65d-16c0b53c40b6/export</guid>
      <pubDate>Fri, 28 Aug 2026 21:31:53 +0000</pubDate>
    </item>
  </channel>
</rss>
