Lucene search

K
openvasCopyright (C) 2009 Greenbone AGOPENVAS:1361412562310800544
HistoryApr 02, 2009 - 12:00 a.m.

JustSystems Ichitaro Products Denial Of Service Vulnerability

2009-04-0200:00:00
Copyright (C) 2009 Greenbone AG
plugins.openvas.org
6

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.054 Low

EPSS

Percentile

93.2%

JustSystems Ichitaro products are prone to a denial of service (DoS) vulnerability.

# 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.800544");
  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-04-02 08:15:32 +0200 (Thu, 02 Apr 2009)");
  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_cve_id("CVE-2009-1054");
  script_name("JustSystems Ichitaro Products Denial Of Service Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Denial of Service");
  script_dependencies("gb_justsystems_ichitaro_prdts_detect.nasl");
  script_mandatory_keys("Ichitaro/Ichitaro_or_Viewer/Installed");

  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/49280");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34138");
  script_xref(name:"URL", value:"http://www.symantec.com/business/security_response/writeup.jsp?docid=2009-031608-2424-99");
  script_xref(name:"URL", value:"http://www.justsystems.com/jp/info/js09001.html");

  script_tag(name:"impact", value:"This issue is widely exploited by Trojan.Tarodrop.H, a Trojan horse that
  drops several files on to the compromised system leading to arbitrary
  code execution and also crashing of the application.");

  script_tag(name:"affected", value:"JustSystems Ichitaro 13, 2004 through 2008

  JustSystems Ichitaro viewer 5.1.5.0");

  script_tag(name:"insight", value:"JustSystems products leads to a memory corruption while handling malformed
  documents using Web PURAGUINBYUA.");

  script_tag(name:"summary", value:"JustSystems Ichitaro products are prone to a denial of service (DoS) vulnerability.");

  script_tag(name:"solution", value:"Apply the referenced security patches.");

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

  exit(0);
}

include("version_func.inc");

ichitaroVer = get_kb_item("Ichitaro/Ver");
if(ichitaroVer) {
  if(version_in_range(version:ichitaroVer, test_version:"2004", test_version2:"2008") ||
     ichitaroVer =~ "^13\.") {
    report = report_fixed_ver(installed_version:ichitaroVer, fixed_version:"See references");
    security_message(port:0, data:report);
    exit(0);
  }
}

viewerVer = get_kb_item("Ichitaro/Viewer/Ver");
if(viewerVer) {
  if(version_is_less_equal(version:viewerVer, test_version:"19.0.1.0")) {
    report = report_fixed_ver(installed_version:viewerVer, fixed_version:"See references");
    security_message(port:0, 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.054 Low

EPSS

Percentile

93.2%

Related for OPENVAS:1361412562310800544