Lucene search
K

SWFTools Multiple Integer Overflow Vulnerabilities

🗓️ 19 Aug 2010 00:00:00Reported by Copyright (C) 2010 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 17 Views

This host is vulnerable to multiple integer overflow vulnerabilities in SWFTools allowing remote attackers to cause heap-based buffer overflow via specially crafted JPEG and PNG images

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-1516
17 Aug 201018:00
cve
Cvelist
CVE-2010-1516
17 Aug 201018:00
cvelist
EUVD
EUVD-2010-1543
7 Oct 202500:30
euvd
Tenable Nessus
GLSA-201204-05 : SWFTools: User-assisted execution of arbitrary code
21 Jun 201200:00
nessus
Gentoo Linux
SWFTools: User-assisted execution of arbitrary code
17 Apr 201200:00
gentoo
NVD
CVE-2010-1516
17 Aug 201022:00
nvd
OpenVAS
Gentoo Security Advisory GLSA 201204-05 (SWFTools)
30 Apr 201200:00
openvas
OpenVAS
SWFTools Multiple Integer Overflow Vulnerabilities
19 Aug 201000:00
openvas
OpenVAS
Gentoo Security Advisory GLSA 201204-05 (SWFTools)
30 Apr 201200:00
openvas
Prion
Integer overflow
17 Aug 201022:00
prion
Rows per page
###############################################################################
# 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);
  }
}

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