Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Unauthenticated network-reachable RTSP service (AV:N/PR:N/UI:N); scriptable fixed handshake keeps AC:L; impact is solely a service crash, so C:N/I:N/A:H.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
A stack-based buffer overflow vulnerability in the RTSP service of Tenda CP3 V3.0 (firmware V31.1.9.91) allows an unauthenticated remote attacker to cause a denial of service via a crafted second SETUP request. After completing the OPTIONS, DESCRIBE, and a legitimate first SETUP request to obtain a valid session ID, the RTSP service's second-stage URL routing parser fails to validate the length of the URL field in the subsequent SETUP request. By supplying a URL consisting of exactly four consecutive repetitions of a valid RTSP URL, an attacker can bypass first-stage format validation and trigger a stack buffer overflow, causing an immediate crash of the RTSP service process and rendering the device inaccessible to all clients on the local network.
AnalysisAI
Denial of service in the Tenda CP3 V3.0 IP camera (firmware V31.1.9.91) lets an unauthenticated remote attacker crash the RTSP service by sending a crafted second SETUP request after a valid RTSP handshake, knocking the camera offline for every client on the network. The flaw is a stack-based buffer overflow (CWE-121) in the RTSP second-stage URL routing parser; publicly available exploit code exists via a GitHub write-up, though no active exploitation is confirmed and the CVSS availability-only impact means it is a crash, not code execution, at time of analysis.
Technical ContextAI
The affected component is the Real Time Streaming Protocol (RTSP) service embedded in the Tenda CP3 V3.0 network security camera. RTSP negotiates media sessions through a sequence of methods (OPTIONS, DESCRIBE, SETUP, PLAY); this device implements a two-stage request parser where an initial SETUP obtains a session ID and a subsequent SETUP is routed through a second-stage URL parser. Per CWE-121 (Stack-based Buffer Overflow), the root cause is missing bounds validation: the second-stage router copies the request URL into a fixed-size stack buffer without checking its length, so an over-long URL overwrites adjacent stack memory and corrupts the process. The EUVD record lists affected versions as 'n/a', so precise product identification relies on the CVE description naming Tenda CP3 V3.0 firmware V31.1.9.91 rather than structured CPE data.
RemediationAI
No vendor-released patch identified at time of analysis - no fixed firmware version or Tenda advisory was present in the source data, so monitor Tenda's support portal for a firmware update superseding V31.1.9.91 and apply it once released. As compensating controls, restrict network access to the camera's RTSP service (typically TCP port 554) using firewall or VLAN segmentation so only authorized streaming clients (NVR/VMS) can reach it, which prevents arbitrary hosts from initiating the handshake at the cost of requiring an explicit allowlist for legitimate viewers; place the camera on an isolated management/IoT network segment rather than a routable or internet-facing one, accepting the operational overhead of segmented routing; and if RTSP streaming is not required, disable the RTSP service to eliminate the attack surface entirely, with the trade-off of losing live streaming to standard RTSP clients. Technical details and the proof-of-concept are documented at https://github.com/kkkk2222874/cve_ID_report/blob/main/Tenda_CP3_V3.0/Tenda_CP3_V3.0_4th/README.md.
Tenda ONT GPON AC1200 Dual band WiFi HG9 v1.0.1 is vulnerable to Command Injection via the Ping function. Rated high sev
Mediabridge Medialink MWN-WAPR300N devices with firmware 5.07.50 and Tenda N3 Wireless N150 devices allow remote attacke
The Shenzhen Tenda Technology Tenda A5s router with firmware 3.02.05_CN allows remote attackers to bypass authentication
Tenda AC9 v15.03.05.14 was discovered to contain a command injection vulnerability via the Telnet function. Rated critic
In Tenda AC9 v1.0 V15.03.05.14_multi, the wanMTU parameter of /goform/AdvSetMacMtuWan has a stack overflow vulnerability
Tenda AC9 V15.03.06.42_multi was found to contain a command injection vulnerability in the formSetSambaConf function via
Tenda AC9 V15.03.06.42_multi was found to contain a command injection vulnerability in the formsetUsbUnload function via
Tenda AC23 v16.03.07.44 was discovered to contain a buffer overflow via fromAdvSetMacMtuWan. Rated critical severity (CV
Tenda AC15 v15.03.05.19 is vulnerable to Command Injection via the handler function in /goform/telnet. Rated critical se
Tenda AX1803 v1.0.0.1 was discovered to contain a command injection vulnerability via the function fromAdvSetLanIp. Rate
Tenda AX3 v16.03.12.11 was discovered to contain a remote code execution (RCE) vulnerability via the list parameter at /
In the Tenda ac9 v1.0 router with firmware V15.03.05.14_multi, there is a stack overflow vulnerability in /goform/WifiWp
Same weakness CWE-121 – Stack-based Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42646
GHSA-vmqq-vpj5-fgxw