<?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>Sat, 26 Sep 2026 07:02:50 +0000</lastBuildDate>
    <item>
      <title>119c2613-eaeb-4e57-8ec5-12e7d6e6c2a2</title>
      <link>https://vulnerability.circl.lu/sighting/119c2613-eaeb-4e57-8ec5-12e7d6e6c2a2/export</link>
      <description>{"uuid": "119c2613-eaeb-4e57-8ec5-12e7d6e6c2a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61742", "type": "seen", "source": "https://gist.github.com/alon710/578cc93d0032ecb85c4eb5d7e0d82616", "content": "# CVE-2026-61742: CVE-2026-61742: DNS Rebinding to Unauthenticated SQL Execution in DBHub\n\n&amp;gt; **CVSS Score:** 9.3\n&amp;gt; **Published:** 2026-09-24\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-61742\n\n## Summary\nA critical DNS rebinding vulnerability in DBHub (associated with GHSA-fm8p-53ww-hf6w) allows unauthenticated remote attackers to execute arbitrary SQL queries against local and internal databases. By exploiting a relative origin validation check within the HTTP transport middleware, an attacker can bypass same-origin protections via DNS rebinding. This allows malicious external websites to send JSON-RPC commands to the local DBHub service to read, write, and exfiltrate database contents. The issue affects all versions of DBHub prior to 0.22.5.\n\n## TL;DR\nUnauthenticated remote SQL execution on local DBHub database servers via client-side DNS rebinding.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-346\n- **Attack Vector**: Network\n- **CVSS v4.0 Score**: 9.3\n- **EPSS Score**: N/A (Published 2026)\n- **Impact**: Unauthenticated arbitrary SQL Execution / Information Disclosure\n- **Exploit Status**: Proof-of-Concept\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- @bytebase/dbhub\n- DBHub Server (HTTP transport mode)\n- **@bytebase/dbhub**: &amp;lt; 0.22.5 (Fixed in: `0.22.5`)\n\n## Mitigation\n\n- Upgrade DBHub to version 0.22.5 or above to apply strict host allowlisting.\n- Restrict service binding explicitly to loopback interface 127.0.0.1 instead of wildcard interfaces 0.0.0.0.\n- Deploy a reverse proxy (e.g., Nginx, Apache, or Caddy) in front of the HTTP endpoint to enforce authentication and validate host headers.\n\n**Remediation Steps:**\n1. Run 'npm install @bytebase/dbhub@latest' to update the package dependency.\n2. Verify the version is at least 0.22.5 by inspecting the package-lock.json or running 'npx @bytebase/dbhub --version'.\n3. If configuration overrides are needed, pass the authorized domain names via the '--allowed-hosts' CLI argument or the 'DBHUB_ALLOWED_HOSTS' environment variable.\n\n## References\n\n- [GitHub Security Advisory GHSA-fm8p-53ww-hf6w](https://github.com/bytebase/dbhub/security/advisories/GHSA-fm8p-53ww-hf6w)\n- [NVD CVE-2026-61742 Details](https://nvd.nist.gov/vuln/detail/CVE-2026-61742)\n- [DBHub v0.22.6 Release Notes](https://github.com/bytebase/dbhub/releases/tag/v0.22.6)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-61742) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-25T13:30:32.000000Z"}</description>
      <content:encoded>{"uuid": "119c2613-eaeb-4e57-8ec5-12e7d6e6c2a2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61742", "type": "seen", "source": "https://gist.github.com/alon710/578cc93d0032ecb85c4eb5d7e0d82616", "content": "# CVE-2026-61742: CVE-2026-61742: DNS Rebinding to Unauthenticated SQL Execution in DBHub\n\n&amp;gt; **CVSS Score:** 9.3\n&amp;gt; **Published:** 2026-09-24\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-61742\n\n## Summary\nA critical DNS rebinding vulnerability in DBHub (associated with GHSA-fm8p-53ww-hf6w) allows unauthenticated remote attackers to execute arbitrary SQL queries against local and internal databases. By exploiting a relative origin validation check within the HTTP transport middleware, an attacker can bypass same-origin protections via DNS rebinding. This allows malicious external websites to send JSON-RPC commands to the local DBHub service to read, write, and exfiltrate database contents. The issue affects all versions of DBHub prior to 0.22.5.\n\n## TL;DR\nUnauthenticated remote SQL execution on local DBHub database servers via client-side DNS rebinding.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-346\n- **Attack Vector**: Network\n- **CVSS v4.0 Score**: 9.3\n- **EPSS Score**: N/A (Published 2026)\n- **Impact**: Unauthenticated arbitrary SQL Execution / Information Disclosure\n- **Exploit Status**: Proof-of-Concept\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- @bytebase/dbhub\n- DBHub Server (HTTP transport mode)\n- **@bytebase/dbhub**: &amp;lt; 0.22.5 (Fixed in: `0.22.5`)\n\n## Mitigation\n\n- Upgrade DBHub to version 0.22.5 or above to apply strict host allowlisting.\n- Restrict service binding explicitly to loopback interface 127.0.0.1 instead of wildcard interfaces 0.0.0.0.\n- Deploy a reverse proxy (e.g., Nginx, Apache, or Caddy) in front of the HTTP endpoint to enforce authentication and validate host headers.\n\n**Remediation Steps:**\n1. Run 'npm install @bytebase/dbhub@latest' to update the package dependency.\n2. Verify the version is at least 0.22.5 by inspecting the package-lock.json or running 'npx @bytebase/dbhub --version'.\n3. If configuration overrides are needed, pass the authorized domain names via the '--allowed-hosts' CLI argument or the 'DBHUB_ALLOWED_HOSTS' environment variable.\n\n## References\n\n- [GitHub Security Advisory GHSA-fm8p-53ww-hf6w](https://github.com/bytebase/dbhub/security/advisories/GHSA-fm8p-53ww-hf6w)\n- [NVD CVE-2026-61742 Details](https://nvd.nist.gov/vuln/detail/CVE-2026-61742)\n- [DBHub v0.22.6 Release Notes](https://github.com/bytebase/dbhub/releases/tag/v0.22.6)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-61742) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-25T13:30:32.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/119c2613-eaeb-4e57-8ec5-12e7d6e6c2a2/export</guid>
      <pubDate>Fri, 25 Sep 2026 13:30:32 +0000</pubDate>
    </item>
    <item>
      <title>ee3e1f65-d06b-4226-ab88-bd5dc945e471</title>
      <link>https://vulnerability.circl.lu/sighting/ee3e1f65-d06b-4226-ab88-bd5dc945e471/export</link>
      <description>{"uuid": "ee3e1f65-d06b-4226-ab88-bd5dc945e471", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61742", "type": "seen", "source": "https://bsky.app/profile/stemshop.bsky.social/post/3mwc2odqubi2n", "content": "\ud83d\udea8 CVE-2026-61742 \u2014 CVSS 9.3 CRITICAL\n\nDBHub is a database MCP server for Postgres, MySQL, SQL Server, Oracle, MariaDB, SQLite. Versions prior to ...\n\n\ud83d\udd0e https://stemshop.top/cve/CVE-2026-61742\n\n#CVE #CyberSecurity #InfoSec", "creation_timestamp": "2026-09-24T20:08:10.081999Z"}</description>
      <content:encoded>{"uuid": "ee3e1f65-d06b-4226-ab88-bd5dc945e471", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61742", "type": "seen", "source": "https://bsky.app/profile/stemshop.bsky.social/post/3mwc2odqubi2n", "content": "\ud83d\udea8 CVE-2026-61742 \u2014 CVSS 9.3 CRITICAL\n\nDBHub is a database MCP server for Postgres, MySQL, SQL Server, Oracle, MariaDB, SQLite. Versions prior to ...\n\n\ud83d\udd0e https://stemshop.top/cve/CVE-2026-61742\n\n#CVE #CyberSecurity #InfoSec", "creation_timestamp": "2026-09-24T20:08:10.081999Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/ee3e1f65-d06b-4226-ab88-bd5dc945e471/export</guid>
      <pubDate>Thu, 24 Sep 2026 20:08:10 +0000</pubDate>
    </item>
    <item>
      <title>1b1e3204-170d-45f7-bf7e-dd82ba773fe2</title>
      <link>https://vulnerability.circl.lu/sighting/1b1e3204-170d-45f7-bf7e-dd82ba773fe2/export</link>
      <description>{"uuid": "1b1e3204-170d-45f7-bf7e-dd82ba773fe2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61742", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mwbxyhqcmy2r", "content": "CVE-2026-61742 - dbhub\nIf you run DBHub using its built\u2011in HTTP server (for example with --transport http --port 8080) before version 0.22.5, a malicious website can trick a visitor\u2019s browser into sending\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#dbhub #bytebase #CVE #infosec", "creation_timestamp": "2026-09-24T19:20:08.355085Z"}</description>
      <content:encoded>{"uuid": "1b1e3204-170d-45f7-bf7e-dd82ba773fe2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61742", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mwbxyhqcmy2r", "content": "CVE-2026-61742 - dbhub\nIf you run DBHub using its built\u2011in HTTP server (for example with --transport http --port 8080) before version 0.22.5, a malicious website can trick a visitor\u2019s browser into sending\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#dbhub #bytebase #CVE #infosec", "creation_timestamp": "2026-09-24T19:20:08.355085Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/1b1e3204-170d-45f7-bf7e-dd82ba773fe2/export</guid>
      <pubDate>Thu, 24 Sep 2026 19:20:08 +0000</pubDate>
    </item>
    <item>
      <title>82ee6216-f22b-40cc-9faf-28707a8afd7a</title>
      <link>https://vulnerability.circl.lu/sighting/82ee6216-f22b-40cc-9faf-28707a8afd7a/export</link>
      <description>{"uuid": "82ee6216-f22b-40cc-9faf-28707a8afd7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61742", "type": "seen", "source": "https://bsky.app/profile/vulnsea.com/post/3mwbxptij6i2n", "content": "\ud83c\udf0a ABYSSAL \u00b7 critical with a public exploit\nCVE-2026-61742: DBHub is a database MCP server for Postgres, MySQL, SQL Server, Oracle, MariaDB, SQLite\nCVSS 9.3\nhttps://beta.vulnsea.com/cve/CVE-2026-61742\n\n#CVE #infosec #cybersecurity #threatintel", "creation_timestamp": "2026-09-24T19:15:18.881041Z"}</description>
      <content:encoded>{"uuid": "82ee6216-f22b-40cc-9faf-28707a8afd7a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61742", "type": "seen", "source": "https://bsky.app/profile/vulnsea.com/post/3mwbxptij6i2n", "content": "\ud83c\udf0a ABYSSAL \u00b7 critical with a public exploit\nCVE-2026-61742: DBHub is a database MCP server for Postgres, MySQL, SQL Server, Oracle, MariaDB, SQLite\nCVSS 9.3\nhttps://beta.vulnsea.com/cve/CVE-2026-61742\n\n#CVE #infosec #cybersecurity #threatintel", "creation_timestamp": "2026-09-24T19:15:18.881041Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/82ee6216-f22b-40cc-9faf-28707a8afd7a/export</guid>
      <pubDate>Thu, 24 Sep 2026 19:15:18 +0000</pubDate>
    </item>
    <item>
      <title>ae9742ba-dbc6-4b03-8779-f49381c57423</title>
      <link>https://vulnerability.circl.lu/sighting/ae9742ba-dbc6-4b03-8779-f49381c57423/export</link>
      <description>{"uuid": "ae9742ba-dbc6-4b03-8779-f49381c57423", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-61742", "type": "published-proof-of-concept", "source": "https://github.com/bytebase/dbhub/security/advisories/GHSA-fm8p-53ww-hf6w", "content": "", "creation_timestamp": "2026-06-24T04:25:42.000000Z"}</description>
      <content:encoded>{"uuid": "ae9742ba-dbc6-4b03-8779-f49381c57423", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-61742", "type": "published-proof-of-concept", "source": "https://github.com/bytebase/dbhub/security/advisories/GHSA-fm8p-53ww-hf6w", "content": "", "creation_timestamp": "2026-06-24T04:25:42.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/ae9742ba-dbc6-4b03-8779-f49381c57423/export</guid>
      <pubDate>Wed, 24 Jun 2026 04:25:42 +0000</pubDate>
    </item>
  </channel>
</rss>
