| 제목 | Tomato by Shibby Tomato Firmware 1.28 Stack-based Buffer Overflow |
|---|
| 설명 | `tomatodata.cgi` retrieves UPS information and parses the UPS response field identified as `DATE`.
In the verified sample, `cgi_main()` calls:
get_ups_field(host, "date", &stack_buf, 0x100);
where `stack_buf` is a 256-byte stack buffer.
The `date` field maps to the `DATE` token with `mode=0`, which forces execution into the unbounded byte-copy path in `get_ups_field()` at `0x9040`. That path copies bytes until a newline is encountered and does not enforce the caller-provided length argument `a4`.
As a result, an attacker-controlled `DATE` field longer than 256 bytes causes an out-of-bounds write on the stack. |
|---|
| 원천 | ⚠️ https://gitee.com/Fengyi-Wang/CVE/issues/IJK7BC |
|---|
| 사용자 | Cormac315 (UID 97273) |
|---|
| 제출 | 2026. 05. 02. PM 04:12 (1 월 ago) |
|---|
| 모더레이션 | 2026. 05. 29. AM 10:32 (27 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 367151 [Shibby Tomato 1.28 tomatodata.cgi get_ups_field 날짜 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|