| Source | Link |
|---|---|
| adobe | www.adobe.com/support/security/bulletins/apsb10-16.html |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_adobe_prdts_mult_dos_vuln_aug10_lin.nasl 6476 2017-06-29 07:32:00Z cfischer $
#
# Adobe Flash Player/Air Multiple Vulnerabilities - August10 (Linux)
#
# Authors:
# Sooraj KS <[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 attackers to execute arbitrary code,
cause denial-of-service conditions, or perform click-jacking attacks.
Impact Level: Application/System.";
tag_affected = "Adobe AIR version prior to 2.0.3
Adobe Flash Player version before 9.0.280 and 10.x before 10.1.82.76 on Linux";
tag_insight = "The flaws are due to memory corruptions and click-jacking issue via
unspecified vectors.";
tag_solution = "Upgrade to Adobe Air 2.0.3 and Adobe Flash Player 9.0.280 or 10.1.82.76 or later
For updates refer to http://get.adobe.com/air
http://www.adobe.com/support/flashplayer/downloads.html";
tag_summary = "This host is installed with Adobe Flash Player/Air and is prone to
multiple vulnerabilities.";
if(description)
{
script_id(801256);
script_version("$Revision: 6476 $");
script_tag(name:"last_modification", value:"$Date: 2017-06-29 09:32:00 +0200 (Thu, 29 Jun 2017) $");
script_tag(name:"creation_date", value:"2010-08-16 09:09:42 +0200 (Mon, 16 Aug 2010)");
script_cve_id("CVE-2010-0209", "CVE-2010-2213", "CVE-2010-2215",
"CVE-2010-2214", "CVE-2010-2216");
script_bugtraq_id(42341);
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("Adobe Flash Player/Air Multiple Vulnerabilities - August10 (Linux)");
script_xref(name : "URL" , value : "http://www.adobe.com/support/security/bulletins/apsb10-16.html");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
script_family("Denial of Service");
script_dependencies("gb_adobe_flash_player_detect_lin.nasl");
script_mandatory_keys("Adobe/Air_or_Flash_or_Reader/Linux/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 : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name:"qod_type", value:"executable_version");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
# Check for Adobe Flash Player
playerVer = get_kb_item("AdobeFlashPlayer/Linux/Ver");
if(playerVer != NULL)
{
if(version_is_less(version:playerVer, test_version:"9.0.280") ||
version_in_range(version:playerVer, test_version:"10.0", test_version2:"10.1.82.75"))
{
security_message(0);
exit(0);
}
}
# Check for Adobe Air
airVer = get_kb_item("Adobe/Air/Linux/Ver");
if(airVer != NULL)
{
if(version_is_less(version:airVer, test_version:"2.0.3")){
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