Lucene search

K
openvasCopyright (C) 2017 Greenbone AGOPENVAS:1361412562310810961
HistoryJun 27, 2017 - 12:00 a.m.

IBM Domino IMAP Server Buffer Overflow Vulnerability

2017-06-2700:00:00
Copyright (C) 2017 Greenbone AG
plugins.openvas.org
18

CVSS2

10

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

AI Score

6.6

Confidence

Low

EPSS

0.924

Percentile

99.0%

IBM Domino is prone to a buffer overflow vulnerability

# SPDX-FileCopyrightText: 2017 Greenbone AG
# 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-only

CPE = "cpe:/a:ibm:lotus_domino";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.810961");
  script_version("2023-07-14T16:09:27+0000");
  script_tag(name:"last_modification", value:"2023-07-14 16:09:27 +0000 (Fri, 14 Jul 2023)");
  script_tag(name:"creation_date", value:"2017-06-27 14:09:35 +0530 (Tue, 27 Jun 2017)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");

  script_cve_id("CVE-2007-1675");

  script_name("IBM Domino IMAP Server Buffer Overflow Vulnerability");

  script_tag(name:"summary", value:"IBM Domino is prone to a buffer overflow vulnerability");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The flaw is due to a boundary condition
  error in the CRAM-MD5 authentication mechanism in the IMAP server.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  to execute arbitrary code within the context of the affected application.
  Failed exploit attempts will result in a denial of service.");

  script_tag(name:"affected", value:"IBM Domino 6.5.x before 6.5.5 Fix Pack 3 (FP3) and 7.x before 7.0.2 FP1.");

  script_tag(name:"solution", value:"Upgrade to IBM Domino 6.5.5 Fix Pack 3 (FP3)
  or 6.5.6 or 7.0.2 Fix Pack 1 (FP1) or 7.0.3 or later.");

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

  script_tag(name:"qod_type", value:"remote_banner_unreliable");

  script_xref(name:"URL", value:"http://www-01.ibm.com/support/docview.wss?uid=swg21257028");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/23172");
  script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/3616");

  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_dependencies("gb_hcl_domino_consolidation.nasl");
  script_mandatory_keys("hcl/domino/detected");

  exit(0);
}

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

if (!version = get_app_version(cpe:CPE, nofork:TRUE))
  exit(0);

if(version =~ "^(6\.5\.)") {
  if(version_is_less(version:version, test_version:"6.5.5.3")) {
    fix = "6.5.5 Fix Pack 3 or 6.5.6";
  }
}
else if(version =~ "^(7\.0)") {
  if(version_is_less(version:version, test_version:"7.0.2.1")) {
    fix = "7.0.2 Fix Pack 1 or 7.0.3";
  }
}

if(fix) {
  report = report_fixed_ver(installed_version:version, fixed_version:fix);
  security_message(data:report, port:0);
  exit(0);
}

exit(99);

CVSS2

10

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

AI Score

6.6

Confidence

Low

EPSS

0.924

Percentile

99.0%