<?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>Sun, 30 Aug 2026 19:11:10 +0000</lastBuildDate>
    <item>
      <title>c055abbb-d2a8-4ddc-9dd3-945ba790b8d4</title>
      <link>https://vulnerability.circl.lu/sighting/c055abbb-d2a8-4ddc-9dd3-945ba790b8d4/export</link>
      <description>{"uuid": "c055abbb-d2a8-4ddc-9dd3-945ba790b8d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-55637", "type": "seen", "source": "https://gist.github.com/alon710/f1f1abcaa50d05cc95fe39660771a422", "content": "# CVE-2026-55637: CVE-2026-55637: Remote Administrative Command Execution in genieacs-mcp via DNS Rebinding\n\n&amp;gt; **CVSS Score:** 8.8\n&amp;gt; **Published:** 2026-08-25\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-55637\n\n## Summary\nCVE-2026-55637 is a high-severity DNS rebinding vulnerability affecting the genieacs-mcp Model Context Protocol server. Prior to version 0.3.2, the application's Streamable HTTP transport lacks adequate Host and Origin header validation. This omission allows external attackers to bypass the Same-Origin Policy through a victim's browser and issue unauthenticated commands to loopback listeners.\n\n## TL;DR\nUnauthenticated loopback HTTP transport in genieacs-mcp prior to 0.3.2 fails to validate Host and Origin headers, enabling remote attackers to bypass the Same-Origin Policy via DNS rebinding and compromise GenieACS administration.\n\n## Technical Details\n\n- **CWE ID**: CWE-346 (Origin Validation Error)\n- **Attack Vector**: Network / Browser-Driven DNS Rebinding\n- **CVSS v4.0 Score**: 8.8 (High)\n- **Exploit Status**: Proof of Concept\n- **CISA KEV Status**: Not Listed\n- **Remediation Status**: Patched in v0.3.2\n\n## Affected Systems\n\n- genieacs-mcp\n- **genieacs-mcp**: &amp;lt; 0.3.2 (Fixed in: `0.3.2`)\n\n## Mitigation\n\n- Upgrade to genieacs-mcp v0.3.2 or higher.\n- Disable the HTTP network listener by setting TRANSPORT=stdio.\n- Enforce mandatory authorization across loopback interfaces by configuring MCP_AUTH_TOKEN.\n- Define strict domain restrictions using MCP_ALLOWED_HOSTS and MCP_ALLOWED_ORIGINS environment variables.\n\n**Remediation Steps:**\n1. Access the local deployment configuration files for the genieacs-mcp application.\n2. Modify the configuration or Docker-compose environment variables to update the container version to v0.3.2.\n3. If immediate upgrade is unfeasible, add TRANSPORT=stdio to the system's environment properties.\n4. Generate and configure a robust token under MCP_AUTH_TOKEN to require authenticated interactions.\n\n## References\n\n- [CVE-2026-55637 Record](https://www.cve.org/CVERecord?id=CVE-2026-55637)\n- [Official Security Advisory GHSA-cmwv-wf9p-p8wx](https://github.com/GeiserX/genieacs-mcp/security/advisories/GHSA-cmwv-wf9p-p8wx)\n- [Pull Request Addressing DNS Rebinding](https://github.com/GeiserX/genieacs-mcp/pull/26)\n- [v0.3.2 Release Tag](https://github.com/GeiserX/genieacs-mcp/releases/tag/v0.3.2)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-55637) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-26T12:32:44.827783Z"}</description>
      <content:encoded>{"uuid": "c055abbb-d2a8-4ddc-9dd3-945ba790b8d4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-55637", "type": "seen", "source": "https://gist.github.com/alon710/f1f1abcaa50d05cc95fe39660771a422", "content": "# CVE-2026-55637: CVE-2026-55637: Remote Administrative Command Execution in genieacs-mcp via DNS Rebinding\n\n&amp;gt; **CVSS Score:** 8.8\n&amp;gt; **Published:** 2026-08-25\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-55637\n\n## Summary\nCVE-2026-55637 is a high-severity DNS rebinding vulnerability affecting the genieacs-mcp Model Context Protocol server. Prior to version 0.3.2, the application's Streamable HTTP transport lacks adequate Host and Origin header validation. This omission allows external attackers to bypass the Same-Origin Policy through a victim's browser and issue unauthenticated commands to loopback listeners.\n\n## TL;DR\nUnauthenticated loopback HTTP transport in genieacs-mcp prior to 0.3.2 fails to validate Host and Origin headers, enabling remote attackers to bypass the Same-Origin Policy via DNS rebinding and compromise GenieACS administration.\n\n## Technical Details\n\n- **CWE ID**: CWE-346 (Origin Validation Error)\n- **Attack Vector**: Network / Browser-Driven DNS Rebinding\n- **CVSS v4.0 Score**: 8.8 (High)\n- **Exploit Status**: Proof of Concept\n- **CISA KEV Status**: Not Listed\n- **Remediation Status**: Patched in v0.3.2\n\n## Affected Systems\n\n- genieacs-mcp\n- **genieacs-mcp**: &amp;lt; 0.3.2 (Fixed in: `0.3.2`)\n\n## Mitigation\n\n- Upgrade to genieacs-mcp v0.3.2 or higher.\n- Disable the HTTP network listener by setting TRANSPORT=stdio.\n- Enforce mandatory authorization across loopback interfaces by configuring MCP_AUTH_TOKEN.\n- Define strict domain restrictions using MCP_ALLOWED_HOSTS and MCP_ALLOWED_ORIGINS environment variables.\n\n**Remediation Steps:**\n1. Access the local deployment configuration files for the genieacs-mcp application.\n2. Modify the configuration or Docker-compose environment variables to update the container version to v0.3.2.\n3. If immediate upgrade is unfeasible, add TRANSPORT=stdio to the system's environment properties.\n4. Generate and configure a robust token under MCP_AUTH_TOKEN to require authenticated interactions.\n\n## References\n\n- [CVE-2026-55637 Record](https://www.cve.org/CVERecord?id=CVE-2026-55637)\n- [Official Security Advisory GHSA-cmwv-wf9p-p8wx](https://github.com/GeiserX/genieacs-mcp/security/advisories/GHSA-cmwv-wf9p-p8wx)\n- [Pull Request Addressing DNS Rebinding](https://github.com/GeiserX/genieacs-mcp/pull/26)\n- [v0.3.2 Release Tag](https://github.com/GeiserX/genieacs-mcp/releases/tag/v0.3.2)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-55637) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-26T12:32:44.827783Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/c055abbb-d2a8-4ddc-9dd3-945ba790b8d4/export</guid>
      <pubDate>Wed, 26 Aug 2026 12:32:44 +0000</pubDate>
    </item>
    <item>
      <title>f6b0b245-cca0-4586-a12b-2d586f3e355a</title>
      <link>https://vulnerability.circl.lu/sighting/f6b0b245-cca0-4586-a12b-2d586f3e355a/export</link>
      <description>{"uuid": "f6b0b245-cca0-4586-a12b-2d586f3e355a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-55637", "type": "published-proof-of-concept", "source": "https://github.com/GeiserX/genieacs-mcp/security/advisories/GHSA-cmwv-wf9p-p8wx", "content": "", "creation_timestamp": "2026-08-25T20:35:33.034899Z"}</description>
      <content:encoded>{"uuid": "f6b0b245-cca0-4586-a12b-2d586f3e355a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-55637", "type": "published-proof-of-concept", "source": "https://github.com/GeiserX/genieacs-mcp/security/advisories/GHSA-cmwv-wf9p-p8wx", "content": "", "creation_timestamp": "2026-08-25T20:35:33.034899Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/f6b0b245-cca0-4586-a12b-2d586f3e355a/export</guid>
      <pubDate>Tue, 25 Aug 2026 20:35:33 +0000</pubDate>
    </item>
  </channel>
</rss>
