VYPR

mcp-searxng

by Ihor Sokoliuk

CVEs (4)

  • CVE-2026-58483HigSep 15, 2026
    risk 0.42cvss 7.5epss

    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 in src/index.ts passes a caller-supplied URL to readUrlContent() in src/url-reader.ts, where checkContentLength() treats…

  • CVE-2026-58485HigSep 15, 2026
    risk 0.39cvss 7.1epss

    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()…

  • CVE-2026-54688MedSep 15, 2026
    risk 0.35cvss 6.5epss

    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…

  • CVE-2026-54689MedSep 15, 2026
    risk 0.34cvss 6.3epss

    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, the web_url_read URL policy in src/url-reader.ts can be bypassed while MCP_HTTP_HARDEN is enabled and MCP_HTTP_ALLOW_PRIVATE_URLS is…