PulseAugur
EN
LIVE 16:26:31

CrawlForge v5.0.0 fixes SSRF, OAuth, and secret leaks

CrawlForge has released version 5.0.0 of its MCP Server, focusing on security and correctness improvements rather than new features. This update addresses seven critical bugs identified during an internal audit, including a significant Server-Side Request Forgery (SSRF) vulnerability that could expose internal networks and cloud metadata. The release also enhances security around OAuth flows, prevents secret leakage in telemetry and logs, and refines credit checking for billing. Additionally, the update ensures MCP protocol compliance and updates the required Node.js version to 20.16.0. AI

IMPACT Enhances security for tools processing AI-generated URLs, preventing potential data breaches and unauthorized access.

RANK_REASON This is a software release for a specific tool, not a frontier model release or significant industry event.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

CrawlForge v5.0.0 fixes SSRF, OAuth, and secret leaks

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Simon ·

    CrawlForge v5.0.0: Security, Correctness, MCP Spec

    <p><code>http://2130706433/</code> is a valid URL. Your browser will happily resolve it to <code>127.0.0.1</code>, because the WHATWG URL parser normalizes decimal, hex (<code>0x7f000001</code>), and octal integer forms into dotted-quad IPv4.</p> <p>Our SSRF guard did not know th…