๐Ÿ” CVE Alert

CVE-2026-58485

HIGH 7.1

mcp-searxng: DNS-resolved Private Hostname SSRF in `web_url_read`

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

mcp-searxng is a Model Context Protocol server that gives AI assistants web search and URL-reading capabilities through SearXNG. Prior to 1.7.1, web_url_read receives its caller-controlled URL through src/index.ts and validates only the literal hostname in assertUrlAllowed() within src/url-reader.ts before undiciFetch() performs operating-system DNS resolution. A public-looking attacker-controlled hostname that resolves to a private, loopback, link-local, or cloud-metadata address therefore passes the lexical check and causes the MCP server to connect to the internal destination. In the default HTTP configuration, an unauthenticated network client can use this path to read internal services, expose credentials or service tokens, and enumerate reachable internal hosts; in STDIO deployments, prompt-influenced tool selection can provide the malicious URL. Direct private IP literals are blocked, and MCP_HTTP_ALLOW_PRIVATE_URLS remains an explicit opt-out. This issue is fixed in version 1.7.1.

CWE CWE-918
Vendor ihor-sokoliuk
Product mcp-searxng
Published Sep 15, 2026
Last Updated Sep 15, 2026
Stay Ahead of the Next One

Get instant alerts for ihor-sokoliuk mcp-searxng

Be the first to know when new high vulnerabilities affecting ihor-sokoliuk mcp-searxng 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:L/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

ihor-sokoliuk / mcp-searxng
< 1.7.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ihor-sokoliuk/mcp-searxng/security/advisories/GHSA-mrvx-jmjw-vggc github.com: https://github.com/ihor-sokoliuk/mcp-searxng/pull/120 github.com: https://github.com/ihor-sokoliuk/mcp-searxng/commit/14575eaaa46a21391477d2b68673858ba6b52bd6 github.com: https://github.com/ihor-sokoliuk/mcp-searxng/releases/tag/v1.7.1