Lucene search

K
openvasCopyright (C) 2012 Greenbone AGOPENVAS:1361412562310902809
HistoryJan 25, 2012 - 12:00 a.m.

IBM Lotus Symphony Image Object Integer Overflow Vulnerability - Linux

2012-01-2500:00:00
Copyright (C) 2012 Greenbone AG
plugins.openvas.org
10

9.3 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

6.7 Medium

AI Score

Confidence

High

0.11 Low

EPSS

Percentile

95.2%

IBM Lotus Symphony is prone to an integer overflow vulnerability.

# SPDX-FileCopyrightText: 2012 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902809");
  script_version("2024-02-15T05:05:40+0000");
  script_cve_id("CVE-2012-0192");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:40 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2012-01-25 12:12:12 +0530 (Wed, 25 Jan 2012)");
  script_name("IBM Lotus Symphony Image Object Integer Overflow Vulnerability - Linux");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_family("Buffer overflow");
  script_dependencies("gb_ibm_lotus_symphony_detect_lin.nasl");
  script_mandatory_keys("IBM/Lotus/Symphony/Lin/Ver");

  script_xref(name:"URL", value:"http://secunia.com/advisories/47245");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51591");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/72424");
  script_xref(name:"URL", value:"http://www-01.ibm.com/support/docview.wss?uid=swg21578684");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker to execute arbitrary code in
  the context of affected applications. Failed exploit attempts will likely
  result in denial-of-service conditions.");
  script_tag(name:"affected", value:"IBM Lotus Symphony versions 3.0.0 FP3 and prior.");
  script_tag(name:"insight", value:"The flaw is due to an integer overflow error when processing embedded
  image objects. This can be exploited to cause a heap-based buffer overflow
  via a specially crafted JPEG object within a DOC file.");
  script_tag(name:"solution", value:"Upgrade to IBM Lotus Symphony version 3.0.1 or later.");
  script_tag(name:"summary", value:"IBM Lotus Symphony is prone to an integer overflow vulnerability.");

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

  exit(0);
}

include("version_func.inc");

version = get_kb_item("IBM/Lotus/Symphony/Lin/Ver");

if(version_is_less_equal(version:version, test_version:"3.0.0.FP3")){
  report = report_fixed_ver(installed_version:version, fixed_version:"3.0.1");
  security_message(data:report);
  exit(0);
}

exit(99);

9.3 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

6.7 Medium

AI Score

Confidence

High

0.11 Low

EPSS

Percentile

95.2%

Related for OPENVAS:1361412562310902809