| 제목 | alldatacenter alldata v0.6.8 CWE-502 |
|---|
| 설명 | The service-data-dts service ships an xxl-rpc Netty listener (default TCP port 7080) whose default serializer is Hessian2. The listener deserializes raw, attacker-controlled TCP bytes through Hessian2Input.readObject() with no type filtering, and no authentication is enforced before deserialization. A network attacker who can reach port 7080 can send a crafted serialized object to achieve remote code execution, running as the service account. The HTTP application layer separately marks every request permitAll() and disables CSRF (WebSecurityConfiguration), but this finding concerns the RPC listener, which is exposed independently of the web security config. |
|---|
| 원천 | ⚠️ https://github.com/alldatacenter/alldata/issues/832 |
|---|
| 사용자 | fakebug (UID 94486) |
|---|
| 제출 | 2026. 06. 26. AM 04:16 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 08. 14. AM 07:50 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 389959 [alldatacenter alldata 까지 0.6.8 xxl-rpc Listener HessianSerializer.java Hessian2Input.readObject 권한 상승] |
|---|
| 포인트들 | 20 |
|---|