Lucene search
K

MDaemon POP Server Multiple Command Remote Overflow DoS

🗓️ 05 May 2003 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 23 Views

MDaemon POP Server has a denial of service vulnerability affecting DELE and UIDL commands.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
ALT-N MDaemon < 6.5.0 POP Server Overflow DoS
20 Aug 200400:00
nessus
CVE
CVE-2002-1539
18 Mar 200305:00
cve
Cvelist
CVE-2002-1539
18 Mar 200305:00
cvelist
EUVD
EUVD-2002-1521
7 Oct 202500:30
euvd
NVD
CVE-2002-1539
31 Mar 200305:00
nvd
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

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

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

  script_cve_id("CVE-2002-1539");
  script_bugtraq_id(6053);

  script_name(english:"MDaemon POP Server Multiple Command Remote Overflow DoS");

  script_set_attribute(attribute:"synopsis", value:
"The remote POP server has a denial of service vulnerability.");
  script_set_attribute(attribute:"description", value:
"According to its banner, the remote POP server has a denial of service
vulnerability.  Input to the DELE and UIDL commands are not properly
handled.  A remote, authenticated attacker could exploit this to crash
the POP service.");
  script_set_attribute(attribute:"see_also", value:"https://seclists.org/bugtraq/2003/Apr/357");
  script_set_attribute(attribute:"solution", value:
"Upgrade to MDaemon 6.5.0 or later.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/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:"vuln_publication_date", value:"2002/10/27");
  script_set_attribute(attribute:"plugin_publication_date", value:"2003/05/05");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:alt-n:mdaemon");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

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

  script_dependencies("mdaemon_detect.nasl");
  script_require_keys("mdaemon/installed");

  exit(0);
}


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

port = get_kb_item_or_exit("mdaemon/port");

version = get_kb_item_or_exit("mdaemon/"+port+"/version");
source = get_kb_item_or_exit("mdaemon/"+port+"/source");

fix = "6.5.0";
if (version =~ "^([0-5]\.|6\.[0-4]($|[^0-9]))")
{
  if (report_verbosity > 0)
  {
    report =
    '\n' +
    '\n  Source            : ' + source +
    '\n  Installed version : ' + version +
    '\n  Fixed version     : ' + fix +
    '\n';
    security_warning(port:port, extra:report);
  }
  else security_warning(port);
  exit(0);
}
else audit(AUDIT_LISTEN_NOT_VULN, "MDaemon", port, version);

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.6Medium risk
Vulners AI Score5.6
CVSS 25
EPSS0.05379
23