| 제목 | IhateCreatingUserNames2 AiraHub2 3e4b77fd7d48ed811ffe5b8d222068c17c76495e Server-Side Request Forgery |
|---|
| 설명 | 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.
|
|---|
| 원천 | ⚠️ https://github.com/wing3e/public_exp/issues/39 |
|---|
| 사용자 | Winegee (UID 96308) |
|---|
| 제출 | 2026. 04. 02. PM 03:22 (25 날 ago) |
|---|
| 모더레이션 | 2026. 04. 24. PM 08:58 (22 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 359524 [IhateCreatingUserNames2 AiraHub2 까지 3e4b77fd7d48ed811ffe5b8d222068c17c76495e Endpoint AiraHub.py connect_stream_endpoint/sync_agents 권한 상승] |
|---|
| 포인트들 | 20 |
|---|