LATEST View all updates

DBHub CVE-2026-61742: Upgrade to 0.22.5 to Stop DNS-Rebinding SQL Access

GitHub confirms DBHub versions before 0.22.5 are vulnerable through HTTP transport; upgrade and review database exposure.

Editorial cybersecurity illustration of DBHub HTTP DNS rebinding between a browser and database service

Signal Brief

  • DBHub versions before 0.22.5 are affected by CVE-2026-61742 in the documented HTTP transport path.
  • Upgrade to DBHub 0.22.5 or later; stdio is not affected by this specific browser-origin DNS-rebinding vector.
  • Successful exploitation can expose MCP database operations, with impact determined by DBHub tools and database privileges.
  • A public proof of concept exists, but TPS found no confirmed active exploitation.

CVE-2026-61742 affects DBHub versions before 0.22.5 when the vulnerable HTTP MCP transport can be reached through a victim’s browser. GitHub’s reviewed advisory says DNS rebinding can let a malicious webpage reach DBHub and invoke MCP database tools without first supplying a DBHub authorization token. Version 0.22.5 contains the fix.

The vulnerability is serious because successful access can expose database operations such as schema enumeration, data reads and SQL execution. The actual impact still depends on which DBHub tools are enabled, what database credentials DBHub holds and whether the browser can reach the HTTP endpoint. TPS found a public proof of concept in the reviewed evidence, but no confirmed active exploitation.

CVE-2026-61742 affected versions and fixed version

DBHub state CVE-2026-61742 status Reader action
Version before 0.22.5 using HTTP transport Affected Upgrade to 0.22.5 or later and review exposure
Version 0.22.5 or later Fixed for this reported flaw Confirm the deployed version and current advisory guidance
stdio transport Not affected by this specific browser-origin DNS-rebinding vector Do not assume other vulnerability classes are excluded
Infographic showing how to check DBHub CVE-2026-61742 exposure and upgrade to version 0.22.5
Infographic showing the DBHub CVE-2026-61742 exposure and remediation path.

Why HTTP transport matters

The attack depends on a browser being able to reach the DBHub HTTP service. In the vulnerable implementation, DBHub’s protection relied on comparing the browser’s Origin hostname with the request Host. DNS rebinding can defeat that assumption: an attacker-controlled hostname can initially resolve to the attacker’s infrastructure and later resolve to an address reachable from the victim’s browser while the hostname remains the same.

That makes an internal or locally reachable service relevant even when it is not intentionally published to the internet. Public internet exposure is therefore not the only exposure question. Administrators should determine whether browsers on developer or operator machines can reach the affected DBHub HTTP listener.

What successful exploitation can expose

GitHub’s advisory says the vulnerable HTTP path can permit unauthenticated MCP tool calls. Depending on the configured DBHub tools and database account permissions, an attacker could enumerate database structures, read information through exposed tools and invoke SQL execution functionality. Write impact is conditional: it depends on the privileges available to DBHub and the underlying database credentials.

The attack does not require prompt injection or compromise of an AI model. The browser itself is the path used to reach the DBHub service after DNS rebinding.

Is CVE-2026-61742 actively exploited?

No active in-the-wild exploitation was confirmed in the evidence reviewed by TPS. A reproducible public proof of concept exists, which establishes that the attack path can be demonstrated, but proof-of-concept availability must not be treated as evidence that attackers are already using the flaw against production systems. The reviewed CVE metadata also did not show CVE-2026-61742 in CISA’s Known Exploited Vulnerabilities catalog.

What DBHub administrators should check

Check the version

Identify the deployed DBHub version. Versions before 0.22.5 are within the affected range documented by the reviewed advisory.

Check the transport

Determine whether the deployment uses HTTP transport. The specific browser-origin DNS-rebinding path described here does not apply to stdio.

Check browser reachability

Determine whether browsers on relevant workstations can connect to the DBHub HTTP endpoint, including local or internal addresses.

Upgrade DBHub

Move affected installations to version 0.22.5 or later and confirm that the running deployment actually uses the updated build.

Review database privileges

Identify which databases, credentials and MCP tools the DBHub instance can access. These permissions determine the possible impact of successful exploitation.

Review exposed activity

If an affected HTTP service was reachable, review available DBHub, application and database records for unexpected MCP tool calls, SQL activity or unusual data access.

Additional hardening beyond the upgrade

The reviewed advisory recommends stronger controls around browser-reachable services, including restrictive host and origin policies, safer default binding and authentication or capability checks before sensitive MCP methods are dispatched. These controls reduce reliance on hostname equality as the only trust boundary.

Administrators should avoid assuming that a service is safe solely because it listens on a local or internal address. Browsers can act as a bridge to services that are unreachable directly from an external attacker’s network.

What remains unknown

TPS has not established active exploitation, the number of affected DBHub installations, the prevalence of HTTP transport in production or a definitive set of compromise indicators. There is also no evidence in the reviewed material showing how many exposed deployments use database credentials capable of modifying data.

This article should be updated on the same URL if GitHub, DBHub, CISA or another authoritative source confirms exploitation, changes the fixed-version guidance, publishes detection indicators or adds materially different hardening instructions.

Public provenanceVerification & change history

This log separates publication, substantive reader-facing updates and source-verification checks. Older maintenance activity may predate detailed public logging.

  1. Verified

    TPS completed a source-verification pass.

  2. Published

    Article first published.

Trust boundary

Disclaimer

ThePulseSignal (TPS) provides this evidence-led article for informational and editorial guidance. GitHub's reviewed advisory confirms the affected DBHub versions and fixed release, but TPS found no confirmed active exploitation and the actual impact depends on HTTP reachability, exposed MCP tools and database privileges. Verify the current GitHub/DBHub advisory and your own deployment configuration before making security or production changes.