Lucene search

K
openvasCopyright (C) 2009 Greenbone AGOPENVAS:1361412562310800254
HistoryMar 18, 2009 - 12:00 a.m.

Evolution Data Server Multiple Integer Overflow Vulnerabilities

2009-03-1800:00:00
Copyright (C) 2009 Greenbone AG
plugins.openvas.org
22

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

AI Score

6.6

Confidence

Low

EPSS

0.018

Percentile

88.2%

Evolution Data Server is prone to multiple integer overflow vulnerabilities.

# SPDX-FileCopyrightText: 2009 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:gnome:evolution';

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.800254");
  script_version("2023-07-27T05:05:08+0000");
  script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
  script_tag(name:"creation_date", value:"2009-03-18 14:25:01 +0100 (Wed, 18 Mar 2009)");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_cve_id("CVE-2009-0582", "CVE-2009-0587");
  script_name("Evolution Data Server Multiple Integer Overflow Vulnerabilities");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Buffer overflow");
  script_dependencies("gb_evolution_data_server_detect.nasl");
  script_mandatory_keys("Evolution/Ver");

  script_xref(name:"URL", value:"http://secunia.com/advisories/34286");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34100");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34109");
  script_xref(name:"URL", value:"http://securitytracker.com/id?1021845");
  script_xref(name:"URL", value:"http://openwall.com/lists/oss-security/2009/03/12/2");
  script_xref(name:"URL", value:"http://mail.gnome.org/archives/release-team/2009-March/msg00096.html");

  script_tag(name:"impact", value:"Successful exploitation will let the attacker execute arbitrary codes
  through long string that is converted to a base64 representation and
  can cause a client crash via NTLM authentication type 2 packet with a
  length value that exceeds the amount of packet data.");

  script_tag(name:"affected", value:"Evolution Data Server version 2.24.5 and prior.
  Evolution Data Server version in range 2.25.x to 2.25.92.");

  script_tag(name:"insight", value:"- bug in Camel library while processing NTLM SASL packets.

  - bug in glib library while encoding and decoding Base64 data.");

  script_tag(name:"summary", value:"Evolution Data Server is prone to multiple integer overflow vulnerabilities.");

  script_tag(name:"solution", value:"Upgrade to version 2.26 or later.");

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

  exit(0);
}

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

if(!ver = get_app_version(cpe:CPE))
  exit(0);

if(version_in_range(version:ver, test_version:"2.25", test_version2:"2.25.92") ||
   version_is_less_equal(version:ver, test_version:"2.24.5")){
  report = report_fixed_ver(installed_version:ver, fixed_version:"2.26");
  security_message(port:0, data:report);
  exit(0);
}

exit(99);

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

AI Score

6.6

Confidence

Low

EPSS

0.018

Percentile

88.2%