CVE-2026-81093
WysokieCVSS 8.6Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 39 - wyżej niż 39% wszystkich znanych CVE
Streszczenie
Narzędzie get-html-skeleton pobierało URL podany przez wywołującego po sprawdzeniu tylko składni. Walidacja nie sprawdzała nazwy hosta ani adresu, na który wskazuje, więc adresy loopback, link-local i prywatne były dozwolone, w tym adresy metadanych instancji chmury. Każdy wywołujący serwer MCP mógł odczytać wynik żądania do wewnętrznego punktu końcowego. Wersja 0.9.12 usuwa narzędzie.
Ocena ryzyka
Możliwość odczytu wewnętrznych punktów końcowych, w tym metadanych instancji, może prowadzić do kradzieży danych uwierzytelniających chmury.
Rekomendacja
Zaktualizuj do wersji 0.9.12 lub nowszej, która usuwa narzędzie.
Oryginalny opis (angielski, źródło NVD)
The get-html-skeleton tool fetched a URL the caller supplied after checking only its syntax. The handler in src/tools/common/get_html_skeleton.ts validated the url argument with isValidHttpUrl from src/utils/generic.ts, which confirmed the string began with an http or https scheme and parsed as a URL and inspected neither the host name nor the address it resolves to. Loopback, link-local and private ranges therefore passed, including the address cloud providers use to serve instance metadata. The unchecked URL was handed to the web-browser actor and the fetched document was returned in the tool response, so any caller of the MCP server could make it request an endpoint reachable only from the host and read the result, including instance credentials. Version 0.9.12 removes the tool.

