| 제목 | Totolink C834FR-1C NR1800X 内存损坏 |
|---|
| 설명 | Totolink 路由器中的堆栈溢出漏洞
1. The vulnerability entry point is the regular processing logic of HTTP request headers in `http_request_parse`.
2. The value of the `Host` field will be extracted and passed into `find_host_ip`.
3. The `find_host_ip` function lacks strict length constraints during the replication process.
4. The small stack buffer (`char v113[32]`) used by the caller can be overwritten by overly long data, posing a risk of stack corruption.
5. In this firmware and experimental configuration, when the length of 'Host' reaches 512+, it can reliably trigger a service exception or crash. |
|---|
| 원천 | ⚠️ https://github.com/newym/cve/blob/main/totolinknr1800x.md |
|---|
| 사용자 | NEWYM (UID 85144) |
|---|
| 제출 | 2026. 04. 14. PM 02:23 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 04. 30. PM 08:56 (16 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 360357 [Totolink NR1800X 9.1.0u.6279_B20210910 lighttpd find_host_ip Host 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|