Lucene search

K

SuSE Update for acroread SUSE-SA:2008:009

๐Ÿ—“๏ธย 23 Jan 2009ย 00:00:00Reported byย Copyright (C) 2009 Greenbone Networks GmbHTypeย 
openvas
ย openvas
๐Ÿ”—ย plugins.openvas.org๐Ÿ‘ย 18ย Views

SuSE Update for acroread SUSE-SA:2008:009 fixes multiple unspecified vulnerabilitie

Show more
Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
SuSE 10 Security Update : Acrobat Reader (ZYPP Patch Number 5010)
20 Feb 200800:00
โ€“nessus
Tenable Nessus
RHEL 3 / 4 / 5 : acroread (RHSA-2008:0144)
24 Aug 200900:00
โ€“nessus
Tenable Nessus
Adobe Acrobat < 8.1.2 / 7.1.0 Multiple Vulnerabilities
28 Aug 200900:00
โ€“nessus
Tenable Nessus
Adobe Reader < 7.1.0 / 8.1.2 Multiple Vulnerabilities
6 Feb 200800:00
โ€“nessus
Tenable Nessus
GLSA-200803-01 : Adobe Acrobat Reader: Multiple vulnerabilities
4 Mar 200800:00
โ€“nessus
SUSE Linux
remote code execution in acroread
18 Feb 200817:44
โ€“suse
Cvelist
CVE-2008-0667
11 Feb 200820:00
โ€“cvelist
Cvelist
CVE-2008-0726
12 Feb 200819:00
โ€“cvelist
Cvelist
CVE-2008-0655
7 Feb 200820:00
โ€“cvelist
Cvelist
CVE-2007-5663
12 Feb 200818:00
โ€“cvelist
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_suse_2008_009.nasl 8050 2017-12-08 09:34:29Z santu $
#
# SuSE Update for acroread SUSE-SA:2008:009
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2009 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 = "This version update to 8.1.2 fixes numerous bugs, including some
  security problems.

  While Adobe did not publish any details about those problems yet,
  third parties have listed some.

  The official Adobe page is:
  http://www.adobe.com/support/security/advisories/apsa08-01.html

  CVE-2008-0655: Multiple unspecified vulnerabilities in Adobe Reader
  and Acrobat before 8.1.2 have unknown impact and
  attack vectors.

  CVE-2008-0667: The DOC.print function in the Adobe JavaScript API,
  as used by Adobe Acrobat and Reader before 8.1.2, allows
  remote attackers to configure silent non-interactive
  printing, and trigger the printing of an arbitrary
  number of copies of a document.

  CVE-2008-0726: Integer overflow in Adobe Reader and Acrobat 8.1.1 and
  earlier allows remote attackers to execute arbitrary
  code via crafted arguments to the printSepsWithParams,
  which triggers memory corruption.

  Packages for SUSE Linux Enterprise Server 9 and Novell Linux Desktop
  9 are not yet available, since we cannot upgrade to Acrobat Reader 8
  on those machines. As soon as a fixed Acrobat Reader 7 is released,
  they will receive updates.";

tag_impact = "remote code execution";
tag_affected = "acroread on SUSE LINUX 10.1, openSUSE 10.2, openSUSE 10.3, SUSE Linux Enterprise Desktop 10 SP1, SLE SDK 10 SP1, SUSE Linux Enterprise Server 10 SP1";
tag_solution = "Please Install the Updated Packages.";



if(description)
{
  script_id(850034);
  script_version("$Revision: 8050 $");
  script_tag(name:"last_modification", value:"$Date: 2017-12-08 10:34:29 +0100 (Fri, 08 Dec 2017) $");
  script_tag(name:"creation_date", value:"2009-01-23 16:44:26 +0100 (Fri, 23 Jan 2009)");
  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: "2008-009");
  script_cve_id("CVE-2008-0655", "CVE-2008-0667", "CVE-2008-0726");
  script_name( "SuSE Update for acroread SUSE-SA:2008:009");

  script_summary("Check for the Version of acroread");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 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 : "solution" , value : tag_solution);
  script_tag(name : "insight" , value : tag_insight);
  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 == "openSUSE10.3")
{

  if ((res = isrpmvuln(pkg:"acroread", rpm:"acroread~8.1.2~1.2", rls:"openSUSE10.3")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99); # Not vulnerable.
  exit(0);
}


if(release == "openSUSE10.2")
{

  if ((res = isrpmvuln(pkg:"acroread", rpm:"acroread~8.1.2~1.2", rls:"openSUSE10.2")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99); # Not vulnerable.
  exit(0);
}


if(release == "SLESDk10SP1")
{

  if ((res = isrpmvuln(pkg:"acroread", rpm:"acroread~8.1.2~1.4", rls:"SLESDk10SP1")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"acroread_ja", rpm:"acroread_ja~8.1.2~0.2", rls:"SLESDk10SP1")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99); # Not vulnerable.
  exit(0);
}


if(release == "SL10.1")
{

  if ((res = isrpmvuln(pkg:"acroread", rpm:"acroread~8.1.2~1.4", rls:"SL10.1")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99); # Not vulnerable.
  exit(0);
}

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contactย us for a demo andย discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo