| 제목 | PcapPlusPlus v25.05 Heap-based Buffer Overflow |
|---|
| 설명 | A heap-based buffer over-read vulnerability exists in PcapPlusPlus's Modbus protocol parsing module within the pcpp::ModbusLayer::getLength function at ModbusLayer.cpp:45. The flaw is caused by missing validation on the packet buffer length before accessing critical Modbus header fields. When processing a maliciously crafted truncated Modbus TCP packet that is shorter than the required 6-byte standard header length, the function directly reads the length field without checking the actual m_DataLen value. This unsafe memory access triggers a 2-byte out-of-bounds heap read, which corrupts memory and causes an immediate program crash during packet parsing and string conversion. Remote attackers can exploit this vulnerability by supplying a specially malformed Modbus network packet, triggering invalid out-of-bounds heap memory access to cause a denial-of-service (DoS) condition and potential sensitive memory information disclosure. |
|---|
| 원천 | ⚠️ https://github.com/seladb/PcapPlusPlus/issues/2155 |
|---|
| 사용자 | TYGLS (UID 94774) |
|---|
| 제출 | 2026. 06. 01. AM 05:19 (1 월 ago) |
|---|
| 모더레이션 | 2026. 06. 29. AM 06:25 (28 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 374593 [seladb PcapPlusPlus 25.05 Modbus Protocol ModbusLayer.h getLength length 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|