Lucene search
+L

3 matches found

CVE
CVE
added 2026/08/26 10:09 a.m.5 views

CVE-2026-80347 mcp-fetch through 1.6.3 Server-Side Request Forgery via Unstripped IPv6 Literal Brackets

mcp-fetch (npm package @kazuph/mcp-fetch ) through version 1.6.3 contains a Server-Side Request Forgery (SSRF) flaw in its isSafeUrl guard. When a target URL uses an IPv6 literal such as http://[::1]/, the parsed hostname retains the surrounding brackets. The net.isIP check returns zero for the b...

8.7CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/26 10:09 a.m.4 views

CVE-2026-80347 mcp-fetch through 1.6.3 Server-Side Request Forgery via Unstripped IPv6 Literal Brackets

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...

8.7CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/20 11:05 a.m.33 views

CVE-2026-77067 Omnivore Stored Server-Side Request Forgery via the setWebhook Mutation

The setWebhookResolver in packages/api/src/resolvers/webhooks/index.ts stores the caller-supplied url without any address validation, and the file imports no validation helper. When a subscribed event fires, callWebhook in packages/api/src/jobs/callwebhook.ts issues axios.request with that url, t...

5.3CVSS0.00222EPSS
SaveExploits0References6
Rows per page
Query Builder