SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-58483

HIGH · CVSS 7.5 EPSS 0.46% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The mcp-searxng Model Context Protocol server is vulnerable to a denial-of-service attack due to improper handling of URLs that lack a Content-Length header, allowing an attacker to bypass memory limits and consume excessive CPU resources. This vulnerability can lead to unbounded memory usage and increased CPU consumption, potentially disrupting service availability. Organizations using versions prior to 1.7.1 should prioritize upgrading to mitigate this high-severity risk.

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-58483
Severity
HIGH
CVSS
7.5
EPSS
0.46%

Original NVD Description

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 a missing Content-Length header as an inconclusive preflight and the normal and error paths then consume the complete body with response.text(). A server that omits Content-Length can therefore bypass URL_READ_MAX_CONTENT_LENGTH_BYTES and force unbounded memory use. The resulting string is also processed by NodeHtmlMarkdown.translate(), increasing CPU consumption and allowing an unauthenticated HTTP client to cause denial of service. This issue is fixed in version 1.7.1.