Lucene search
K

NetManage Chameleon SMTPd Remote Overflow DoS

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

NetManage Chameleon SMTPd has a buffer overflow vulnerability causing potential remote DoS.

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-1999-0261
4 Feb 200005:00
cve
Cvelist
CVE-1999-0261
4 Feb 200005:00
cvelist
EUVD
EUVD-1999-0261
7 Oct 202500:30
euvd
NVD
CVE-1999-0261
1 Mar 199905:00
nvd
RedhatCVE
CVE-1999-0261
7 Jan 202609:42
redhatcve
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
 script_id(10042);
 script_version("1.41");
 script_cvs_date("Date: 2018/11/15 20:50:24");

 script_cve_id("CVE-1999-0261");
 script_bugtraq_id(2387);

 script_name(english:"NetManage Chameleon SMTPd Remote Overflow DoS");
 script_summary(english:"Determines if smtpd can be crashed");

 script_set_attribute(attribute:"synopsis", value:"The remote SMTP server has a buffer overflow vulnerability.");
 script_set_attribute(attribute:"description", value:
"The remote host appears to be running NetManage Chameleon SMTPd.

This version of the software has a remote buffer overflow
vulnerability. Nessus crashed the service by issuing a long argument
to the HELP command. A remote attacker could exploit this issue to
crash the service, or possibly execute arbitrary code.

There is also a buffer overflow related to the HELO command, but
Nessus has not checked for this issue.");
 script_set_attribute(attribute:"see_also", value:"https://seclists.org/bugtraq/1998/May/26");
 script_set_attribute(attribute:"solution", value:"Upgrade to the latest version of this software.");
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/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:"1998/05/04");
 script_set_attribute(attribute:"plugin_publication_date", value:"1999/06/22");

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

 script_category(ACT_DENIAL);
 script_family(english:"SMTP problems");
 script_copyright(english:"This script is Copyright (C) 1999-2018 and is owned by Tenable, Inc. or an Affiliate thereof.");

 script_dependencie("smtpserver_detect.nasl", "sendmail_expn.nasl");
 script_require_keys("Settings/ParanoidReport");
 script_require_ports("Services/smtp", 25);

 exit(0);
}

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

if (report_paranoia < 2) audit(AUDIT_PARANOID);

port = get_service(svc: "smtp", default: 25, exit_on_fail: 1);
if (get_kb_item('SMTP/'+port+'/broken'))
 exit(1, "The MTA on port "+port+" is broken.");

soc = open_sock_tcp(port);

if (! soc) exit(1, "Cannot connect to TCP port "+port+".");

 b = smtp_recv_banner(socket:soc);
c = 'HELP ' + crap(4096) + '\r\n';
 send(socket:soc, data:c);
 close(soc);

if (service_is_dead(port: port, exit: 1) > 0)
  security_hole(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

15 Nov 2018 20:50Current
6.3Medium risk
Vulners AI Score6.3
CVSS 25
EPSS0.00905
30