CVE-2026-81092

Source
https://cve.org/CVERecord?id=CVE-2026-81092
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81092.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-81092
Published
2026-08-27T14:50:33.286Z
Modified
2026-08-30T03:48:22.551955185Z
Severity
  • 7.6 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
mcp-go before 0.56.0 Missing Host Header Validation Enables DNS Rebinding
Details

mcp-go accepted requests on its HTTP transports without checking the Host header. StreamableHTTPServer.ServeHTTP in server/streamablehttp.go and SSEServer.ServeHTTP in server/sse.go served any request arriving over a loopback connection regardless of the host it named, and the SSE transport's cross-origin default allowed any origin. A page in a browser could therefore point a name it controlled at the loopback address and reach a server listening there, invoking tools and reading resources that the server exposed on the assumption that only local software could connect. No release before 0.56.0 validated the header on either transport; 0.56.0 adds server/httplocalhost.go, which rejects a loopback-bound request carrying a host that is not a loopback name, and wires it into both transports.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81092.json",
    "cwe_ids": [
        "CWE-346"
    ],
    "cna_assigner": "VulnCheck"
}
References

Affected packages

Git / github.com/mark3labs/mcp-go

Affected ranges

Type
GIT
Repo
https://github.com/mark3labs/mcp-go
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source": [
        "AFFECTED_FIELD",
        "DESCRIPTION",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.56.0"
        }
    ]
}

Affected versions

otel/v0.*
otel/v0.54.0
v0.*
v0.1.0
v0.1.1
v0.1.2
v0.1.3
v0.1.4
v0.1.5
v0.1.6
v0.10.0
v0.10.1
v0.10.2
v0.10.3
v0.11.0
v0.11.1
v0.11.2
v0.12.0
v0.13.0
v0.14.0
v0.14.1
v0.15.0
v0.16.0
v0.17.0
v0.18.0
v0.19.0
v0.2.0
v0.20.0
v0.20.1
v0.21.0
v0.21.1
v0.22.0
v0.23.0
v0.23.1
v0.24.0
v0.24.1
v0.25.0
v0.27.0
v0.27.1
v0.28.0
v0.29.0
v0.3.0
v0.30.0
v0.30.1
v0.31.0
v0.32.0
v0.33.0
v0.34.0
v0.35.0
v0.36.0
v0.37.0
v0.38.0
v0.39.0
v0.39.1
v0.4.0
v0.4.1
v0.40.0
v0.41.0
v0.41.1
v0.42.0
v0.42.0-beta.1
v0.42.0-beta.2
v0.42.0-beta.3
v0.43.0
v0.43.0-beta.1
v0.43.0-beta.2
v0.43.0-beta.3
v0.43.1
v0.43.2
v0.44.0
v0.44.0-beta.1
v0.44.0-beta.2
v0.44.0-beta.3
v0.44.1
v0.45.0
v0.46.0
v0.47.0
v0.47.1
v0.48.0
v0.49.0
v0.5.0
v0.5.1
v0.5.10
v0.5.2
v0.5.3
v0.5.4
v0.5.5
v0.5.6
v0.5.7
v0.5.8
v0.5.9
v0.50.0
v0.51.0
v0.52.0
v0.53.0
v0.54.0
v0.54.1
v0.55.0
v0.55.1
v0.6.0
v0.7.0
v0.8.0
v0.8.1
v0.8.2
v0.8.3
v0.8.4
v0.8.5
v0.9.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81092.json"