CVE-2025-34036
24.06.2025, 01:15
An OS command injection vulnerability exists in white-labeled DVRs manufactured by TVT, affecting a custom HTTP service called "Cross Web Server" that listens on TCP ports 81 and 82. The web interface fails to sanitize input in the URI path passed to the language extraction functionality. When the server processes a request to /language/[lang]/index.html, it uses the [lang] input unsafely in a tar extraction command without proper escaping. This allows an unauthenticated remote attacker to inject shell commands and achieve arbitrary command execution as root.
Vendor | Product | Version |
---|---|---|
tvt | td-2108ts-cl_firmware | - |
tvt | td-2108ts-cl-a_firmware | - |
tvt | td-2116ts-cl_firmware | - |
tvt | td-2104ts-hc_firmware | - |
tvt | td-2108ts-hc_firmware | - |
tvt | td-2116ts-hc_firmware | - |
tvt | td-2104ts-hp_firmware | - |
tvt | td-2108ts-hp_firmware | - |
tvt | td-2116te-hp_firmware | - |
tvt | td-2704ts-hc_firmware | - |
tvt | td-2708ts-hc_firmware | - |
tvt | td-2716te-hc_firmware | - |
tvt | td-2716te-hc-a_firmware | - |
tvt | td-2716tc-hc_firmware | - |
tvt | td-2732tc-hc_firmware | - |
tvt | td-2716td-hc_firmware | - |
tvt | td-2732td-hc_firmware | - |
tvt | td-2704ts-hp_firmware | - |
tvt | td-2708ts-hp_firmware | - |
tvt | td-2708te-hp_firmware | - |
tvt | td-2716te-hp_firmware | - |
tvt | td-2716te-hp-a_firmware | - |
tvt | td-2716tc-hp_firmware | - |
tvt | td-2708te-hk_firmware | - |
tvt | td-2932td-hp_firmware | - |
tvt | td-2004ts-cl_firmware | - |
tvt | td-2004ts-cl-c_firmware | - |
tvt | td-2104ts-cl_firmware | - |
tvt | td-2104ts-cl-a_firmware | - |
tvt | td-2008ts-cl_firmware | - |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
- CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')The software constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
References