Lucene search

K

hMailServer IMAP Denial of Service Vulnerability

🗓️ 22 Aug 2008 00:00:00Reported by Copyright (C) 2008 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 12 Views

hMailServer IMAP Denial of Service Vulnerability, Flaw in mail server, affects version 4.4.1 - Build 273 and earlier, exploitation leads to server crash denying acces

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
Prion
Command injection
14 Aug 200819:41
prion
CVE
CVE-2008-3676
14 Aug 200819:41
cve
Tenable Nessus
hMailServer < 4.4.2 build 279 IMAP Command Handling Remote DoS
16 Aug 200800:00
nessus
Cvelist
CVE-2008-3676
14 Aug 200819:00
cvelist
OpenVAS
hMailServer IMAP Denial of Service Vulnerability
22 Aug 200800:00
openvas
NVD
CVE-2008-3676
14 Aug 200819:41
nvd
# Copyright (C) 2008 Greenbone Networks GmbH
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900109");
  script_version("2022-05-11T11:17:52+0000");
  script_tag(name:"last_modification", value:"2022-05-11 11:17:52 +0000 (Wed, 11 May 2022)");
  script_tag(name:"creation_date", value:"2008-08-22 10:29:01 +0200 (Fri, 22 Aug 2008)");
  script_cve_id("CVE-2008-3676");
  script_copyright("Copyright (C) 2008 Greenbone Networks GmbH");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
  script_category(ACT_GATHER_INFO);
  script_family("Denial of Service");
  script_name("hMailServer IMAP Denial of Service Vulnerability");
  script_dependencies("smb_reg_service_pack.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("SMB/WindowsVersion");

  script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/495361");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/30663");
  script_xref(name:"URL", value:"http://secunia.com/advisories/31480/");
  script_xref(name:"URL", value:"http://www.hmailserver.com/?page=download_mirrors&downloadid=144");

  script_tag(name:"summary", value:"hMailServer is prone to a denial of service (DoS) vulnerability.");

  script_tag(name:"insight", value:"The flaw is due to an error in the mail server that can be exploited
  by sending large numbers of IMAP commands.");

  script_tag(name:"affected", value:"hMailServer version 4.4.1 - Build 273 and prior");

  script_tag(name:"solution", value:"Fixed in development version 4.4.2 (build 279).");

  script_tag(name:"impact", value:"Exploitation will cause the server to crash and deny access
  to legitimate users.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"registry");

  exit(0);
}

include("smb_nt.inc");
include("version_func.inc");

key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\hMailServer_is1";
if(!registry_key_exists(key:key)){
  exit(0);
}

hmsVer = registry_get_sz(key:key, item:"DisplayName");
if(!hmsVer){
  exit(0);
}

if(egrep(pattern:"hMailServer ([0-3]\..*|4\.([0-3]\..*|4\.[01]))", string:hmsVer)){
  report = report_fixed_ver(installed_version:hmsVer, fixed_version:"4.4.2 (build 279)");
  security_message(port:0, data:report);
  exit(0);
}

exit(99);

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
22 Aug 2008 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS24.3
EPSS0.06
12
.json
Report