NetOp Products Information Disclosure
🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2004 Corsaire Limited and Danware Data A/S.Type
openvas🔗 plugins.openvas.org👁 36 Views
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2004-0950 | 24 Nov 200405:00 | – | cve | |
| CVE-2004-0950 | 24 Nov 200405:00 | – | cvelist | |
| EUVD-2004-0948 | 7 Oct 202500:30 | – | euvd | |
| KLA10270 OSI vulnerability in NetOp | 9 Feb 200500:00 | – | kaspersky | |
| Danware NetOp Host HELO Request Remote Information Disclosure | 19 Nov 200400:00 | – | nessus | |
| CVE-2004-0950 | 9 Feb 200505:00 | – | nvd | |
| Corsaire Security Advisory - Danware NetOp Host multiple information disclosure issues | 22 Nov 200400:00 | – | securityvulns |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/11710 |
# SPDX-FileCopyrightText: 2004 Corsaire Limited and Danware Data A/S
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.15767");
script_version("2023-06-27T05:05:30+0000");
script_tag(name:"last_modification", value:"2023-06-27 05:05:30 +0000 (Tue, 27 Jun 2023)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/11710");
script_cve_id("CVE-2004-0950");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_name("NetOp Products Information Disclosure");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2004 Corsaire Limited and Danware Data A/S.");
script_family("General");
script_dependencies("netop_detect_udp.nasl", "netop_detect_tcp.nasl");
script_mandatory_keys("NetOp/allbanners");
script_tag(name:"summary", value:"This script simply displays the basic name and address information provided
by NetOp products for easy network browsing and reminds admins to turn off that information if they don't want
it to be visible.
The script also provides program-specific instructions for doing so depending on the actual product detected.");
script_tag(name:"solution", value:"Upgrade to the latest version of NetOp (7.65 build 2004278 or later).");
script_tag(name:"qod_type", value:"remote_analysis");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("string_hex_func.inc"); # nb: Needs to be before netop.inc
include("netop.inc");
function named_items( nam, typ ) {
local_var v1;
v1 = netop_banner_items(typ:typ);
if (v1 != '' && nam != '')
v1 = nam + ': ' + v1;
if (v1 != '')
v1 = v1 + '\n';
return v1;
}
if(netop_each_found()) {
local_var vals;
vals = '';
vals += named_items(nam:'host', typ:0);
vals += named_items(nam:'user', typ:9);
vals += named_items(nam:'', typ:8);
vals += named_items(nam:'', typ:17);
vals += named_items(nam:'', typ:4);
vals += named_items(nam:'', typ:1);
if(((ord(netop_kb_val[63]) & 0x01) == 1) || (vals != '') ||
eregmatch(pattern:"([^12]10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|172\.(1[6-9]|2[0-9]|3[01])\.[0-9]{1,3}\.[0-9]{1,3}|192\.168\.[0-9]{1,3}\.[0-9]{1,3})", string:named_items(nam:'address', typ:2))) {
vals += named_items(nam:'address', typ:2);
}
if(vals != '') {
if(netop_prod_typ[0] == 'RGST') {
vals = '\nDanware ' + netop_prod_nam + ' information disclosure.\n\n' +
'The following information is made publicly visible for use' +
' by NetOp host programs requesting help:\n\n' +
vals + '\n' +
'You can control access to this information by' +
' removing help services from the program' +
' options or by reducing the set of' +
' preinitialized communication profiles\n';
} else if (netop_prod_typ[0] != 'S') {
vals = '\nDanware ' + netop_prod_nam + ' information disclosure.\n\n' +
'The following information is made publicly visible for' +
' easy network browsing from NetOp Guest:\n\n' +
vals + '\n' +
'Solution: If using a version of the software prior to 7.65 build 2004278, then it is necessary to upgrade to correct this issue.' +
' Simply use the built-in WebUpdate feature or download the update.\n\nFor all other versions,' +
' you can turn this feature off by unchecking the "Public Host Name" check box in the program options (on the host name tab)' +
' and restarting the communication layer from the action menu or toolbar.';
} else {
vals = '\nDanware ' + netop_prod_nam + ' information disclosure.\n\n' +
'The following information is made publicly visible on the' +
' classroom network so the Teacher and Student' +
' can see each other in the class:\n\n' +
vals + '\n' +
'If this information is visible from outside' +
' the schools network, you should reconfigure' +
' your firewall to limit access to this port' +
' to those students and teachers who' +
' are participating from their homes etc.\n';
}
security_message(proto: proto_nam, port: port, data: vals);
}
}
exit(0);
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
27 Jun 2023 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 25
EPSS0.02118