| Reporter | Title | Published | Views | Family All 442 |
|---|---|---|---|---|
| Adobe Acrobat Reader and Flash Player (newclass) invalid pointer | 1 Sep 201000:00 | – | zdt | |
| linux-flashplugin -- multiple vulnerabilities | 2 Oct 200800:00 | – | freebsd | |
| linux-flashplugin -- multiple vulnerabilities | 6 Jan 201000:00 | – | freebsd | |
| Flash Player < 10.1.53.64 / 9.0.277.0 Multiple Vulnerabilities (APSB10-14) | 10 Jun 201000:00 | – | nessus | |
| Flash Player Multiple Vulnerabilities (APSB10-16) | 12 Aug 201000:00 | – | nessus | |
| Mac OS X 10.6 < 10.6.5 Multiple Vulnerabilities | 11 Nov 201000:00 | – | nessus | |
| Mac OS X 10.6 < 10.6.5 Multiple Vulnerabilities | 11 Nov 201000:00 | – | nessus | |
| Adobe Acrobat < 9.3.3 / 8.2.3 Multiple Vulnerabilities (APSB10-15) | 30 Jun 201000:00 | – | nessus | |
| Adobe Acrobat < 9.3.4 / 8.2.4 Multiple Vulnerabilities (APSB10-17) | 19 Aug 201000:00 | – | nessus | |
| Adobe AIR < 2.0.2.12610 Multiple Vulnerabilities (APSB10-14) | 10 Jun 201000:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
#
# SuSE Update for flash-player SUSE-SA:2010:024
#
# Authors:
# System Generated Check
#
# 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.
###############################################################################
include("revisions-lib.inc");
tag_insight = "Adobe Flash Player was updated to fix multiple critical security
vulnerabilities which allow an attacker to remotely execute arbitrary
code or to cause a denial of service.
The Flash Plugin was upgraded to version 10.1.53.64.
The following CVE numbers have been assigned:
CVE-2010-2160,
CVE-2010-2164,
CVE-2010-2169,
CVE-2010-2173,
CVE-2010-2177,
CVE-2010-2181,
CVE-2010-2185,
CVE-2010-2189
The standalone flash player was not yet updated by Adobe and will be
fixed in a future update.";
tag_solution = "Please Install the Updated Packages.";
tag_impact = "remote code execution";
tag_affected = "flash-player on openSUSE 11.0, openSUSE 11.1, openSUSE 11.2";
if(description)
{
script_id(850133);
script_version("$Revision: 8243 $");
script_tag(name:"last_modification", value:"$Date: 2017-12-25 07:30:04 +0100 (Mon, 25 Dec 2017) $");
script_tag(name:"creation_date", value:"2010-06-23 12:17:53 +0200 (Wed, 23 Jun 2010)");
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_xref(name: "SUSE-SA", value: "2010-024");
script_cve_id("CVE-2008-4546", "CVE-2009-3793", "CVE-2010-1297", "CVE-2010-2160", "CVE-2010-2161", "CVE-2010-2162", "CVE-2010-2163", "CVE-2010-2164", "CVE-2010-2165", "CVE-2010-2166", "CVE-2010-2167", "CVE-2010-2169", "CVE-2010-2170", "CVE-2010-2171", "CVE-2010-2172", "CVE-2010-2173", "CVE-2010-2174", "CVE-2010-2175", "CVE-2010-2176", "CVE-2010-2177", "CVE-2010-2178", "CVE-2010-2179", "CVE-2010-2180", "CVE-2010-2181", "CVE-2010-2182", "CVE-2010-2183", "CVE-2010-2184", "CVE-2010-2185", "CVE-2010-2186", "CVE-2010-2187", "CVE-2010-2188", "CVE-2010-2189");
script_name("SuSE Update for flash-player SUSE-SA:2010:024");
script_tag(name: "summary" , value: "Check for the Version of flash-player");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
script_family("SuSE Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/suse", "ssh/login/rpms");
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:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("pkg-lib-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "openSUSE11.0")
{
if ((res = isrpmvuln(pkg:"flash-player", rpm:"flash-player~10.1.53.64~1.1", rls:"openSUSE11.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
if(release == "openSUSE11.1")
{
if ((res = isrpmvuln(pkg:"flash-player", rpm:"flash-player~10.1.53.64~1.1.1", rls:"openSUSE11.1")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
if(release == "openSUSE11.2")
{
if ((res = isrpmvuln(pkg:"flash-player", rpm:"flash-player~10.1.53.64~1.1.1", rls:"openSUSE11.2")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(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