CVE-2026-80347
Last modified
CVE-2026-80347 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.48% chance of exploitation in the next 30 days.
Description
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 returns zero for a bracketed value, so the branch holding the private-address checks is skipped entirely. The guard falls back to resolving the hostname, the bracketed string is not a resolvable name, no addresses are returned, and the target is reported safe. The HTTP client then strips the brackets and connects. Because the address may be given in IPv4-mapped form, the same path reaches any IPv4 target the loopback and private checks were meant to exclude, including link-local metadata endpoints. isPrivateIPv6 also has no case for the ::ffff: prefix, so the mapped form would still pass even if the brackets were removed. The fetch target is supplied as a tool argument, so an attacker who can influence what the model requests can read internal responses back into the model context.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-80347?
How severe is CVE-2026-80347?
How do I fix CVE-2026-80347?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- 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-80339The Payment Plugins for Stripe WooCommerce WordPress plugin …5.3
- CVE-2026-8034A server-side request forgery (SSRF) vulnerability was ident…9.8
- CVE-2026-80340The Payment Plugins for PayPal WooCommerce WordPress plugin …5.3
- CVE-2026-80341The Payment Plugins for PayPal WooCommerce WordPress plugin …5.9
- CVE-2026-80342The Payment Plugins for PayPal WooCommerce WordPress plugin …6.5
- CVE-2026-80346StarRocks performs no privilege check when a legacy synchron…7.1
- CVE-2026-80348TarsWeb enforces its per-application roles by calling AuthSe…8.8
- CVE-2026-80349TarsWeb decides whether a request comes from a trusted local…9.8
- CVE-2026-8035Improper input validation in the NI-PAL kernel driver may al…5.5
- CVE-2026-80350OneUptime's webhook target check rejects private and loopbac…7.1
- CVE-2026-80351Improper neutralization of directives in dynamically evaluat…9.8
- CVE-2026-80352Improper Control of Generation of Code ('Code Injection') vu…9.8
Are you affected by CVE-2026-80347?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
