6.8
CVSSv2

CVE-2009-5134

Published: 18/01/2013 Updated: 19/09/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in the "create torrent dialog" functionality in uTorrent 1.8.3 build 15772, and possibly other versions prior to 1.8.3 (Build 16010), allows user-assisted remote malicious users to cause a denial of service (application crash) and possibly execute arbitrary code via a text file containing a large string. NOTE: some of these details are obtained from third party information.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

utorrent utorrent 1.8.3

Exploits

#!/usr/bin/env python ##################################################################################################### # # uTorrent <= 183 (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 183 (Bu ...