๐Ÿ” CVE Alert

CVE-2026-81102

LOW 3.1

Dropbox Dash MCP Server DNS Rebinding via Missing Host Header Validation

CVSS Score
3.1
EPSS Score
0.0%
EPSS Percentile
0th

The Dash MCP server bound its listener to the loopback address but never checked the host a request named. src/mcp_server_dash.py constructed the server for its network mode with the interface restricted to loopback and no transport-security settings, so a name that had been pointed at the loopback address still reached the listener while carrying the attacker's host name. A page in a visitor's browser could therefore drive the local server and invoke its company-search and file-detail tools under the Dropbox credential the server holds. Only the network mode was reachable this way; the standard input mode was not. The fix supplies transport-security settings that enable host checking and allow only the loopback name and port, rejecting other hosts before a tool runs. The repository publishes no versions, so the affected boundary is the commit preceding the fix.

CWE CWE-346
Vendor dropbox
Product mcp-server-dash
Published Aug 27, 2026
Stay Ahead of the Next One

Get instant alerts for dropbox mcp-server-dash

Be the first to know when new low vulnerabilities affecting dropbox mcp-server-dash are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

dropbox / mcp-server-dash
0 < 84567b74e3c72e42d5e50ee07c56864613f519c2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/dropbox/mcp-server-dash github.com: https://github.com/dropbox/mcp-server-dash/pull/12 vulncheck.com: https://www.vulncheck.com/advisories/dropbox-dash-mcp-server-dns-rebinding-via-missing-host-header-validation

Credits

Avishai Gonen (Pluto Security)