Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Unauthenticated network attacker sends a simple malformed RTSP request with no user interaction (AV:N/AC:L/PR:N/UI:N); impact is availability-only resource exhaustion (A:H, C:N/I:N), matching the reported vector.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
Tenda CP3 V3.0 firmware V31.1.9.91 does not validate the Content-Length header field in RTSP requests (including DESCRIBE, SETUP, and PLAY methods). When a request carrying a Content-Length header is received without a corresponding message body, the RTSP parser enters a persistent body-awaiting state, causing the affected TCP connection to become permanently non-functional. The device does not actively close the connection, resulting in a TCP resource leak. This issue can be exploited by an unauthenticated remote attacker to cause a denial-of-service condition.
AnalysisAI
Denial of service in the Tenda CP3 V3.0 IP camera (firmware V31.1.9.91) lets an unauthenticated remote attacker exhaust TCP connection resources by sending RTSP requests (DESCRIBE, SETUP, PLAY) that advertise a Content-Length header but omit the message body, wedging the RTSP parser into a permanent body-awaiting state and leaking the connection. Repeated requests permanently disable the camera's streaming service. SSVC records a public proof-of-concept and rates the attack automatable; publicly available exploit code exists (POC), though it is not listed in CISA KEV, so there is no confirmation of active exploitation.
Technical ContextAI
The affected component is the RTSP (Real Time Streaming Protocol, RFC 2326) server embedded in the Tenda CP3 network camera, used to negotiate and deliver live video streams over TCP. RTSP borrows HTTP-style message framing, where a Content-Length header declares the size of an optional message body. The flaw is classic CWE-400 (Uncontrolled Resource Consumption): the parser trusts the declared Content-Length and blocks waiting for body bytes that never arrive, but implements no read timeout and never tears down the idle connection. Each such half-open session permanently consumes a slot in the device's limited TCP/connection table, so an attacker can starve the service of resources without ever sending a valid stream request.
RemediationAI
No vendor-released patch identified at time of analysis - no fixed firmware version or Tenda advisory appears in the input, so remediation must rely on compensating controls. The most effective control is network isolation: place CP3 cameras on a dedicated management VLAN and block inbound RTSP (TCP port 554, and any custom RTSP port the device uses) from untrusted networks and the internet, removing any port-forwarding rules that expose the camera's RTSP service externally; the trade-off is that remote live-view then requires a VPN or vendor cloud relay rather than direct RTSP access. Restrict RTSP access to known monitoring/NVR hosts via firewall allow-lists, and place a reverse proxy or session-aware firewall in front that enforces idle-connection timeouts to reap the half-open sessions the device itself will not close. Monitor for connection-table exhaustion and be prepared to power-cycle the camera to recover a wedged RTSP service. Track the referenced research report (https://github.com/kkkk2222874/cve_ID_report) and Tenda's support channel for a firmware update and apply it once released.
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-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42643
GHSA-chqm-m3x4-h3rh