5.1
CVE-2025-60686
- EPSS 0.02%
- Veröffentlicht 13.11.2025 00:00:00
- Zuletzt bearbeitet 19.11.2025 17:41:28
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
A local stack-based buffer overflow vulnerability exists in the infostat.cgi and cstecgi.cgi binaries of ToToLink routers (A720R V4.1.5cu.614_B20230630, LR1200GB V9.1.0u.6619_B20230130, and NR1800X V9.1.0u.6681_B20230703). Both programs parse the contents of /proc/net/arp using sscanf() with "%s" format specifiers into fixed-size stack buffers without length validation. Specifically, one function writes user-controlled data into a single-byte buffer, and the other into adjacent small arrays without bounds checking. An attacker who controls the contents of /proc/net/arp can trigger memory corruption, leading to denial of service or potential arbitrary code execution.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Totolink ≫ A720r Firmware Version4.1.5cu.614_b20230630
Totolink ≫ Lr1200gb Firmware Version9.1.0u.6619_b20230130
Totolink ≫ Nr1800x Firmware Version9.1.0u.6681_b20230703
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.02% | 0.068 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 5.1 | 2.5 | 2.5 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L
|
CWE-121 Stack-based Buffer Overflow
A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).