---
id: CVE-2026-81093
title: >-
  The get-html-skeleton tool fetched a URL the caller supplied after checking
  only its syntax
summary: >-
  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 t…
severity: high
cvss: 8.6
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N'
cwe:
  - CWE-918
published: '2026-08-27'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T20:43:32.537'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-81093'
references:
  - url: 'https://github.com/apify/apify-mcp-server'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/apify/apify-mcp-server/pull/572'
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/apify/apify-mcp-server/security/advisories/GHSA-m28f-9v8h-gg2f
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/apify-actors-mcp-server-before-0.9.12-server-side-request-forgery-via-get-html-skeleton
    label: disclosure@vulncheck.com
tags:
  - nvd
epss: 0.00524
epssPercentile: 0.41954
ingestedAt: '2026-09-24T20:51:40.234Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
