############################################################################## # # Copyright: OS2A and it's member companies # # $Revision: 1.1 $ # # $Log: os2a_FEDORA-2005-730_810072.nasl,v $ # Revision 1.1 2005/12/07 09:12:14 hshreesha # SID changed from 700000 to 810000 series. # # Revision 1.1 2005/10/05 05:10:42 hshreesha # Fedora Core 3 - August Checks # # # ------------------------------------------------------------------------ # This program was written by OS2A and/or it's member companies and is # licensed under the GNU GPL license. Please see below for details. This # header contains information regarding licensing terms under the GPL, and # information regarding obtaining source code from the Author. Consequently, # pursuant to section 3(c) of the GPL, you must accompany the information # found in this header with any distribution you make of this Program. # ------------------------------------------------------------------------ ############################################################################## # The plugin text is copyright Red Hat, Inc. if ( ! defined_func("bn_random") ) exit(0); if(description) { script_id(810072); script_cve_id("CAN-2005-2097"); script_version ("$Revision: 1.1 $"); name["english"] = "Fedora Update for xpdf:FEDORA-2005-730"; script_name(english:name["english"]); desc["english"] = " Overview: This host doesn't have the update for fedora advisory FEDORA-2005-730 Description : Xpdf is an X Window System based viewer for Portable Document Format (PDF) files. Xpdf is a small and efficient program which uses standard X fonts. Solution: Apply updated packages: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3 This update can also be installed with the Update Agent; you can launch the Update Agent with the 'up2date' command. Risk factor: Critical"; script_description(english:desc["english"]); summary["english"] = "Check for package version of xpdf"; script_summary(english:summary["english"]); script_category(ACT_GATHER_INFO); script_copyright(english:"Copyright (C) 2005 OS2A"); family["english"] = "Fedora Local Security Checks"; script_family(english:family["english"]); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/RedHat/rpm-list"); exit(0); } include("rpm.inc"); if(rpm_check(reference:"xpdf-3.00-10.6.FC3", release:"FC3")) { security_hole(0); exit(0); } if(rpm_check(reference:"xpdf-debuginfo-3.00-10.6.FC3", release:"FC3")) { security_hole(0); exit(0); } if(rpm_exists(rpm:"xpdf-", release:"FC3")) { set_kb_item(name:"CAN-2005-2097", value:TRUE); exit(0); } set_kb_item(name:"FEDORA-2005-730", value:TRUE);