| タイトル | PowerJob 5.1.2 Server-Side Request Forgery |
|---|
| 説明 | An SSRF vulnerability exists in the /test/transport endpoint.
The endpoint accepts a user-controllable remote url object from the HTTP request body and passes it to TransportService.ask() / TransportService.tell(). When the MU protocol is selected, the attacker-controlled url.address.host and url.address.port finally reach MuConnectionManager.getOrCreateConnection(), where PowerJob creates an outbound TCP connection with bootstrap.connect(host, port).
The /test/transport handler does not have @ApiPermission. If /test/** is exposed in a deployed PowerJob server, an unauthenticated attacker can make the server connect to arbitrary internal or external TCP services. |
|---|
| ソース | ⚠️ https://github.com/PowerJob/PowerJob/issues/1181 |
|---|
| ユーザー | CyanM0un (UID 99906) |
|---|
| 送信 | 2026年07月17日 07:23 (1 月 ago) |
|---|
| モデレーション | 2026年08月30日 12:04 (1 month later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 397128 [PowerJob 迄 5.1.2 Transport Endpoint TestController.java MuConnectionManager.getOrCreateConnection 特権昇格] |
|---|
| ポイント | 20 |
|---|