CVE Catalog

CVE-2026-54688

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Summary

mcp-searxng before version 1.2.0 has a vulnerability where web_url_read passes a caller-supplied URL to the server-side fetch path, and assertUrlAllowed() runs only when MCP_HTTP_HARDEN is enabled, which is disabled by default. In the default configuration, an attacker who influences the URL selected by a user or AI agent can make the server fetch loopback, private-network, or cloud metadata endpoint resources and return their contents into the model context.

Risk Assessment

In the default configuration, there is a risk of unauthorized access to internal resources and cloud metadata, potentially leading to sensitive data leakage.

Recommendation

It is recommended to upgrade mcp-searxng to version 1.2.0 or later, which includes the fix.

Other vulnerabilities in mcp-searxng

See all
Original NVD description (English source)

mcp-searxng is a Model Context Protocol server that gives AI assistants web search and URL-reading capabilities through SearXNG. Prior to 1.2.0, web_url_read passes a caller-supplied URL to the server-side fetch path while assertUrlAllowed() in src/url-reader.ts runs only when MCP_HTTP_HARDEN is enabled, even though MCP_HTTP_HARDEN is disabled by default in src/http-security.ts. In the default configuration, an attacker who influences the URL selected by a user or AI agent can make the server fetch loopback, private-network, or cloud metadata endpoint resources and return their contents into the model context. file:// URLs remain rejected, and the separate DNS-resolution and redirect-validation bypasses are outside this record. This issue is fixed in version 1.2.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS