| Title | IhateCreatingUserNames2 AiraHub2 3e4b77fd7d48ed811ffe5b8d222068c17c76495e Server-Side Request Forgery |
|---|
| Description | Multiple endpoints perform outbound HTTP requests to URLs derived from user-controlled input (`agent_url`, `hub_urls`, and registration URL fields) without SSRF defenses such as host allowlists or internal-network blocking. This permits attackers to coerce the server into probing internal services or accessing cloud metadata endpoints.
1. `/connect/stream` consumes request parameter `agent_url` and calls `client.stream('GET', agent_url, ...)`.
2. `/admin/sync_agents` iterates request body `hub_urls` and requests `f'{hub_url}/agents'`.
3. Registration logic in `aira_hub.py` fetches `agent_card_url` derived from user-provided agent URL with no network egress policy checks.
|
|---|
| Source | ⚠️ https://github.com/wing3e/public_exp/issues/39 |
|---|
| User | Winegee (UID 96308) |
|---|
| Submission | 04/02/2026 15:22 (23 days ago) |
|---|
| Moderation | 04/24/2026 20:58 (22 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 359524 [IhateCreatingUserNames2 AiraHub2 up to 3e4b77fd7d48ed811ffe5b8d222068c17c76495e Endpoint AiraHub.py connect_stream_endpoint/sync_agents server-side request forgery] |
|---|
| Points | 20 |
|---|