Lucene search

K
openvasCopyright (c) 2010 SecPodOPENVAS:902041
HistoryApr 16, 2010 - 12:00 a.m.

JustSystems Ichitaro Products 'RTF' Buffer Overflow Vulnerability

2010-04-1600:00:00
Copyright (c) 2010 SecPod
plugins.openvas.org
8

EPSS

0.006

Percentile

78.0%

This host is installed with JustSystems Ichitaro product(s) and is
prone to buffer overflow vulnerability.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_justsystems_ichitaro_prdts_bof_vuln.nasl 6515 2017-07-04 11:54:15Z cfischer $
#
# JustSystems Ichitaro Products 'RTF' Buffer Overflow Vulnerability
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2010 SecPod, http://www.secpod.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# 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.
###############################################################################

tag_solution = "Apply the patches or Upgrade to the recernt version of Ichitaro
  http://www.ichitaro.com/
  http://www.justsystems.com/jp/info/js09002.html

  *****
  NOTE: Ignore this warning, if patch is applied already.
  *****";

tag_impact = "Successful exploitation will let attackers to execute arbitrary code on the
  vulnerable system or cause the application to crash.
  Impact Level: Application";
tag_affected = "JustSystems Ichitaro version 13, 2004 thruogh 2009,
  JustSystems Ichitaro viewer version 19.0.1.0 and prior";
tag_insight = "The flaw is due to improper bounds checking when opening the
  specially crafted RTF files.";
tag_summary = "This host is installed with JustSystems Ichitaro product(s) and is
  prone to buffer overflow vulnerability.";

if(description)
{
  script_id(902041);
  script_version("$Revision: 6515 $");
  script_tag(name:"last_modification", value:"$Date: 2017-07-04 13:54:15 +0200 (Tue, 04 Jul 2017) $");
  script_tag(name:"creation_date", value:"2010-04-16 16:17:26 +0200 (Fri, 16 Apr 2010)");
  script_bugtraq_id(34403);
  script_cve_id("CVE-2009-4737");
  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_name("JustSystems Ichitaro Products 'RTF' Buffer Overflow Vulnerability");

  script_xref(name : "URL" , value : "http://secunia.com/advisories/34611");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/49739");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2009/0957");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2010 SecPod");
  script_family("Buffer overflow");
  script_dependencies("gb_justsystems_ichitaro_prdts_detect.nasl");
  script_mandatory_keys("Ichitaro/Ichitaro_or_Viewer/Installed");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name : "solution" , value : tag_solution);
  exit(0);
}


include("version_func.inc");

# check for Ichitaro 13, 2004 through 2009
ichitaroVer = get_kb_item("Ichitaro/Ver");
if(ichitaroVer)
{
  if(version_in_range(version:ichitaroVer, test_version:"2004",
                                           test_version2:"2009")||
     ichitaroVer =~ "13")
  {
    security_message(0);
    exit(0);
  }
}

# Check for Ichitaro viewer 19.0.1.0 and prior
viewerVer = get_kb_item("Ichitaro/Viewer/Ver");
if(viewerVer)
{
  if(version_is_less_equal(version:viewerVer, test_version:"19.0.1.0")){
    security_message(0);
  }
}

EPSS

0.006

Percentile

78.0%

Related for OPENVAS:902041