vendor:
WD TV Live Streaming Media Player
by:
N/A
8,8
CVSS
HIGH
User Input Validation Flaws and Possibility to Upload Arbitrary Files
20
CWE
Product Name: WD TV Live Streaming Media Player
Affected Version From: 1.07.15
Affected Version To: 1.07.15
Patch Exists: YES
Related CWE: N/A
CPE: h:western_digital:wd_tv_live_streaming_media_player
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2012
WD TV Live Streaming Media Player Vulnerability
The web interface is written using the PHP language. Several files contain user input validation flaws similar to the one described here. Cookie header values in /opt/webserver/htdocs/index.php are not validated at all. The provided cookie value is used within an include statement allowing the attacker to force inclusion of arbitrary files (as long as they are named home.php). To allow the customization of the user interface one may upload theme files (zip archives) through the web interface. The contents of these archives are not restricted so adding a file named home.php is possible.
Mitigation:
Validate user input and restrict the contents of uploaded files.