The CVSS 5.3 assigned to CVE-2026-19770 (an SSRF in fm-mcp-servers) likely reflects an unexamined assumption rather than a genuine severity constraint — and defenders should treat it accordingly.
The vulnerability involves a manipulable downloadUrl parameter in an MCP server, and the rating's 'local environment' qualifier appears to inherit the original developer's mental model: that only their own tooling would invoke this endpoint. But MCP servers occupy a fundamentally different threat posture than traditional internal services. They exist specifically to bridge AI agents with external data sources, APIs, and cloud resources. When an SSRF sits in this middleware layer, the attack isn't simply 'attacker reaches internal services' — it's 'attacker inherits the AI's authorized context,' which may include cloud metadata credentials, API tokens, or database access that the human operator never explicitly extended to external actors.
Three factors should elevate your concern beyond what the CVSS suggests. First, the AI-agent delivery vector: unlike traditional SSRF where the attacker needs network proximity or credentials, this endpoint can potentially be triggered through prompt injection, conversation-based social engineering, or adversarial training data — the attacker influences the AI, which then exercises its authorized outbound access. Second, the trust amplification: an MCP server is a trust proxy by design, so compromising it doesn't just open a port — it potentially cascades access to everything that server can reach. Third, abandonment dynamics: the project's non-responsiveness means the 'local environment' qualifier was never verified, and abandoned code drifts into new integration contexts (forks, AI pipelines, third-party orchestrators) where the original deployment assumption no longer applies.
Check whether the downloadReport endpoint requires authentication — if it's exposed without auth, severity is substantially higher than 5.3 implies. Assume cloud metadata (169.254.169.254) and internal service discovery are reachable until proven otherwise. If you're deploying this component in any AI agent pipeline, treat the SSRF as a potential credential exfiltration vector, not just a network boundary violation.