Lucene search

K
openvasCopyright (C) 2010 Greenbone Networks GmbHOPENVAS:801439
HistoryAug 19, 2010 - 12:00 a.m.

SWFTools Multiple Integer Overflow Vulnerabilities

2010-08-1900:00:00
Copyright (C) 2010 Greenbone Networks GmbH
plugins.openvas.org
8

EPSS

0.024

Percentile

89.9%

This host is installed with SWFTools and is prone to multiple
integer overflow vulnerabilities.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_swftools_mult_int_overflow_vuln_lin.nasl 6539 2017-07-05 12:02:14Z cfischer $
#
# SWFTools Multiple Integer Overflow Vulnerabilities
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (C) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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_impact = "Successful exploitation will allow remote attackers to cause a
heap-based buffer overflow via specially crafted JPEG and PNG images.

Impact Level: Application.";

tag_affected = "SWFTools version 0.9.1 and prior.";

tag_insight = "The flaws are due to an error within the 'getPNG()' function in
'lib/png.c' and 'jpeg_load()' function in 'lib/jpeg.c'.";

tag_solution = "Upgrade to version 0.9.2 or later,
For updates refer to http://www.swftools.org/download.html";

tag_summary = "This host is installed with SWFTools and is prone to multiple
integer overflow vulnerabilities.";

if(description)
{
  script_id(801439);
  script_version("$Revision: 6539 $");
  script_tag(name:"last_modification", value:"$Date: 2017-07-05 14:02:14 +0200 (Wed, 05 Jul 2017) $");
  script_tag(name:"creation_date", value:"2010-08-19 10:23:11 +0200 (Thu, 19 Aug 2010)");
  script_cve_id("CVE-2010-1516");
  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("SWFTools Multiple Integer Overflow Vulnerabilities");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/39970");
  script_xref(name : "URL" , value : "http://secunia.com/secunia_research/2010-80/");
  script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/archive/1/513102/100/0/threaded");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
  script_family("Buffer overflow");
  script_dependencies("gb_swftools_detect_lin.nasl");
  script_mandatory_keys("SWFTools/Ver");
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name:"qod_type", value:"executable_version");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}


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

swfVer = get_kb_item("SWFTools/Ver");
if(swfVer != NULL)
{
  ## Check for the SWFTools version <= 0.9.1
  if(version_is_less_equal(version:swfVer, test_version:"0.9.1")){
      security_message(0);
  }
}

EPSS

0.024

Percentile

89.9%