CVE-2025-10803
published 2025-09-22CVE-2025-10803: A vulnerability has been found in Tenda AC23 up to 16.03.07.52. Affected by this vulnerability is the function sscanf of the file /goform/SetPptpServerCfg of…
PriorityP265high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EPSS
0.74%
50.2th percentile
A vulnerability has been found in Tenda AC23 up to 16.03.07.52. Affected by this vulnerability is the function sscanf of the file /goform/SetPptpServerCfg of the component HTTP POST Request Handler. Such manipulation of the argument startIp leads to buffer overflow. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
Affected
54 ranges· showing 25
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
| tenda | ac23 | — | — |
Detection & IOCsextracted from sources · hover to see the quote
urlhttps://github.com/CH13hh/tmp_store_cc/blob/main/AC7formSetPPTPServer/formSetPPTPServer.md
snort
alert http any any -> $HOME_NET any (msg:"ET WEB_SPECIFIC_APPS Tenda AC7 SetPptpServerCfg Buffer Overflow Attempt (CVE-2025-3346, CVE-2025-10803, CVE-2025-10815)"; flow:established,to_server; http.method; content:"POST"; http.uri; bsize:24; content:"/goform/SetPptpServerCfg"; fast_pattern; http.request_body; content:"startIp|3d|"; content:"endIp|3d|"; pcre:"/(?:start|end)Ip\x3d.{200}/P"; reference:url,github.com/CH13hh/tmp_store_cc/blob/main/AC7formSetPPTPServer/formSetPPTPServer.md; reference:cve,2025-3346; reference:cve,2025-10803; reference:cve,2025-10815; classtype:attempted-admin; sid:2061337; rev:1; metadata:affected_product Tenda, attack_target Networking_Equipment, tls_state plaintext, created_at 2025_04_07, cve CVE_2025_3346, deployment Perimeter, deployment Internal, performance_impact Low, confidence High, signature_severity Major, tag Exploit, updated_at 2025_04_07, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application; target:dest_ip;)- →Match HTTP POST requests to the exact URI /goform/SetPptpServerCfg (bsize:24) with body parameters containing 'startIp=' and 'endIp=' where either value exceeds 200 characters — indicative of a buffer overflow attempt.
- →The attack is delivered via a plaintext HTTP POST request (not TLS), targeting the device's web management interface remotely — perimeter and internal network monitoring are both recommended.
- →The vulnerability resides in the sscanf function within the SetPptpServerCfg handler; the startIp argument is the overflow vector.
- ·The Snort/Suricata rule (ET sid:2061337) covers three related CVEs (CVE-2025-3346, CVE-2025-10803, CVE-2025-10815) across Tenda AC7 and AC23 models — ensure scope is understood before deploying as a single-CVE alert.
- ·Affected firmware is Tenda AC23 up to version 16.03.07.52; detections should be scoped to that product/version range.
CVSS provenance
nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvdv4.07.4HIGHCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
nvdv2.09.0CRITICALAV:N/AC:L/Au:S/C:C/I:C/A:C
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Suricata
ET WEB_SPECIFIC_APPS Tenda AC7 SetPptpServerCfg Buffer Overflow Attempt (CVE-2025-3346, CVE-2025-10803, CVE-2025-10815)
suricata·2025-04-07·CVSS 7.4
CVE-2025-3346 [HIGH] ET WEB_SPECIFIC_APPS Tenda AC7 SetPptpServerCfg Buffer Overflow Attempt (CVE-2025-3346, CVE-2025-10803, CVE-2025-10815)
ET WEB_SPECIFIC_APPS Tenda AC7 SetPptpServerCfg Buffer Overflow Attempt (CVE-2025-3346, CVE-2025-10803, CVE-2025-10815)
Rule: alert http any any -> $HOME_NET any (msg:"ET WEB_SPECIFIC_APPS Tenda AC7 SetPptpServerCfg Buffer Overflow Attempt (CVE-2025-3346, CVE-2025-10803, CVE-2025-10815)"; flow:established,to_server; http.method; content:"POST"; http.uri; bsize:24; content:"/goform/SetPptpServerCfg"; fast_pattern; http.request_body; content:"startIp|3d|"; content:"endIp|3d|"; pcre:"/(?:start|end)Ip\x3d.{200}/P"; reference:url,github.com/CH13hh/tmp_store_cc/blob/main/AC7formSetPPTPServer/formSetPPTPServer.md; reference:cve,2025-3346; reference:cve,2025-10803; reference:cve,2025-10815; classtype:attempted-admin; sid:2061337; rev:1; metadata:affected_product Tenda, attack_target Networking_Eq
No public exploits indexed.
No writeups or analysis indexed.
2025-09-22
Published