# Totolink LR350 setWiFiEasyGuestCfg缓冲区溢出
## 概述
Totolink LR350 9.3.5u.6369_B20220309 中存在一个缓冲区溢出漏洞,位于 `/cgi-bin/cstecgi.cgi` 文件的 `setWiFiEasyGuestCfg` 函数中。
## 影响版本
Totolink LR350 固件版本 9.3.5u.6369_B20220309。
## 细节
攻击者通过远程操控 `setWiFiEasyGuestCfg` 函数中的 `ssid` 参数,触发缓冲区溢出。
## 影响
可被远程利用,执行任意代码或导致系统崩溃。相关漏洞利用代码已公开。
是否为 Web 类漏洞: 未知
判断理由:
| # | POC 描述 | 源链接 | 神龙链接 |
|---|
标题: TOTOLINK-LR350-setWiFiEasyGuestCfg -- 🔗来源链接
标签:exploit
神龙速读:
## TOTOLINK-LR350-setWiFiEasyGuestCfg
### Overview
- Manufacturer's website information: https://www.totolink.net/
- Firmware download address: https://www.totolink.cn/home/menu/detail.html?menu_listtpl=download&id=75&ids=36
### Affected Version
- LR350 V9.3.5u.6369_B20220309
### Vulnerability Details
In the LR350 V9.3.5u.6369_B20220309 firmware:
- V5 retrieves the value from the `ssid` field input by the user and processes it in the `urldecode` function.
- The processed result is stored in the stack.
Code snippet:
```cpp
v4 = atoi(v3);
v5 = websGetVar(a1, "ssid", &byte_431160);
v6 = (_BYTE *)websGetVar(a1, "key", &byte_431160);
v7 = websGetVar(a1, "hssid", &word_42F724);
v8 = atoi(v7);
v9 = websGetVar(a1, "accessEnabled2g", &word_42F724);
v10 = atoi(v9);
v11 = websGetVar(a1, "encryptionWay", &word_42F724);
v12 = atoi(v11);
v13 = websGetVar(a1, "encryptionType", &word_42F724);
v14 = atoi(v13);
nvram_set_int("rt_guest_enable", v4 == 0);
```
标题: TOTOLINK -- 🔗来源链接
标签:product
神龙速读:
从这个网页截图中,可以获取到以下关于漏洞的关键信息:
1. **产品名称**:NR3500X,这是一款5G Wi-Fi6无线CPE设备。
2. **功能**:该设备旨在提升5G速度,支持Wi-Fi6技术。
3. **产品系列**:NR3500X属于TOTOLINK的产品系列,该品牌专注于智能网络设备。
4. **产品系列**:页面展示了多个产品系列,包括Wi-Fi6、智能家庭Wi-Fi系统、智能OLED双频扩展器和无线LAN卡系列。
这些信息可以帮助进一步了解该设备的功能和用途,但具体漏洞信息需要通过更深入的技术分析来确定。
标题: vuldb.com -- 🔗来源链接
标签:signaturepermissions-required
神龙速读:
- **HTTP Error Code**: 443
- **Error Details**: This page isn't working. If the problem continues, contact the site owner.
- **Action Suggestion**: A "Reload" button is available for retrying the page.
标题: Submit #735718: TOTOLINK LR350 LR350 V9.3.5u.6369_B20220309 Buffer Overflow -- 🔗来源链接
标签:third-party-advisory
神龙速读:
- **Title**: TOTOLINK LR350 LR350 V9.3.5u.6369_B20220309 Buffer Overflow
- **Description**:
- In the LR350 V9.3.5u.6369_B20220309 firmware, V5 retrieves the value from the ssid field input by the user and processes it in the urldecode function. The processed result is stored in the stack.
- **Source User**:
-  https://lavender-bicycle-a5a.notion.site/TOTOLINK-LR350-setWiFiEasyGuestCfg-2e453a41781f8034bae3d1a11066a8fb?source=copy_link
- **Submission Date**: 2026-01-10 16:04 AM
- **Moderation Date**: 2026-01-18 09:20 PM
- **Status**: Accepted
- **VulDB Entry**: [341749](https://vuldb.com/?id.341749)
- **Points**: 14
暂无评论