| Reporter | Title | Published | Views | Family All 27 |
|---|---|---|---|---|
| CVE-2010-2887 | 6 Oct 201016:00 | – | cve | |
| CVE-2010-2887 | 6 Oct 201016:00 | – | cvelist | |
| EUVD-2010-2891 | 7 Oct 202500:30 | – | euvd | |
| GLSA-201101-08 : Adobe Reader: Multiple vulnerabilities | 24 Jan 201100:00 | – | nessus | |
| RHEL 5 : acroread (RHSA-2010:0743) | 7 Oct 201000:00 | – | nessus | |
| openSUSE Security Update : acroread (openSUSE-SU-2010:0706-1) | 11 Oct 201000:00 | – | nessus | |
| openSUSE Security Update : acroread (openSUSE-SU-2010:0706-1) | 11 Oct 201000:00 | – | nessus | |
| openSUSE Security Update : acroread (openSUSE-SU-2010:0706-1) | 13 Jun 201400:00 | – | nessus | |
| SuSE 11 / 11.1 Security Update : Acrobat Reader (SAT Patch Numbers 3268 / 3270) | 2 Dec 201000:00 | – | nessus | |
| SuSE 11 / 11.1 Security Update : acroread_ja (SAT Patch Numbers 3272 / 3273) | 2 Dec 201000:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_adobe_reader_mult_unspecified_oct10_lin.nasl 5263 2017-02-10 13:45:51Z teissa $
#
# Adobe Reader Multiple Unspecified Vulnerabilities -Oct10 (Linux)
#
# Authors:
# Antu Sanadi <[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 let attackers to gain privileges via unknown
vectors.
Impact Level:Application";
tag_affected = "Adobe Reader version 8.x before 8.2.5 and 9.x before 9.4 on linux";
tag_insight = "An unspecified flaw is present in the application which can be exploited
through an unknown attack vectors.";
tag_solution = "Upgrade to Adobe Reader version 9.4 or 8.2.5
For updates refer to http://www.adobe.com";
tag_summary = "This host is installed with Adobe Reader and is prone to multiple
unspecified vulnerabilities.";
if(description)
{
script_id(801525);
script_version("$Revision: 5263 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-10 14:45:51 +0100 (Fri, 10 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-10-18 15:37:53 +0200 (Mon, 18 Oct 2010)");
script_cve_id("CVE-2010-2887");
script_bugtraq_id(43740);
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 Reader Multiple Unspecified Vulnerabilities -Oct10 (Linux)");
script_xref(name : "URL" , value : "http://secunia.com/advisories/41435/");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2010/2573");
script_xref(name : "URL" , value : "http://www.adobe.com/support/security/bulletins/apsb10-21.html");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gb_adobe_prdts_detect_lin.nasl");
script_require_keys("Adobe/Reader/Linux/Version");
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");
readerVer = get_kb_item("Adobe/Reader/Linux/Version");
if(!readerVer){
exit(0);
}
# Check for Adobe Reader version < 8.2.5 and 9.x to 9.3.4
if(version_is_less(version:readerVer, test_version:"8.2.5") ||
version_in_range(version:readerVer, test_version:"9.0", test_version2:"9.3.4")){
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