Lucene search
K

eXtremail Multiple SMTP Command flog Function Format String

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

Remote eXtremail server has a format string vulnerability, could allow code execution or crash.

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2001-1078
2 Feb 200205:00
cve
Cvelist
CVE-2001-1078
2 Feb 200205:00
cvelist
EUVD
EUVD-2001-1059
7 Oct 202500:30
euvd
NVD
CVE-2001-1078
21 Jun 200104:00
nvd
Prion
Integer overflow
15 Oct 200723:17
prion
#
# (C) Tenable Network Security, Inc.
#

# Ref: http://online.securityfocus.com/archive/1/192791
#
# Could not find a vulnerable copy -> we rely on banner version instead
#
# *untested*

include("compat.inc");


if(description)
{
 script_id(11100);
 script_version ("1.19");
 script_cve_id("CVE-2001-1078");
 script_bugtraq_id(2908);
 
 script_name(english:"eXtremail Multiple SMTP Command flog Function Format String");
 script_summary(english:"Checks the version number");
 
 script_set_attribute(
   attribute:"synopsis",
   value:"The remote SMTP server has a format string vulnerability."
 );
 script_set_attribute(  attribute:"description",  value:
"According to its version number, the remote eXtremail server has
a format string vulnerability.  A remote attacker could exploit this
to crash the service, or possibly execute arbitrary code." );
 script_set_attribute(
   attribute:"see_also",
   value:"https://seclists.org/bugtraq/2001/Jun/312"
 );
 script_set_attribute(
   attribute:"solution", 
   value:"Upgrade to eXtremail 1.1.10 or later."
 );
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:H/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:"exploited_by_malware", value:"true");
 script_set_attribute(attribute:"plugin_publication_date", value: "2002/08/22");
 script_set_attribute(attribute:"vuln_publication_date", value: "2001/06/22");
 script_cvs_date("Date: 2018/11/15 20:50:24");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_end_attributes();

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

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

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

 exit(0);
}

#
# The script code starts here
#

include("smtp_func.inc");
port = get_kb_item("Services/smtp");
if(!port) port = 25;

banner = get_smtp_banner(port:port);
if(banner)
{
 if(egrep(pattern:".*eXtremail V1\.1\.[5-9][^0-9]*", string:banner))
 	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
6Medium risk
Vulners AI Score6
CVSS 210
EPSS0.11176
25