SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-81102

LOW · CVSS 3.1 EPSS 0.14% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-27 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The Dash MCP server is vulnerable due to improper host validation, allowing requests with an attacker-specified hostname to reach the server's listener bound to the loopback address. This could enable an attacker to exploit local server functionalities, potentially exposing sensitive data under the Dropbox credentials held by the server. Organizations using this server should prioritize addressing this vulnerability to prevent unauthorized access and protect sensitive information.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-81102
Severity
LOW
CVSS
3.1
EPSS
0.14%

Original NVD Description

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.