๐Ÿ” CVE Alert

CVE-2026-58483

HIGH 7.5

mcp-searxng: Unbounded Response Body Read Bypasses URL Size Limit in `web_url_read`

CVSS Score
7.5
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 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.

CWE CWE-400
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:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

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-xcqx-9jf5-w339 github.com: https://github.com/ihor-sokoliuk/mcp-searxng/pull/121 github.com: https://github.com/ihor-sokoliuk/mcp-searxng/commit/f5a947ed1650daed10fbdcd53c0db5a86489ffe4 github.com: https://github.com/ihor-sokoliuk/mcp-searxng/releases/tag/v1.7.1