CVE-2026-58483
Last modified
CVE-2026-58483 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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().
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ihor-sokoliuk | mcp-searxng | < 1.7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-58483?
How severe is CVE-2026-58483?
How do I fix CVE-2026-58483?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-58478Sustainable Irrigation Platform (SIP) through version 5.2.16…6.5
- CVE-2026-58479Sustainable Irrigation Platform (SIP) through version 5.2.16…9.8
- CVE-2026-5848A vulnerability was found in jeecgboot JimuReport up to 2.3.…4.7
- CVE-2026-58480Blocksy Companion Pro plugin for WordPress before 2.1.47 con…9.8
- CVE-2026-58481Network-AI is a TypeScript/Node.js multi-agent orchestrator.…6.5
- CVE-2026-58482Network-AI, a TypeScript/Node.js multi-agent orchestrator, h…5.9
- CVE-2026-58484Network-AI is a TypeScript/Node.js multi-agent orchestrator.…7.1
- CVE-2026-58485mcp-searxng is a Model Context Protocol server that gives AI…7.1
- CVE-2026-58486HedgeDoc is an open source, real-time, collaborative, markdo…8.3
- CVE-2026-58487HedgeDoc is an open source, real-time, collaborative, markdo…5.1
- CVE-2026-58488HedgeDoc is an open source, real-time, collaborative, markdo…6.9
- CVE-2026-58489HedgeDoc is an open source, real-time collaborative markdown…6.8
Are you affected by CVE-2026-58483?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
