Lucene search
K

JustSystems Ichitaro Products Denial of Service Vulnerability

🗓️ 22 Jul 2011 00:00:00Reported by Copyright (c) 2011 SecPodType 
openvas
 openvas
🔗 plugins.openvas.org👁 27 Views

JustSystems Ichitaro Products Denial of Service Vulnerability. Successful exploitation can execute arbitrary code or cause application crash. Flaw due to error while parsing documents

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2011-1331
18 Jul 201122:00
cve
Cvelist
CVE-2011-1331
18 Jul 201122:00
cvelist
EUVD
EUVD-2011-1339
7 Oct 202500:30
euvd
Japan Vulnerability Notes
JVN#87239473: Ichitaro series vulnerable to arbitrary code execution
16 Jun 201100:00
jvn
Japan Vulnerability Notes
Ichitaro series vulnerable to arbitrary code execution
16 Jun 201110:04
jvn
NVD
CVE-2011-1331
18 Jul 201122:55
nvd
OpenVAS
JustSystems Ichitaro Products Denial of Service Vulnerability
22 Jul 201100:00
openvas
Prion
Memory corruption
18 Jul 201122:55
prion
VulnCheck KEV
VulnCheck KEV: CVE-2011-1331
18 Jul 201100:00
vulncheck_kev
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_justsystems_ichitaro_prdts_dos_vuln.nasl 7024 2017-08-30 11:51:43Z teissa $
#
# JustSystems Ichitaro Products Denial of Service Vulnerability
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2011 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 patch for JustSystems Ichitaro from below link
  http://www.justsystems.com/jp/info/js11001.html

  Upgrade to JustSystems Ichitaro viewer version 20.0.4.0 or later
  For updates refer to http://www.justsystems.com/jp/info/js11001.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: System/Application";
tag_affected = "JustSystems Ichitaro version 2005 through 2011
  JustSystems Ichitaro viewer version prior to 20.0.4.0";
tag_insight = "The flaw is due to the error while parsing certain documents.";
tag_summary = "This host is installed with JustSystems Ichitaro product(s) and is
  prone to denial of service vulnerability.";

if(description)
{
  script_id(902396);
  script_version("$Revision: 7024 $");
  script_tag(name:"last_modification", value:"$Date: 2017-08-30 13:51:43 +0200 (Wed, 30 Aug 2017) $");
  script_tag(name:"creation_date", value:"2011-07-22 12:16:19 +0200 (Fri, 22 Jul 2011)");
  script_bugtraq_id(48283);
  script_cve_id("CVE-2011-1331");
  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 Denial of Service Vulnerability");

  script_xref(name : "URL" , value : "http://secunia.com/advisories/44956");
  script_xref(name : "URL" , value : "http://jvn.jp/en/jp/JVN87239473/index.html");
  script_xref(name : "URL" , value : "http://www.justsystems.com/jp/info/js11001.html");
  script_xref(name : "URL" , value : "http://jvndb.jvn.jp/en/contents/2011/JVNDB-2011-000043.html");
  script_xref(name : "URL" , value : "http://www.symantec.com/connect/blogs/targeted-attacks-2011-using-ichitaro-zero-day-vulnerability");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2011 SecPod");
  script_family("Denial of Service");
  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 2005 through 2011
ichitaroVer = get_kb_item("Ichitaro/Ver");
if(ichitaroVer)
{
  if(version_in_range(version:ichitaroVer, test_version:"2005", test_version2:"2011"))
  {
    security_message(0);
    exit(0);
  }
}

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

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation