VYPR

mcp-fetch

by Kazuph

CVEs (1)

  • CVE-2026-80347Aug 26, 2026
    risk 0.00cvss epss

    mcp-fetch checks a fetch target against its SSRF guard without removing the brackets that surround an IPv6 literal. isSafeUrl reads the hostname from the parsed URL, which for a literal such as http://[::1]/ yields the bracketed string, and then tests it with net.isIP. That call…