| 标题 | Tomato by Shibby Tomato Firmware Tomato PL ND 1.28 beta Stack-based Buffer Overflow |
|---|
| 描述 | sub_42537C builds a cru a ... scheduler command in a fixed 64-byte stack buffer. The scheduler name argument a1 is inserted into the formatted string twice and is then executed through system().
char cmd[64];
cfg = nvram_get(a1);
sscanf(cfg, "%d,%d,%d", &enabled, &time, &days);
sprintf(cmd, "cru a %s \"%d %d * * %s sched %s\"",
a1, minute, hour, days, a1);
system(cmd);
Two alternate scheduling formats use the same pattern and also place a1 into cmd twice. If a1 is sufficiently long, the formatted command can overflow the 64-byte stack buffer and overwrite saved registers, including the saved return address in the demonstrated layout. |
|---|
| 来源 | ⚠️ https://gitee.com/Fengyi-Wang/CVE/issues/IJTQ5U |
|---|
| 用户 | Cormac315 (UID 97273) |
|---|
| 提交 | 2026-06-10 16時24分 (1 月前) |
|---|
| 管理 | 2026-07-17 16時14分 (1 month later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 379801 [Shibby Tomato 1.28 Scheduler Name sub_42537C a1 内存损坏] |
|---|
| 积分 | 20 |
|---|