🔴 [P0] Validate orchestrator URL configuration (SSRF risk) #279

Closed
opened 2026-02-03 22:29:46 +00:00 by jason.woltje · 0 comments
Owner

Summary

Orchestrator URL read from environment without validation. Could point to attacker-controlled server.

Location

apps/api/src/federation/federation-agent.service.ts:43-56

Security Impact

  • SSRF vulnerability
  • Data exfiltration
  • All agent spawn requests sent to attacker

Required Fix

Validate URL format, whitelist protocols and hostnames.

Priority

CRITICAL (P0) - SSRF vulnerability

## Summary Orchestrator URL read from environment without validation. Could point to attacker-controlled server. ## Location `apps/api/src/federation/federation-agent.service.ts:43-56` ## Security Impact - SSRF vulnerability - Data exfiltration - All agent spawn requests sent to attacker ## Required Fix Validate URL format, whitelist protocols and hostnames. ## Priority **CRITICAL (P0)** - SSRF vulnerability
jason.woltje added the securityapiapip0 labels 2026-02-03 22:29:46 +00:00
jason.woltje added this to the M7.1-Remediation (0.0.8) milestone 2026-02-03 22:31:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#279