CVE-2026-46555
HighCVSS 7.7Exploitation Probability (EPSS)
Low risk9th percentile - higher than 9% of all known CVEs
Summary
WhatsApp MCP Server before version 0.2.1 has critical vulnerabilities: unauthenticated HTTP API on port 8080, missing Host header validation, and an absolute `media_path` parameter in the `/api/send` endpoint. This allows local processes to send WhatsApp messages and steal files, and remote attackers to exploit DNS rebinding.
Risk Assessment
The organization risks exposure of sensitive data (SSH keys, browser sessions, source code) and unauthorized sending of WhatsApp messages from the user's account. Attack can be carried out by malicious local processes or remotely via DNS rebinding.
Recommendation
Upgrade immediately to version 0.2.1, which introduces bearer token authentication, Host header allow-list, and path confinement. If upgrade is not possible, stop the bridge or block port 8080, avoid running alongside untrusted processes and browsing untrusted sites.
Related vulnerabilities
- CVE-2026-79687Critical
Dell PowerStore SDNAS contains a Missing Authentication for Critical Function vulnerability. An unauthenticated attacker with remote access could exploit this, leading to filesystem access.
- CVE-2026-18931Critical
Use of Hard-coded Credentials vulnerability in Talassoft Industrial Management Software allows retrieval of embedded sensitive data. Affects versions from V.4 before V.16.
- CVE-2026-78012Critical
An issue in the NetStaX EtherNet/IP Stack prior to v5.6.1 could allow a large Class 3 explicit-message request to exceed the application-side receive buffer without error. This could result in memory corruption, device crash, or remote attack vector.
- CVE-2026-9621Critical
A denial-of-service issue exists in RSLinx Classic due to improper handling of a malformed packet. A crafted CIP packet can crash the service, requiring restart.
- CVE-2026-18808Critical
Improper Control of Generation of Code ('Code Injection') vulnerability in KIO (Klemsan Internet Objects) allows code injection. Affects versions before v1.9.
- CVE-2026-18210Critical
Improper neutralization of special elements in an SQL command ('SQL injection') vulnerability in Products's Store allows SQL injection. Affects versions before 030631b2.
- CVE-2026-84149Critical
This vulnerability exists in the ERP system due to exposure of repository information through a publicly accessible .git directory. An unauthenticated attacker could retrieve repository metadata and files, potentially reconstructing the application's source code.
- CVE-2026-84148Critical
This vulnerability exists in the ERP system due to improper authentication and authorization controls in the API endpoint. An unauthenticated attacker could manipulate parameters, leading to exposure of sensitive information of other users.
- CVE-2026-84147Critical
This vulnerability exists in the ERP system due to improper authentication controls and inadequate file type validation at the API endpoint. An unauthenticated attacker could upload arbitrary files to a web accessible directory, potentially executing arbitrary code and compromising the system.
- CVE-2026-84121Critical
Sandbox escape vulnerability due to use-after-free in the DOM: Security component. Fixed in Firefox 155, Firefox ESR 115.40, 140.15, and 153.2.
Original NVD description (English source)
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp, enabling Claude to read and send WhatsApp messages. Prior to version 0.2.1, the `whatsapp-bridge` HTTP API listens on `127.0.0.1:8080` without authentication and without Host header validation, and the `/api/send` endpoint accepts an absolute `media_path` parameter without confining it to a safe directory. Combined, these issues allow any local process running as the same user as the bridge to send WhatsApp messages from the paired account without authorization; the same caller to read arbitrary files readable by the user (e.g. SSH private keys, browser session data, source code, dotfiles) and exfiltrate them as WhatsApp document attachments; and/or a remote attacker to trigger the same operations via DNS rebinding from a webpage the user visits, since no Host header validation is performed. In MCP environments, "local caller" extends beyond processes the user explicitly launched — sibling MCP servers, IDE extensions, and tool-triggered flows running in the user's session can act as the effective caller. This issue is fixed in whatsapp-mcp v0.2.1 and corresponding Docker images / release artifacts. Users should upgrade immediately. The fix introduces bearer token authentication on the bridge HTTP API (configured via environment variable, required on all requests, validated with constant-time comparison); host header allow-list validation to prevent DNS rebinding; and confinement of `media_path` to a configured directory, with rejection of absolute paths outside the root and path traversal sequences. This is a breaking change for clients of the bridge API. For users who cannot immediately upgrade: Stop the bridge, or block loopback access to port 8080, when the bridge is not actively in use; avoid running the bridge alongside untrusted MCP servers, browser extensions, or other untrusted local processes; avoid browsing untrusted sites while the bridge is running (DNS rebinding mitigation); and/or run the bridge under a dedicated user account or in a sandbox/container with no access to sensitive files.

