| 제목 | 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. AM 07:23 (1 월 ago) |
|---|
| 모더레이션 | 2026. 08. 30. PM 12:04 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 397128 [PowerJob 까지 5.1.2 Transport Endpoint TestController.java MuConnectionManager.getOrCreateConnection 권한 상승] |
|---|
| 포인트들 | 20 |
|---|