| 제목 | vhr人事管理系统 1.0-SNAPSHOT Deserialization |
|---|
| 설명 | vhr(微人事) — Spring AMQP Java Deserialization RCE
Product: vhr(微人事) 1.0-SNAPSHOT
Classification: Deserialization of Untrusted Data
=== ROOT CAUSE ===
`RabbitConfig` uses default `SimpleMessageConverter`; `MailReceiver` deserializes untrusted bytes.
=== REPRODUCTION ===
mailserver consumes `javaboy.mail.queue` with default Java serialization. Publishing malicious serialized objects causes RCE on mailserver JVM host.
PoC:
# Publish Java Chains payload to queue javaboy.mail.queue (port 5673)
python3 vhr_rabbitmq_publish.py --host TARGET --port 5673 --file vhr_payload_touch.b64
# Verify on mailserver host: ls /tmp/vhr_deser_poc_ok
Expected: File `/tmp/vhr_deser_poc_ok` created on mailserver host (not RabbitMQ container)
=== IMPACT ===
Remote code execution on mailserver application server.
=== FIX ===
Use JSON message converter; authenticate RabbitMQ; restrict network access.
|
|---|
| 원천 | ⚠️ https://github.com/ArrestX/vhr-advisories/blob/main/poc/VHR-VULN-006/YAKIT-PoC.md |
|---|
| 사용자 | Anonymous User |
|---|
| 제출 | 2026. 07. 14. AM 11:04 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 09. 12. AM 10:04 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 403078 [lenve vhr 1.0-SNAPSHOT MailReceiver 권한 상승] |
|---|
| 포인트들 | 20 |
|---|