ID OPENVAS:866265 Type openvas Reporter Copyright (c) 2013 Greenbone Networks GmbH Modified 2017-07-10T00:00:00
Description
Check for the Version of kmouth
###############################################################################
# OpenVAS Vulnerability Test
#
# Fedora Update for kmouth FEDORA-2013-13499
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2013 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");
if(description)
{
script_id(866265);
script_version("$Revision: 6628 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-10 08:32:47 +0200 (Mon, 10 Jul 2017) $");
script_tag(name:"creation_date", value:"2013-08-01 18:36:08 +0530 (Thu, 01 Aug 2013)");
script_cve_id("CVE-2013-2126");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_name("Fedora Update for kmouth FEDORA-2013-13499");
tag_insight = "Program that allows people who have lost their voice to let their
computer speak for them.
";
tag_affected = "kmouth on Fedora 17";
tag_solution = "Please Install the Updated Packages.";
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");
script_xref(name: "FEDORA", value: "2013-13499");
script_xref(name: "URL" , value: "https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112828.html");
script_summary("Check for the Version of kmouth");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
script_family("Fedora Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/fedora", "ssh/login/rpms");
exit(0);
}
include("pkg-lib-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "FC17")
{
if ((res = isrpmvuln(pkg:"kmouth", rpm:"kmouth~4.10.5~1.fc17", rls:"FC17")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
{"id": "OPENVAS:866265", "type": "openvas", "bulletinFamily": "scanner", "title": "Fedora Update for kmouth FEDORA-2013-13499", "description": "Check for the Version of kmouth", "published": "2013-08-01T00:00:00", "modified": "2017-07-10T00:00:00", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}, "href": "http://plugins.openvas.org/nasl.php?oid=866265", "reporter": "Copyright (c) 2013 Greenbone Networks GmbH", "references": ["https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112828.html", "2013-13499"], "cvelist": ["CVE-2013-2126"], "lastseen": "2017-07-25T10:51:49", "viewCount": 0, "enchantments": {"score": {"value": 6.3, "vector": "NONE", "modified": "2017-07-25T10:51:49", "rev": 2}, "dependencies": {"references": [{"type": "cve", "idList": ["CVE-2013-2126"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562310866208", "OPENVAS:1361412562310866136", "OPENVAS:866363", "OPENVAS:1361412562310866109", "OPENVAS:866182", "OPENVAS:866099", "OPENVAS:1361412562310866100", "OPENVAS:866213", "OPENVAS:866377", "OPENVAS:1361412562310866259"]}, {"type": "fedora", "idList": ["FEDORA:3A17022A51", "FEDORA:6C11B22801", "FEDORA:63C0722883", "FEDORA:D4CB4213BC", "FEDORA:C38D2228F5", "FEDORA:09464228C3", "FEDORA:2325B212DF", "FEDORA:29A0121E44", "FEDORA:1E5902282B", "FEDORA:55FB222A49"]}], "modified": "2017-07-25T10:51:49", "rev": 2}, "vulnersScore": 6.3}, "pluginID": "866265", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kmouth FEDORA-2013-13499\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(866265);\n script_version(\"$Revision: 6628 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-10 08:32:47 +0200 (Mon, 10 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2013-08-01 18:36:08 +0530 (Thu, 01 Aug 2013)\");\n script_cve_id(\"CVE-2013-2126\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Fedora Update for kmouth FEDORA-2013-13499\");\n\n tag_insight = \"Program that allows people who have lost their voice to let their\ncomputer speak for them.\n\";\n\n tag_affected = \"kmouth on Fedora 17\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"FEDORA\", value: \"2013-13499\");\n script_xref(name: \"URL\" , value: \"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112828.html\");\n script_summary(\"Check for the Version of kmouth\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC17\")\n{\n\n if ((res = isrpmvuln(pkg:\"kmouth\", rpm:\"kmouth~4.10.5~1.fc17\", rls:\"FC17\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "naslFamily": "Fedora Local Security Checks"}
{"cve": [{"lastseen": "2020-12-09T19:52:40", "description": "Multiple double free vulnerabilities in the LibRaw::unpack function in libraw_cxx.cpp in LibRaw before 0.15.2 allow context-dependent attackers to cause a denial of service (application crash) and possibly execute arbitrary code via a malformed full-color (1) Foveon or (2) sRAW image file.", "edition": 5, "cvss3": {}, "published": "2013-08-14T15:55:00", "title": "CVE-2013-2126", "type": "cve", "cwe": ["CWE-399"], "bulletinFamily": "NVD", "cvss2": {"severity": "HIGH", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 7.5, "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 6.4, "obtainUserPrivilege": false}, "cvelist": ["CVE-2013-2126"], "modified": "2018-10-30T16:27:00", "cpe": ["cpe:/a:libraw:libraw:0.15.1", "cpe:/o:canonical:ubuntu_linux:12.04", "cpe:/o:canonical:ubuntu_linux:12.10", "cpe:/o:canonical:ubuntu_linux:13.04", "cpe:/o:opensuse:opensuse:12.2", "cpe:/o:opensuse:opensuse:12.3", "cpe:/a:libraw:libraw:0.15.0"], "id": "CVE-2013-2126", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-2126", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}, "cpe23": ["cpe:2.3:o:opensuse:opensuse:12.3:*:*:*:*:*:*:*", "cpe:2.3:a:libraw:libraw:0.15.1:*:*:*:*:*:*:*", "cpe:2.3:o:opensuse:opensuse:12.2:*:*:*:*:*:*:*", "cpe:2.3:a:libraw:libraw:0.15.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:13.04:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:12.10:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:12.04:-:lts:*:*:*:*:*"]}], "nessus": [{"lastseen": "2021-01-12T10:10:55", "description": "KDE released updates for its Workspaces, Applications, and Development\nPlatform. These updates are the last in a series of monthly\nstabilization updates to the 4.10 series. 4.10.5 updates bring many\nbugfixes on top of the latest edition in the 4.10 series and are\nrecommended updates for everyone running 4.10.4 or earlier versions.\nSee also: http://kde.org/announcements/announce-4.10.5.php\n\nFix for CVE-2013-2126, double-free flaw when handling damaged\nfull-color in Foveon and sRAW files\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 14, "published": "2013-07-24T00:00:00", "title": "Fedora 18 : analitza-4.10.5-1.fc18 / ark-4.10.5-1.fc18 / audiocd-kio-4.10.5-1.fc18 / etc (2013-13112)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "modified": "2013-07-24T00:00:00", "cpe": ["p-cpe:/a:fedoraproject:fedora:kdiamond", "p-cpe:/a:fedoraproject:fedora:konquest", "p-cpe:/a:fedoraproject:fedora:kfourinline", "p-cpe:/a:fedoraproject:fedora:katomic", "p-cpe:/a:fedoraproject:fedora:oxygen-icon-theme", "cpe:/o:fedoraproject:fedora:18", "p-cpe:/a:fedoraproject:fedora:kde-runtime", "p-cpe:/a:fedoraproject:fedora:kdetoys", "p-cpe:/a:fedoraproject:fedora:kolf", "p-cpe:/a:fedoraproject:fedora:pykde4", "p-cpe:/a:fedoraproject:fedora:konsole", "p-cpe:/a:fedoraproject:fedora:kdegames", "p-cpe:/a:fedoraproject:fedora:kmousetool", "p-cpe:/a:fedoraproject:fedora:klines", "p-cpe:/a:fedoraproject:fedora:kdepimlibs", "p-cpe:/a:fedoraproject:fedora:kanagram", "p-cpe:/a:fedoraproject:fedora:ruby-korundum", "p-cpe:/a:fedoraproject:fedora:kmouth", "p-cpe:/a:fedoraproject:fedora:libkexiv2", "p-cpe:/a:fedoraproject:fedora:kruler", "p-cpe:/a:fedoraproject:fedora:kde-workspace", "p-cpe:/a:fedoraproject:fedora:ksnakeduel", "p-cpe:/a:fedoraproject:fedora:kimono", "p-cpe:/a:fedoraproject:fedora:kde-base-artwork", "p-cpe:/a:fedoraproject:fedora:ksirk", "p-cpe:/a:fedoraproject:fedora:kapman", "p-cpe:/a:fedoraproject:fedora:kdeplasma-addons", "p-cpe:/a:fedoraproject:fedora:kcolorchooser", "p-cpe:/a:fedoraproject:fedora:kdeedu", "p-cpe:/a:fedoraproject:fedora:kdemultimedia", "p-cpe:/a:fedoraproject:fedora:kdegraphics-thumbnailers", "p-cpe:/a:fedoraproject:fedora:ktuberling", "p-cpe:/a:fedoraproject:fedora:kdesdk", "p-cpe:/a:fedoraproject:fedora:kcalc", "p-cpe:/a:fedoraproject:fedora:rocs", "p-cpe:/a:fedoraproject:fedora:kde-print-manager", "p-cpe:/a:fedoraproject:fedora:analitza", "p-cpe:/a:fedoraproject:fedora:kwordquiz", "p-cpe:/a:fedoraproject:fedora:libkdeedu", "p-cpe:/a:fedoraproject:fedora:knetwalk", "p-cpe:/a:fedoraproject:fedora:kturtle", "p-cpe:/a:fedoraproject:fedora:audiocd-kio", "p-cpe:/a:fedoraproject:fedora:bomber", "p-cpe:/a:fedoraproject:fedora:qyoto", "p-cpe:/a:fedoraproject:fedora:kmines", "p-cpe:/a:fedoraproject:fedora:knavalbattle", "p-cpe:/a:fedoraproject:fedora:kactivities", "p-cpe:/a:fedoraproject:fedora:kgoldrunner", "p-cpe:/a:fedoraproject:fedora:ruby-qt", "p-cpe:/a:fedoraproject:fedora:killbots", "p-cpe:/a:fedoraproject:fedora:kjumpingcube", "p-cpe:/a:fedoraproject:fedora:kdf", "p-cpe:/a:fedoraproject:fedora:kamera", "p-cpe:/a:fedoraproject:fedora:kdeaccessibility", "p-cpe:/a:fedoraproject:fedora:libkcompactdisc", "p-cpe:/a:fedoraproject:fedora:superkaramba", "p-cpe:/a:fedoraproject:fedora:kross-interpreters", "p-cpe:/a:fedoraproject:fedora:kate", "p-cpe:/a:fedoraproject:fedora:gwenview", "p-cpe:/a:fedoraproject:fedora:juk", "p-cpe:/a:fedoraproject:fedora:kwallet", "p-cpe:/a:fedoraproject:fedora:kdenetwork", "p-cpe:/a:fedoraproject:fedora:kubrick", "p-cpe:/a:fedoraproject:fedora:kpat", "p-cpe:/a:fedoraproject:fedora:smokekde", "p-cpe:/a:fedoraproject:fedora:kshisen", "p-cpe:/a:fedoraproject:fedora:okular", "p-cpe:/a:fedoraproject:fedora:kigo", "p-cpe:/a:fedoraproject:fedora:svgpart", "p-cpe:/a:fedoraproject:fedora:palapeli", "p-cpe:/a:fedoraproject:fedora:kdelibs", "p-cpe:/a:fedoraproject:fedora:kdegraphics-mobipocket", "p-cpe:/a:fedoraproject:fedora:kiten", "p-cpe:/a:fedoraproject:fedora:ksaneplugin", "p-cpe:/a:fedoraproject:fedora:kmplot", "p-cpe:/a:fedoraproject:fedora:kdepim", "p-cpe:/a:fedoraproject:fedora:kdeadmin", "p-cpe:/a:fedoraproject:fedora:step", "p-cpe:/a:fedoraproject:fedora:filelight", "p-cpe:/a:fedoraproject:fedora:klettres", "p-cpe:/a:fedoraproject:fedora:libkipi", "p-cpe:/a:fedoraproject:fedora:kdepim-runtime", "p-cpe:/a:fedoraproject:fedora:smokegen", "p-cpe:/a:fedoraproject:fedora:kalgebra", "p-cpe:/a:fedoraproject:fedora:dragon", "p-cpe:/a:fedoraproject:fedora:kde-baseapps", "p-cpe:/a:fedoraproject:fedora:marble", "p-cpe:/a:fedoraproject:fedora:pairs", "p-cpe:/a:fedoraproject:fedora:libkdegames", "p-cpe:/a:fedoraproject:fedora:sweeper", "p-cpe:/a:fedoraproject:fedora:granatier", "p-cpe:/a:fedoraproject:fedora:kgpg", "p-cpe:/a:fedoraproject:fedora:kremotecontrol", "p-cpe:/a:fedoraproject:fedora:kaccessible", "p-cpe:/a:fedoraproject:fedora:kalzium", "p-cpe:/a:fedoraproject:fedora:ksquares", "p-cpe:/a:fedoraproject:fedora:ksudoku", "p-cpe:/a:fedoraproject:fedora:blinken", "p-cpe:/a:fedoraproject:fedora:kig", "p-cpe:/a:fedoraproject:fedora:kajongg", "p-cpe:/a:fedoraproject:fedora:smokeqt", "p-cpe:/a:fedoraproject:fedora:ark", "p-cpe:/a:fedoraproject:fedora:kdegraphics-strigi-analyzer", "p-cpe:/a:fedoraproject:fedora:kmix", "p-cpe:/a:fedoraproject:fedora:cantor", "p-cpe:/a:fedoraproject:fedora:kreversi", "p-cpe:/a:fedoraproject:fedora:ktouch", "p-cpe:/a:fedoraproject:fedora:kbreakout", "p-cpe:/a:fedoraproject:fedora:kdeutils", "p-cpe:/a:fedoraproject:fedora:kollision", "p-cpe:/a:fedoraproject:fedora:lskat", "p-cpe:/a:fedoraproject:fedora:kscd", "p-cpe:/a:fedoraproject:fedora:kspaceduel", "p-cpe:/a:fedoraproject:fedora:kgamma", "p-cpe:/a:fedoraproject:fedora:kde-wallpapers", "p-cpe:/a:fedoraproject:fedora:kdeartwork", "p-cpe:/a:fedoraproject:fedora:ksnapshot", "p-cpe:/a:fedoraproject:fedora:kstars", "p-cpe:/a:fedoraproject:fedora:kiriki", "p-cpe:/a:fedoraproject:fedora:kde-l10n", "p-cpe:/a:fedoraproject:fedora:kblackbox", "p-cpe:/a:fedoraproject:fedora:nepomuk-core", "p-cpe:/a:fedoraproject:fedora:klickety", "p-cpe:/a:fedoraproject:fedora:kbounce", "p-cpe:/a:fedoraproject:fedora:libkmahjongg", "p-cpe:/a:fedoraproject:fedora:libksane", "p-cpe:/a:fedoraproject:fedora:libkdcraw", "p-cpe:/a:fedoraproject:fedora:bovo", "p-cpe:/a:fedoraproject:fedora:kblocks", "p-cpe:/a:fedoraproject:fedora:kolourpaint", "p-cpe:/a:fedoraproject:fedora:kbruch", "p-cpe:/a:fedoraproject:fedora:nepomuk-widgets", "p-cpe:/a:fedoraproject:fedora:kdegraphics", "p-cpe:/a:fedoraproject:fedora:khangman", "p-cpe:/a:fedoraproject:fedora:ktimer", "p-cpe:/a:fedoraproject:fedora:kmag", "p-cpe:/a:fedoraproject:fedora:libkcddb", "p-cpe:/a:fedoraproject:fedora:kmahjongg", "p-cpe:/a:fedoraproject:fedora:kgeography", "p-cpe:/a:fedoraproject:fedora:parley", "p-cpe:/a:fedoraproject:fedora:kdebindings", "p-cpe:/a:fedoraproject:fedora:kfloppy", "p-cpe:/a:fedoraproject:fedora:kcharselect", "p-cpe:/a:fedoraproject:fedora:picmi", "p-cpe:/a:fedoraproject:fedora:jovie"], "id": "FEDORA_2013-13112.NASL", "href": "https://www.tenable.com/plugins/nessus/69027", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2013-13112.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(69027);\n script_version(\"1.10\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2013-2126\");\n script_xref(name:\"FEDORA\", value:\"2013-13112\");\n\n script_name(english:\"Fedora 18 : analitza-4.10.5-1.fc18 / ark-4.10.5-1.fc18 / audiocd-kio-4.10.5-1.fc18 / etc (2013-13112)\");\n script_summary(english:\"Checks rpm output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"KDE released updates for its Workspaces, Applications, and Development\nPlatform. These updates are the last in a series of monthly\nstabilization updates to the 4.10 series. 4.10.5 updates bring many\nbugfixes on top of the latest edition in the 4.10 series and are\nrecommended updates for everyone running 4.10.4 or earlier versions.\nSee also: http://kde.org/announcements/announce-4.10.5.php\n\nFix for CVE-2013-2126, double-free flaw when handling damaged\nfull-color in Foveon and sRAW files\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n # http://kde.org/announcements/announce-4.10.5.php\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.kde.org/announcements/announce-4.10.5.php\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=970713\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112262.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?acf3e24a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112263.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?ca6df63f\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112264.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?264e3006\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112265.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?15eff0f8\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112266.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e977cc29\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112267.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?06d4b03f\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112268.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?be05928c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112269.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?78b39f72\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112270.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?fbba8e53\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112271.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d4e4a988\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112272.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3d265216\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112273.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?2e566dc5\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112274.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9ecc0860\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112275.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?08905dfc\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112276.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?70e8990a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112277.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?55913a45\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112278.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1fd92fde\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112279.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b5c0ad58\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112280.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?6f2d99f3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112281.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b240bfd3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112282.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9216fd86\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112283.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a6068358\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112284.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?c8d3fde0\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112285.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?37d3144a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112286.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?099e4481\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112287.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d6047351\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112288.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b98091a2\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112289.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?52cd331f\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112290.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b0febdc9\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112291.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?dbcdedaf\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112292.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?47f153e3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112293.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?16e1bacc\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112294.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?370f218b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112295.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?94ba8a0c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112296.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f279f73a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112297.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?2a886d6b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112298.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e120d8cd\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112299.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?486289c1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112300.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?80568239\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112301.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?39c6ed3c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112302.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9b3cb5a8\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112303.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?50b58ff3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112304.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1ff9b09c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112305.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?587c083c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112306.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f30bf3a8\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112307.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?14aa37f8\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112308.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?992458c3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112309.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d1156093\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112310.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?90d1a8fa\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112311.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9dee9a78\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112312.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e6d382da\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112313.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?8dc125d3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112314.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?312ac18b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112315.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?95236bf4\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112316.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7f4bd58a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112317.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?2dcf1d48\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112318.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?5de105a9\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112319.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b8fe99c1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112320.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?4daea6f5\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112321.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7770dd48\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112322.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b3e02ff4\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112323.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0b9f3770\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112324.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?207b90fc\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112325.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?fc472ab0\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112326.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?6af472d1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112327.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?dafd2d07\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112328.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0417355b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112329.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?8b490ffa\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112330.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?26239391\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112331.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?ecbcfa66\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112332.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?07a564d9\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112333.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?129309e1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112334.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a52fc319\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112335.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3228635b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112336.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?bcee8621\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112337.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?58df7375\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112338.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?dc917e16\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112339.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?dce5b59b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112340.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?12ad0b77\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112341.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?60980f6e\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112342.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?aa9392bf\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112343.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?695b2083\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112344.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?03819f7f\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112345.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?dd27a80a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112346.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?35e548e5\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112347.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1b38040a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112348.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?849b7086\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112349.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a1be0684\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112350.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?759804ea\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112351.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7b3ab32c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112352.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?303228cd\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112353.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?5ea65b58\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112354.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?65c0617a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112355.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f011dbfe\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112356.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?15ff3df9\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112357.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?6d7e464a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112358.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?6c22ffc0\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112359.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?91524316\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112360.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?926e14a8\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112361.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?947d4c90\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112362.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?683317a7\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112363.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e5082e1d\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112364.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1f517ef4\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112365.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b2fa00ba\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112366.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?4612eb4b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112367.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a8af633b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112368.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?8662d4f1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112369.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7f45833d\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112370.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?753434b9\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112371.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?70520190\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112372.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d9bf9723\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112373.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?43eca8d3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112374.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?6527743d\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112375.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0edf5df3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112376.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?86e81014\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112377.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b6de7e31\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112378.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?356d41aa\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112379.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?89cb8b26\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112380.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?dfd1dad2\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112381.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?75f9b188\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112382.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?fe7b27dc\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112383.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a8defda1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112384.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?43e72ac4\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112385.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?047b1653\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112386.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?4f3ed254\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112387.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?bd92bc85\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112388.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?19a72a12\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112389.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?452cba13\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112390.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?53548778\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112391.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?73223118\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112392.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7e988795\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112393.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9371a66b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112394.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?52ddcd51\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112395.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?291377c1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112396.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?62e0f167\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112397.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?42f026fe\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112398.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a6338aab\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112399.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9591d573\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112400.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?66b4e6a6\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112401.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a133d95a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112402.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0c465dff\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112403.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?832b1f8a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112404.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0547a91c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112405.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?df5b77ec\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:analitza\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ark\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:audiocd-kio\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:blinken\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:bomber\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:bovo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:cantor\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:dragon\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:filelight\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:granatier\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:gwenview\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:jovie\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:juk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kaccessible\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kactivities\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kajongg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kalgebra\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kalzium\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kamera\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kanagram\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kapman\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kate\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:katomic\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kblackbox\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kblocks\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kbounce\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kbreakout\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kbruch\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kcalc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kcharselect\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kcolorchooser\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-base-artwork\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-baseapps\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-l10n\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-print-manager\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-runtime\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-wallpapers\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-workspace\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeaccessibility\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeadmin\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeartwork\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdebindings\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeedu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdegames\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdegraphics\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdegraphics-mobipocket\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdegraphics-strigi-analyzer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdegraphics-thumbnailers\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdelibs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdemultimedia\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdenetwork\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdepim\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdepim-runtime\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdepimlibs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeplasma-addons\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdesdk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdetoys\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeutils\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdf\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdiamond\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kfloppy\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kfourinline\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kgamma\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kgeography\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kgoldrunner\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kgpg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:khangman\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kig\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kigo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:killbots\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kimono\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kiriki\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kiten\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kjumpingcube\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:klettres\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:klickety\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:klines\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmag\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmahjongg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmines\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmix\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmousetool\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmouth\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmplot\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:knavalbattle\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:knetwalk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kolf\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kollision\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kolourpaint\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:konquest\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:konsole\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kpat\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kremotecontrol\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kreversi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kross-interpreters\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kruler\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ksaneplugin\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kscd\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kshisen\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ksirk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ksnakeduel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ksnapshot\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kspaceduel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ksquares\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kstars\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ksudoku\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ktimer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ktouch\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ktuberling\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kturtle\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kubrick\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kwallet\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kwordquiz\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkcddb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkcompactdisc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkdcraw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkdeedu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkdegames\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkexiv2\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkipi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkmahjongg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libksane\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:lskat\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:marble\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:nepomuk-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:nepomuk-widgets\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:okular\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:oxygen-icon-theme\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:pairs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:palapeli\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:parley\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:picmi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:pykde4\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:qyoto\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:rocs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ruby-korundum\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ruby-qt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:smokegen\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:smokekde\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:smokeqt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:step\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:superkaramba\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:svgpart\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:sweeper\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:18\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2013/08/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/07/17\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/07/24\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^18([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 18.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC18\", reference:\"analitza-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"ark-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"audiocd-kio-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"blinken-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"bomber-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"bovo-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"cantor-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"dragon-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"filelight-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"granatier-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"gwenview-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"jovie-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"juk-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kaccessible-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kactivities-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kajongg-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kalgebra-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kalzium-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kamera-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kanagram-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kapman-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kate-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"katomic-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kblackbox-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kblocks-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kbounce-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kbreakout-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kbruch-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kcalc-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kcharselect-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kcolorchooser-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kde-base-artwork-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kde-baseapps-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kde-l10n-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kde-print-manager-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kde-runtime-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kde-wallpapers-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kde-workspace-4.10.5-2.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdeaccessibility-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdeadmin-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdeartwork-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdebindings-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdeedu-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdegames-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdegraphics-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdegraphics-mobipocket-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdegraphics-strigi-analyzer-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdegraphics-thumbnailers-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdelibs-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdemultimedia-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdenetwork-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdepim-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdepim-runtime-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdepimlibs-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdeplasma-addons-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdesdk-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdetoys-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdeutils-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdf-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kdiamond-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kfloppy-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kfourinline-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kgamma-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kgeography-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kgoldrunner-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kgpg-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"khangman-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kig-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kigo-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"killbots-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kimono-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kiriki-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kiten-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kjumpingcube-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"klettres-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"klickety-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"klines-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kmag-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kmahjongg-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kmines-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kmix-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kmousetool-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kmouth-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kmplot-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"knavalbattle-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"knetwalk-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kolf-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kollision-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kolourpaint-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"konquest-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"konsole-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kpat-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kremotecontrol-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kreversi-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kross-interpreters-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kruler-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"ksaneplugin-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kscd-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kshisen-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"ksirk-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"ksnakeduel-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"ksnapshot-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kspaceduel-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"ksquares-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kstars-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"ksudoku-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"ktimer-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"ktouch-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"ktuberling-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kturtle-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kubrick-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kwallet-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"kwordquiz-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"libkcddb-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"libkcompactdisc-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"libkdcraw-4.10.5-2.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"libkdeedu-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"libkdegames-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"libkexiv2-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"libkipi-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"libkmahjongg-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"libksane-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"lskat-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"marble-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"nepomuk-core-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"nepomuk-widgets-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"okular-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"oxygen-icon-theme-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"pairs-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"palapeli-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"parley-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"picmi-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"pykde4-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"qyoto-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"rocs-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"ruby-korundum-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"ruby-qt-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"smokegen-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"smokekde-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"smokeqt-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"step-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"superkaramba-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"svgpart-4.10.5-1.fc18\")) flag++;\nif (rpm_check(release:\"FC18\", reference:\"sweeper-4.10.5-2.fc18\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"analitza / ark / audiocd-kio / blinken / bomber / bovo / cantor / etc\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-12T10:11:59", "description": "Fix for CVE-2013-2126, double-free flaw when handling damaged\nfull-color in Foveon and sRAW files. Latest upstream, corrects gcc 4.8\nissues.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 11, "published": "2013-07-12T00:00:00", "title": "Fedora 18 : LibRaw-0.14.8-2.fc18 (2013-9773)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "modified": "2013-07-12T00:00:00", "cpe": ["cpe:/o:fedoraproject:fedora:18", "p-cpe:/a:fedoraproject:fedora:LibRaw"], "id": "FEDORA_2013-9773.NASL", "href": "https://www.tenable.com/plugins/nessus/67377", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2013-9773.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(67377);\n script_version(\"1.6\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_bugtraq_id(60174);\n script_xref(name:\"FEDORA\", value:\"2013-9773\");\n\n script_name(english:\"Fedora 18 : LibRaw-0.14.8-2.fc18 (2013-9773)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Fix for CVE-2013-2126, double-free flaw when handling damaged\nfull-color in Foveon and sRAW files. Latest upstream, corrects gcc 4.8\nissues.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=968387\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-June/108456.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?bbab8f4c\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected LibRaw package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:L/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:LibRaw\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:18\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/06/01\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/07/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^18([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 18.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC18\", reference:\"LibRaw-0.14.8-2.fc18\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"LibRaw\");\n}\n", "cvss": {"score": 4.4, "vector": "AV:L/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-12T10:11:59", "description": "Fix for CVE-2013-2126, double-free flaw when handling damaged\nfull-color in Foveon and sRAW files. Latest upstream, corrects gcc 4.8\nissues.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 11, "published": "2013-07-12T00:00:00", "title": "Fedora 17 : LibRaw-0.14.8-2.fc17 (2013-9798)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "modified": "2013-07-12T00:00:00", "cpe": ["cpe:/o:fedoraproject:fedora:17", "p-cpe:/a:fedoraproject:fedora:LibRaw"], "id": "FEDORA_2013-9798.NASL", "href": "https://www.tenable.com/plugins/nessus/67383", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2013-9798.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(67383);\n script_version(\"1.6\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_bugtraq_id(60174);\n script_xref(name:\"FEDORA\", value:\"2013-9798\");\n\n script_name(english:\"Fedora 17 : LibRaw-0.14.8-2.fc17 (2013-9798)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Fix for CVE-2013-2126, double-free flaw when handling damaged\nfull-color in Foveon and sRAW files. Latest upstream, corrects gcc 4.8\nissues.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=968387\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-June/108498.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e1a2983a\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected LibRaw package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:L/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:LibRaw\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:17\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/06/01\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/07/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^17([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 17.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC17\", reference:\"LibRaw-0.14.8-2.fc17\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"LibRaw\");\n}\n", "cvss": {"score": 4.4, "vector": "AV:L/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-12T10:10:56", "description": "KDE released updates for its Workspaces, Applications, and Development\nPlatform. These updates are the last in a series of monthly\nstabilization updates to the 4.10 series. 4.10.5 updates bring many\nbugfixes on top of the latest edition in the 4.10 series and are\nrecommended updates for everyone running 4.10.4 or earlier versions.\nSee also: http://kde.org/announcements/announce-4.10.5.php\n\nFix for CVE-2013-2126, double-free flaw when handling damaged\nfull-color in Foveon and sRAW files\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 14, "published": "2013-07-31T00:00:00", "title": "Fedora 17 : analitza-4.10.5-1.fc17 / ark-4.10.5-1.fc17 / audiocd-kio-4.10.5-1.fc17 / etc (2013-13499)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "modified": "2013-07-31T00:00:00", "cpe": ["p-cpe:/a:fedoraproject:fedora:kdiamond", "p-cpe:/a:fedoraproject:fedora:konquest", "p-cpe:/a:fedoraproject:fedora:kfourinline", "p-cpe:/a:fedoraproject:fedora:katomic", "p-cpe:/a:fedoraproject:fedora:oxygen-icon-theme", "p-cpe:/a:fedoraproject:fedora:kde-runtime", "p-cpe:/a:fedoraproject:fedora:kdetoys", "p-cpe:/a:fedoraproject:fedora:kolf", "p-cpe:/a:fedoraproject:fedora:pykde4", "p-cpe:/a:fedoraproject:fedora:konsole", "p-cpe:/a:fedoraproject:fedora:kdegames", "p-cpe:/a:fedoraproject:fedora:kmousetool", "p-cpe:/a:fedoraproject:fedora:klines", "p-cpe:/a:fedoraproject:fedora:kdepimlibs", "p-cpe:/a:fedoraproject:fedora:kanagram", "p-cpe:/a:fedoraproject:fedora:ruby-korundum", "p-cpe:/a:fedoraproject:fedora:kmouth", "p-cpe:/a:fedoraproject:fedora:libkexiv2", "p-cpe:/a:fedoraproject:fedora:kruler", "p-cpe:/a:fedoraproject:fedora:kde-workspace", "p-cpe:/a:fedoraproject:fedora:ksnakeduel", "p-cpe:/a:fedoraproject:fedora:kimono", "p-cpe:/a:fedoraproject:fedora:kde-base-artwork", "p-cpe:/a:fedoraproject:fedora:ksirk", "p-cpe:/a:fedoraproject:fedora:kapman", "p-cpe:/a:fedoraproject:fedora:kdeplasma-addons", "p-cpe:/a:fedoraproject:fedora:kcolorchooser", "p-cpe:/a:fedoraproject:fedora:kdeedu", "p-cpe:/a:fedoraproject:fedora:kdemultimedia", "cpe:/o:fedoraproject:fedora:17", "p-cpe:/a:fedoraproject:fedora:kdegraphics-thumbnailers", "p-cpe:/a:fedoraproject:fedora:ktuberling", "p-cpe:/a:fedoraproject:fedora:kdesdk", "p-cpe:/a:fedoraproject:fedora:kcalc", "p-cpe:/a:fedoraproject:fedora:rocs", "p-cpe:/a:fedoraproject:fedora:kde-print-manager", "p-cpe:/a:fedoraproject:fedora:analitza", "p-cpe:/a:fedoraproject:fedora:kwordquiz", "p-cpe:/a:fedoraproject:fedora:libkdeedu", "p-cpe:/a:fedoraproject:fedora:knetwalk", "p-cpe:/a:fedoraproject:fedora:kturtle", "p-cpe:/a:fedoraproject:fedora:audiocd-kio", "p-cpe:/a:fedoraproject:fedora:bomber", "p-cpe:/a:fedoraproject:fedora:qyoto", "p-cpe:/a:fedoraproject:fedora:kmines", "p-cpe:/a:fedoraproject:fedora:knavalbattle", "p-cpe:/a:fedoraproject:fedora:kactivities", "p-cpe:/a:fedoraproject:fedora:kgoldrunner", "p-cpe:/a:fedoraproject:fedora:ruby-qt", "p-cpe:/a:fedoraproject:fedora:killbots", "p-cpe:/a:fedoraproject:fedora:kjumpingcube", "p-cpe:/a:fedoraproject:fedora:kdf", "p-cpe:/a:fedoraproject:fedora:kamera", "p-cpe:/a:fedoraproject:fedora:kdeaccessibility", "p-cpe:/a:fedoraproject:fedora:libkcompactdisc", "p-cpe:/a:fedoraproject:fedora:superkaramba", "p-cpe:/a:fedoraproject:fedora:kross-interpreters", "p-cpe:/a:fedoraproject:fedora:kate", "p-cpe:/a:fedoraproject:fedora:gwenview", "p-cpe:/a:fedoraproject:fedora:juk", "p-cpe:/a:fedoraproject:fedora:kwallet", "p-cpe:/a:fedoraproject:fedora:kdenetwork", "p-cpe:/a:fedoraproject:fedora:kubrick", "p-cpe:/a:fedoraproject:fedora:kpat", "p-cpe:/a:fedoraproject:fedora:smokekde", "p-cpe:/a:fedoraproject:fedora:kshisen", "p-cpe:/a:fedoraproject:fedora:okular", "p-cpe:/a:fedoraproject:fedora:kigo", "p-cpe:/a:fedoraproject:fedora:svgpart", "p-cpe:/a:fedoraproject:fedora:palapeli", "p-cpe:/a:fedoraproject:fedora:kdelibs", "p-cpe:/a:fedoraproject:fedora:kdegraphics-mobipocket", "p-cpe:/a:fedoraproject:fedora:kiten", "p-cpe:/a:fedoraproject:fedora:ksaneplugin", "p-cpe:/a:fedoraproject:fedora:kmplot", "p-cpe:/a:fedoraproject:fedora:kdepim", "p-cpe:/a:fedoraproject:fedora:kdeadmin", "p-cpe:/a:fedoraproject:fedora:step", "p-cpe:/a:fedoraproject:fedora:filelight", "p-cpe:/a:fedoraproject:fedora:klettres", "p-cpe:/a:fedoraproject:fedora:libkipi", "p-cpe:/a:fedoraproject:fedora:kdepim-runtime", "p-cpe:/a:fedoraproject:fedora:smokegen", "p-cpe:/a:fedoraproject:fedora:kalgebra", "p-cpe:/a:fedoraproject:fedora:dragon", "p-cpe:/a:fedoraproject:fedora:kde-baseapps", "p-cpe:/a:fedoraproject:fedora:marble", "p-cpe:/a:fedoraproject:fedora:pairs", "p-cpe:/a:fedoraproject:fedora:libkdegames", "p-cpe:/a:fedoraproject:fedora:sweeper", "p-cpe:/a:fedoraproject:fedora:granatier", "p-cpe:/a:fedoraproject:fedora:kgpg", "p-cpe:/a:fedoraproject:fedora:kremotecontrol", "p-cpe:/a:fedoraproject:fedora:kaccessible", "p-cpe:/a:fedoraproject:fedora:kalzium", "p-cpe:/a:fedoraproject:fedora:ksquares", "p-cpe:/a:fedoraproject:fedora:ksudoku", "p-cpe:/a:fedoraproject:fedora:blinken", "p-cpe:/a:fedoraproject:fedora:kig", "p-cpe:/a:fedoraproject:fedora:kajongg", "p-cpe:/a:fedoraproject:fedora:smokeqt", "p-cpe:/a:fedoraproject:fedora:ark", "p-cpe:/a:fedoraproject:fedora:kdegraphics-strigi-analyzer", "p-cpe:/a:fedoraproject:fedora:kmix", "p-cpe:/a:fedoraproject:fedora:cantor", "p-cpe:/a:fedoraproject:fedora:kreversi", "p-cpe:/a:fedoraproject:fedora:ktouch", "p-cpe:/a:fedoraproject:fedora:kbreakout", "p-cpe:/a:fedoraproject:fedora:kdeutils", "p-cpe:/a:fedoraproject:fedora:kollision", "p-cpe:/a:fedoraproject:fedora:lskat", "p-cpe:/a:fedoraproject:fedora:kscd", "p-cpe:/a:fedoraproject:fedora:kspaceduel", "p-cpe:/a:fedoraproject:fedora:kgamma", "p-cpe:/a:fedoraproject:fedora:kde-wallpapers", "p-cpe:/a:fedoraproject:fedora:kdeartwork", "p-cpe:/a:fedoraproject:fedora:ksnapshot", "p-cpe:/a:fedoraproject:fedora:kstars", "p-cpe:/a:fedoraproject:fedora:kiriki", "p-cpe:/a:fedoraproject:fedora:kblackbox", "p-cpe:/a:fedoraproject:fedora:nepomuk-core", "p-cpe:/a:fedoraproject:fedora:klickety", "p-cpe:/a:fedoraproject:fedora:kbounce", "p-cpe:/a:fedoraproject:fedora:libkmahjongg", "p-cpe:/a:fedoraproject:fedora:libksane", "p-cpe:/a:fedoraproject:fedora:libkdcraw", "p-cpe:/a:fedoraproject:fedora:bovo", "p-cpe:/a:fedoraproject:fedora:kblocks", "p-cpe:/a:fedoraproject:fedora:kolourpaint", "p-cpe:/a:fedoraproject:fedora:kbruch", "p-cpe:/a:fedoraproject:fedora:nepomuk-widgets", "p-cpe:/a:fedoraproject:fedora:kdegraphics", "p-cpe:/a:fedoraproject:fedora:khangman", "p-cpe:/a:fedoraproject:fedora:ktimer", "p-cpe:/a:fedoraproject:fedora:kmag", "p-cpe:/a:fedoraproject:fedora:libkcddb", "p-cpe:/a:fedoraproject:fedora:kmahjongg", "p-cpe:/a:fedoraproject:fedora:kgeography", "p-cpe:/a:fedoraproject:fedora:parley", "p-cpe:/a:fedoraproject:fedora:kdebindings", "p-cpe:/a:fedoraproject:fedora:kfloppy", "p-cpe:/a:fedoraproject:fedora:kcharselect", "p-cpe:/a:fedoraproject:fedora:picmi", "p-cpe:/a:fedoraproject:fedora:jovie"], "id": "FEDORA_2013-13499.NASL", "href": "https://www.tenable.com/plugins/nessus/69153", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2013-13499.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(69153);\n script_version(\"1.10\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2013-2126\");\n script_xref(name:\"FEDORA\", value:\"2013-13499\");\n\n script_name(english:\"Fedora 17 : analitza-4.10.5-1.fc17 / ark-4.10.5-1.fc17 / audiocd-kio-4.10.5-1.fc17 / etc (2013-13499)\");\n script_summary(english:\"Checks rpm output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"KDE released updates for its Workspaces, Applications, and Development\nPlatform. These updates are the last in a series of monthly\nstabilization updates to the 4.10 series. 4.10.5 updates bring many\nbugfixes on top of the latest edition in the 4.10 series and are\nrecommended updates for everyone running 4.10.4 or earlier versions.\nSee also: http://kde.org/announcements/announce-4.10.5.php\n\nFix for CVE-2013-2126, double-free flaw when handling damaged\nfull-color in Foveon and sRAW files\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n # http://kde.org/announcements/announce-4.10.5.php\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.kde.org/announcements/announce-4.10.5.php\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=970713\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112724.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?960a3870\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112725.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?02879a10\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112726.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?fcf3fa04\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112727.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?64c7ac53\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112728.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?2eada677\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112729.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?099158c7\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112730.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?46c363e5\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112731.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3f718669\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112732.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3f54b6a5\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112733.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9124bc47\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112734.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d90990aa\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112735.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?91da1ab6\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112736.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0562bde6\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112737.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?6d16afa7\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112738.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d886159f\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112739.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?674a9f30\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112740.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?2f06c69a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112741.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3a0187b1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112742.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?49d56683\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112743.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d0d1424c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112744.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0ee7dff9\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112745.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?58fcd2b1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112746.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?ff1d75f0\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112747.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0177eaf2\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112748.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?65b50044\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112749.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3ce1556f\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112750.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9d611f5f\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112751.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a4a42f71\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112752.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a8ecd631\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112753.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3ac31b99\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112754.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1ce22c56\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112755.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?33a7eb8a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112756.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?74ca16e1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112757.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?213e51ee\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112758.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?89c30663\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112759.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f99d7892\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112760.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a494e501\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112761.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?eb724483\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112762.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?81f84b9d\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112763.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?540704fc\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112764.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9ea4bc78\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112765.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3414aeca\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112766.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?bb799a1a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112767.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f9e01d65\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112768.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3b46e99e\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112769.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9cbf92af\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112770.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7d8927cb\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112771.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1cfe91e1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112772.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7a104e14\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112773.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?58ac993c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112774.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?716270f6\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112775.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7f7e6f3b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112776.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7faeeee3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112777.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?00b8d358\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112778.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e97938e1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112779.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?baa8b6f2\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112780.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?5a015906\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112781.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?8d511284\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112782.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a028ef96\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112783.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?8b2b461e\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112784.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e9b44262\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112785.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?054cb0df\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112786.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?5ad4ea41\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112787.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?5a5d69a8\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112788.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?74d9f907\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112789.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?6d0003a8\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112790.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?305c0299\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112791.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?ed1a01ed\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112792.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?01b062f8\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112793.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f4cc8686\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112794.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?042519fb\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112795.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?830dac8f\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112796.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b019055f\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112797.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f109c5ef\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112798.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?24b6424e\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112799.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?c0cd4192\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112800.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1822744d\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112801.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?74f31de0\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112802.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f53d1649\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112803.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?c28506f9\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112804.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?8d8ee681\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112805.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b22570ac\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112806.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?c4ccac3b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112807.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b97dc6fb\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112808.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?63ec8c51\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112809.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1d62e417\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112810.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?95520f28\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112811.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?eb78282c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112812.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f69a8e67\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112813.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7ca17c49\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112814.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?6a22fe49\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112815.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?56cd9f27\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112816.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?887b2a9a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112817.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?13529524\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112818.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b9e96c8c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112819.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?4c773d30\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112820.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?96e08fee\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112821.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d9288697\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112822.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?70562205\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112823.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?c8c8e52a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112824.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d7f89cd3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112825.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?8371f421\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112826.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?77f3005a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112827.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a75e3d16\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112828.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?42d3e299\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112829.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1f14ac8e\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112830.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?33d2efdb\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112831.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d2207dc3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112832.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?65de802e\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112833.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?73570661\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112834.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?8a1871db\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112835.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?98202195\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112836.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7e6b768f\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112837.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7adc67f5\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112838.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?114ef0dc\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112839.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f07f2869\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112840.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3acbf9b7\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112841.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0b339785\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112842.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?07f58d25\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112843.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?13ca6030\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112844.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3114d41e\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112845.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?72cca637\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112846.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f8cc8913\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112847.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f504ad0a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112848.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?53ce984c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112849.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?191f8654\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112850.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f0fa64f6\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112851.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d10b831e\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112852.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f44cd23a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112853.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?4159b50c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112854.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?ee2507d4\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112855.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b7c9e0d3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112856.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?28f414db\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112857.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3c00eab2\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112858.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?82fe42fc\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112859.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?bd7926e6\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112860.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e1ddc178\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112861.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?5d4dd809\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112862.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?52124c3c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112863.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?5cdde346\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112864.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?34379581\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112865.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?c5ce6e58\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112866.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f50b7117\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:analitza\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ark\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:audiocd-kio\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:blinken\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:bomber\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:bovo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:cantor\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:dragon\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:filelight\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:granatier\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:gwenview\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:jovie\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:juk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kaccessible\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kactivities\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kajongg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kalgebra\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kalzium\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kamera\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kanagram\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kapman\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kate\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:katomic\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kblackbox\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kblocks\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kbounce\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kbreakout\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kbruch\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kcalc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kcharselect\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kcolorchooser\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-base-artwork\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-baseapps\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-print-manager\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-runtime\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-wallpapers\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-workspace\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeaccessibility\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeadmin\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeartwork\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdebindings\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeedu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdegames\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdegraphics\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdegraphics-mobipocket\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdegraphics-strigi-analyzer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdegraphics-thumbnailers\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdelibs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdemultimedia\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdenetwork\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdepim\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdepim-runtime\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdepimlibs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeplasma-addons\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdesdk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdetoys\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeutils\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdf\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdiamond\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kfloppy\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kfourinline\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kgamma\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kgeography\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kgoldrunner\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kgpg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:khangman\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kig\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kigo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:killbots\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kimono\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kiriki\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kiten\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kjumpingcube\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:klettres\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:klickety\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:klines\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmag\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmahjongg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmines\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmix\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmousetool\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmouth\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kmplot\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:knavalbattle\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:knetwalk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kolf\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kollision\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kolourpaint\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:konquest\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:konsole\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kpat\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kremotecontrol\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kreversi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kross-interpreters\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kruler\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ksaneplugin\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kscd\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kshisen\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ksirk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ksnakeduel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ksnapshot\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kspaceduel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ksquares\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kstars\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ksudoku\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ktimer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ktouch\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ktuberling\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kturtle\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kubrick\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kwallet\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kwordquiz\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkcddb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkcompactdisc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkdcraw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkdeedu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkdegames\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkexiv2\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkipi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkmahjongg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libksane\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:lskat\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:marble\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:nepomuk-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:nepomuk-widgets\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:okular\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:oxygen-icon-theme\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:pairs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:palapeli\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:parley\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:picmi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:pykde4\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:qyoto\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:rocs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ruby-korundum\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:ruby-qt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:smokegen\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:smokekde\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:smokeqt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:step\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:superkaramba\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:svgpart\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:sweeper\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:17\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2013/08/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/07/24\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/07/31\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^17([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 17.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC17\", reference:\"analitza-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"ark-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"audiocd-kio-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"blinken-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"bomber-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"bovo-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"cantor-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"dragon-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"filelight-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"granatier-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"gwenview-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"jovie-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"juk-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kaccessible-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kactivities-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kajongg-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kalgebra-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kalzium-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kamera-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kanagram-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kapman-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kate-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"katomic-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kblackbox-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kblocks-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kbounce-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kbreakout-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kbruch-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kcalc-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kcharselect-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kcolorchooser-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kde-base-artwork-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kde-baseapps-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kde-print-manager-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kde-runtime-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kde-wallpapers-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kde-workspace-4.10.5-3.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdeaccessibility-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdeadmin-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdeartwork-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdebindings-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdeedu-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdegames-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdegraphics-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdegraphics-mobipocket-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdegraphics-strigi-analyzer-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdegraphics-thumbnailers-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdelibs-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdemultimedia-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdenetwork-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdepim-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdepim-runtime-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdepimlibs-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdeplasma-addons-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdesdk-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdetoys-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdeutils-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdf-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kdiamond-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kfloppy-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kfourinline-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kgamma-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kgeography-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kgoldrunner-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kgpg-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"khangman-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kig-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kigo-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"killbots-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kimono-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kiriki-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kiten-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kjumpingcube-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"klettres-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"klickety-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"klines-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kmag-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kmahjongg-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kmines-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kmix-4.10.5-2.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kmousetool-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kmouth-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kmplot-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"knavalbattle-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"knetwalk-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kolf-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kollision-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kolourpaint-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"konquest-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"konsole-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kpat-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kremotecontrol-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kreversi-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kross-interpreters-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kruler-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"ksaneplugin-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kscd-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kshisen-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"ksirk-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"ksnakeduel-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"ksnapshot-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kspaceduel-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"ksquares-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kstars-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"ksudoku-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"ktimer-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"ktouch-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"ktuberling-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kturtle-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kubrick-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kwallet-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"kwordquiz-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"libkcddb-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"libkcompactdisc-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"libkdcraw-4.10.5-2.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"libkdeedu-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"libkdegames-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"libkexiv2-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"libkipi-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"libkmahjongg-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"libksane-4.10.5-3.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"lskat-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"marble-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"nepomuk-core-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"nepomuk-widgets-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"okular-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"oxygen-icon-theme-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"pairs-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"palapeli-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"parley-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"picmi-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"pykde4-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"qyoto-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"rocs-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"ruby-korundum-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"ruby-qt-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"smokegen-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"smokekde-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"smokeqt-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"step-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"superkaramba-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"svgpart-4.10.5-1.fc17\")) flag++;\nif (rpm_check(release:\"FC17\", reference:\"sweeper-4.10.5-2.fc17\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"analitza / ark / audiocd-kio / blinken / bomber / bovo / cantor / etc\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-12T10:10:55", "description": "Fix for CVE-2013-2126, double-free flaw when handling damaged\nfull-color in Foveon and sRAW files\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 13, "published": "2013-07-24T00:00:00", "title": "Fedora 19 : libkdcraw-4.10.5-2.fc19 (2013-13038)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "modified": "2013-07-24T00:00:00", "cpe": ["cpe:/o:fedoraproject:fedora:19", "p-cpe:/a:fedoraproject:fedora:libkdcraw"], "id": "FEDORA_2013-13038.NASL", "href": "https://www.tenable.com/plugins/nessus/69026", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2013-13038.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(69026);\n script_version(\"1.8\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2013-2126\");\n script_bugtraq_id(60174);\n script_xref(name:\"FEDORA\", value:\"2013-13038\");\n\n script_name(english:\"Fedora 19 : libkdcraw-4.10.5-2.fc19 (2013-13038)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Fix for CVE-2013-2126, double-free flaw when handling damaged\nfull-color in Foveon and sRAW files\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=970713\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112406.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f2b0d5e0\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected libkdcraw package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libkdcraw\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:19\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/07/15\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/07/24\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^19([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 19.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC19\", reference:\"libkdcraw-4.10.5-2.fc19\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"libkdcraw\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "fedora": [{"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2126"], "description": "Lieutenant Skat (from German Offiziersskat) is a fun and engaging card game for two players, where the second player is either live opponent, or builtin artificial intelligence. ", "modified": "2013-07-24T03:34:05", "published": "2013-07-24T03:34:05", "id": "FEDORA:A77B2213BC", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 18 Update: lskat-4.10.5-1.fc18", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2126"], "description": "Libraries used by KDE Education applications. ", "modified": "2013-07-24T03:34:05", "published": "2013-07-24T03:34:05", "id": "FEDORA:54AAA212DF", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 18 Update: libkdeedu-4.10.5-1.fc18", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2126"], "description": "LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future. ", "modified": "2013-06-11T09:15:23", "published": "2013-06-11T09:15:23", "id": "FEDORA:8656B21461", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 17 Update: LibRaw-0.14.8-2.fc17", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2126"], "description": "Educational Programming Environment. ", "modified": "2013-07-24T03:34:04", "published": "2013-07-24T03:34:04", "id": "FEDORA:E44C8212DF", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 18 Update: kturtle-4.10.5-1.fc18", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2126"], "description": "KCharSelect is a tool to select special characters from all installed fonts and copy them into the clipboard. ", "modified": "2013-07-24T03:33:58", "published": "2013-07-24T03:33:58", "id": "FEDORA:D44D32128E", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 18 Update: kcharselect-4.10.5-1.fc18", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2126"], "description": "SANE Library interface for KDE. ", "modified": "2013-07-24T03:34:05", "published": "2013-07-24T03:34:05", "id": "FEDORA:98C15213BB", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 18 Update: libksane-4.10.5-1.fc18", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2126"], "description": "Nepomuk Core utilities and libraries. ", "modified": "2013-07-24T03:34:05", "published": "2013-07-24T03:34:05", "id": "FEDORA:C59CF213BB", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 18 Update: nepomuk-core-4.10.5-1.fc18", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2126"], "description": "KSnakeDuel is a simple snake duel game. You can play KSnakeDuel against the computer or a friend. The aim of the game is to live longer than your opponent. To do that, avoid running into a wall, your own tail and that of your opponent. ", "modified": "2013-07-24T03:34:04", "published": "2013-07-24T03:34:04", "id": "FEDORA:50B9E212DF", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 18 Update: ksnakeduel-4.10.5-1.fc18", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2126"], "description": "Kdemultimedia metapackage, to ease migration to split applications. ", "modified": "2013-07-30T17:40:44", "published": "2013-07-30T17:40:44", "id": "FEDORA:C0589228BE", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 17 Update: kdemultimedia-4.10.5-1.fc17", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2126"], "description": ".NET/Mono KDE bindings. ", "modified": "2013-07-30T17:40:46", "published": "2013-07-30T17:40:46", "id": "FEDORA:540D02287A", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 17 Update: kimono-4.10.5-1.fc17", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "openvas": [{"lastseen": "2019-05-29T18:37:50", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2013-08-01T00:00:00", "id": "OPENVAS:1361412562310866225", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310866225", "type": "openvas", "title": "Fedora Update for kruler FEDORA-2013-13499", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kruler FEDORA-2013-13499\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.866225\");\n script_version(\"$Revision: 14223 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-15 14:49:35 +0100 (Fri, 15 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2013-08-01 18:34:45 +0530 (Thu, 01 Aug 2013)\");\n script_cve_id(\"CVE-2013-2126\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Fedora Update for kruler FEDORA-2013-13499\");\n\n\n script_tag(name:\"affected\", value:\"kruler on Fedora 17\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"FEDORA\", value:\"2013-13499\");\n script_xref(name:\"URL\", value:\"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112815.html\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'kruler'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\", re:\"ssh/login/release=FC17\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"FC17\")\n{\n\n if ((res = isrpmvuln(pkg:\"kruler\", rpm:\"kruler~4.10.5~1.fc17\", rls:\"FC17\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2018-01-23T13:09:36", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "description": "Check for the Version of sweeper", "modified": "2018-01-23T00:00:00", "published": "2013-08-01T00:00:00", "id": "OPENVAS:866401", "href": "http://plugins.openvas.org/nasl.php?oid=866401", "type": "openvas", "title": "Fedora Update for sweeper FEDORA-2013-13112", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for sweeper FEDORA-2013-13112\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(866401);\n script_version(\"$Revision: 8494 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-23 07:57:55 +0100 (Tue, 23 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-08-01 18:40:21 +0530 (Thu, 01 Aug 2013)\");\n script_cve_id(\"CVE-2013-2126\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Fedora Update for sweeper FEDORA-2013-13112\");\n\n tag_insight = \"Sweeper helps to clean unwanted traces the user leaves on the system.\n\";\n\n tag_affected = \"sweeper on Fedora 18\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"FEDORA\", value: \"2013-13112\");\n script_xref(name: \"URL\" , value: \"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112394.html\");\n script_tag(name: \"summary\" , value: \"Check for the Version of sweeper\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC18\")\n{\n\n if ((res = isrpmvuln(pkg:\"sweeper\", rpm:\"sweeper~4.10.5~2.fc18\", rls:\"FC18\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-02-06T13:09:39", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "description": "Check for the Version of kde-print-manager", "modified": "2018-02-05T00:00:00", "published": "2013-08-01T00:00:00", "id": "OPENVAS:866239", "href": "http://plugins.openvas.org/nasl.php?oid=866239", "type": "openvas", "title": "Fedora Update for kde-print-manager FEDORA-2013-13499", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kde-print-manager FEDORA-2013-13499\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(866239);\n script_version(\"$Revision: 8672 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-02-05 17:39:18 +0100 (Mon, 05 Feb 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-08-01 18:35:08 +0530 (Thu, 01 Aug 2013)\");\n script_cve_id(\"CVE-2013-2126\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Fedora Update for kde-print-manager FEDORA-2013-13499\");\n\n tag_insight = \"Printer management for KDE.\n\";\n\n tag_affected = \"kde-print-manager on Fedora 17\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"FEDORA\", value: \"2013-13499\");\n script_xref(name: \"URL\" , value: \"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112760.html\");\n script_tag(name: \"summary\" , value: \"Check for the Version of kde-print-manager\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC17\")\n{\n\n if ((res = isrpmvuln(pkg:\"kde-print-manager\", rpm:\"kde-print-manager~4.10.5~1.fc17\", rls:\"FC17\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2019-05-29T18:38:26", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2013-08-01T00:00:00", "id": "OPENVAS:1361412562310866331", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310866331", "type": "openvas", "title": "Fedora Update for kjumpingcube FEDORA-2013-13112", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kjumpingcube FEDORA-2013-13112\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.866331\");\n script_version(\"$Revision: 14223 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-15 14:49:35 +0100 (Fri, 15 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2013-08-01 18:38:11 +0530 (Thu, 01 Aug 2013)\");\n script_cve_id(\"CVE-2013-2126\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Fedora Update for kjumpingcube FEDORA-2013-13112\");\n\n\n script_tag(name:\"affected\", value:\"kjumpingcube on Fedora 18\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"FEDORA\", value:\"2013-13112\");\n script_xref(name:\"URL\", value:\"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112331.html\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'kjumpingcube'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\", re:\"ssh/login/release=FC18\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"FC18\")\n{\n\n if ((res = isrpmvuln(pkg:\"kjumpingcube\", rpm:\"kjumpingcube~4.10.5~1.fc18\", rls:\"FC18\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-29T18:38:02", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2013-08-01T00:00:00", "id": "OPENVAS:1361412562310866388", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310866388", "type": "openvas", "title": "Fedora Update for kde-runtime FEDORA-2013-13112", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kde-runtime FEDORA-2013-13112\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.866388\");\n script_version(\"$Revision: 14223 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-15 14:49:35 +0100 (Fri, 15 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2013-08-01 18:39:57 +0530 (Thu, 01 Aug 2013)\");\n script_cve_id(\"CVE-2013-2126\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Fedora Update for kde-runtime FEDORA-2013-13112\");\n\n\n script_tag(name:\"affected\", value:\"kde-runtime on Fedora 18\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"FEDORA\", value:\"2013-13112\");\n script_xref(name:\"URL\", value:\"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112304.html\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'kde-runtime'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\", re:\"ssh/login/release=FC18\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"FC18\")\n{\n\n if ((res = isrpmvuln(pkg:\"kde-runtime\", rpm:\"kde-runtime~4.10.5~1.fc18\", rls:\"FC18\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2018-01-22T13:10:23", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "description": "Check for the Version of kajongg", "modified": "2018-01-22T00:00:00", "published": "2013-08-01T00:00:00", "id": "OPENVAS:866132", "href": "http://plugins.openvas.org/nasl.php?oid=866132", "type": "openvas", "title": "Fedora Update for kajongg FEDORA-2013-13499", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kajongg FEDORA-2013-13499\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(866132);\n script_version(\"$Revision: 8483 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-22 07:58:04 +0100 (Mon, 22 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-08-01 18:27:53 +0530 (Thu, 01 Aug 2013)\");\n script_cve_id(\"CVE-2013-2126\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Fedora Update for kajongg FEDORA-2013-13499\");\n\n tag_insight = \"Kajongg is the ancient Chinese board game for 4 players.\nKajongg can be used in two different ways: Scoring a manual game where you\nplay as always and use Kajongg for the computation of scores and for\nbookkeeping. Or you can use Kajongg to play against any combination\nof other human players or computer players.\n\";\n\n tag_affected = \"kajongg on Fedora 17\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"FEDORA\", value: \"2013-13499\");\n script_xref(name: \"URL\" , value: \"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112742.html\");\n script_tag(name: \"summary\" , value: \"Check for the Version of kajongg\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC17\")\n{\n\n if ((res = isrpmvuln(pkg:\"kajongg\", rpm:\"kajongg~4.10.5~1.fc17\", rls:\"FC17\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2019-05-29T18:38:13", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2013-08-01T00:00:00", "id": "OPENVAS:1361412562310866189", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310866189", "type": "openvas", "title": "Fedora Update for kdebindings FEDORA-2013-13112", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdebindings FEDORA-2013-13112\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.866189\");\n script_version(\"$Revision: 14223 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-15 14:49:35 +0100 (Fri, 15 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2013-08-01 18:30:13 +0530 (Thu, 01 Aug 2013)\");\n script_cve_id(\"CVE-2013-2126\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Fedora Update for kdebindings FEDORA-2013-13112\");\n\n\n script_tag(name:\"affected\", value:\"kdebindings on Fedora 18\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"FEDORA\", value:\"2013-13112\");\n script_xref(name:\"URL\", value:\"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112302.html\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'kdebindings'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\", re:\"ssh/login/release=FC18\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"FC18\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdebindings\", rpm:\"kdebindings~4.10.5~1.fc18\", rls:\"FC18\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-29T18:38:21", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2013-08-01T00:00:00", "id": "OPENVAS:1361412562310866283", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310866283", "type": "openvas", "title": "Fedora Update for libksane FEDORA-2013-13112", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for libksane FEDORA-2013-13112\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.866283\");\n script_version(\"$Revision: 14223 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-15 14:49:35 +0100 (Fri, 15 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2013-08-01 18:36:37 +0530 (Thu, 01 Aug 2013)\");\n script_cve_id(\"CVE-2013-2126\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Fedora Update for libksane FEDORA-2013-13112\");\n\n\n script_tag(name:\"affected\", value:\"libksane on Fedora 18\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"FEDORA\", value:\"2013-13112\");\n script_xref(name:\"URL\", value:\"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112382.html\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'libksane'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\", re:\"ssh/login/release=FC18\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"FC18\")\n{\n\n if ((res = isrpmvuln(pkg:\"libksane\", rpm:\"libksane~4.10.5~1.fc18\", rls:\"FC18\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-29T18:38:05", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2013-08-01T00:00:00", "id": "OPENVAS:1361412562310866352", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310866352", "type": "openvas", "title": "Fedora Update for ktimer FEDORA-2013-13112", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for ktimer FEDORA-2013-13112\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.866352\");\n script_version(\"$Revision: 14223 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-15 14:49:35 +0100 (Fri, 15 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2013-08-01 18:38:47 +0530 (Thu, 01 Aug 2013)\");\n script_cve_id(\"CVE-2013-2126\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Fedora Update for ktimer FEDORA-2013-13112\");\n\n\n script_tag(name:\"affected\", value:\"ktimer on Fedora 18\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"FEDORA\", value:\"2013-13112\");\n script_xref(name:\"URL\", value:\"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112368.html\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'ktimer'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\", re:\"ssh/login/release=FC18\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"FC18\")\n{\n\n if ((res = isrpmvuln(pkg:\"ktimer\", rpm:\"ktimer~4.10.5~1.fc18\", rls:\"FC18\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2018-01-26T11:09:37", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2126"], "description": "Check for the Version of ksirk", "modified": "2018-01-25T00:00:00", "published": "2013-08-01T00:00:00", "id": "OPENVAS:866339", "href": "http://plugins.openvas.org/nasl.php?oid=866339", "type": "openvas", "title": "Fedora Update for ksirk FEDORA-2013-13499", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for ksirk FEDORA-2013-13499\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(866339);\n script_version(\"$Revision: 8526 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-25 07:57:37 +0100 (Thu, 25 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-08-01 18:38:24 +0530 (Thu, 01 Aug 2013)\");\n script_cve_id(\"CVE-2013-2126\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Fedora Update for ksirk FEDORA-2013-13499\");\n\n tag_insight = \"The goal of KSirk is to conquer the World. It is done by attacking your\nneighbors with your armies.\n\";\n\n tag_affected = \"ksirk on Fedora 17\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"FEDORA\", value: \"2013-13499\");\n script_xref(name: \"URL\" , value: \"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/112816.html\");\n script_tag(name: \"summary\" , value: \"Check for the Version of ksirk\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC17\")\n{\n\n if ((res = isrpmvuln(pkg:\"ksirk\", rpm:\"ksirk~4.10.5~1.fc17\", rls:\"FC17\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "securityvulns": [{"lastseen": "2018-08-31T11:10:48", "bulletinFamily": "software", "cvelist": ["CVE-2013-2126"], "description": "\r\n\r\n==========================================================================\r\nUbuntu Security Notice USN-1884-1\r\nJune 18, 2013\r\n\r\nlibraw vulnerability\r\n==========================================================================\r\n\r\nA security issue affects these releases of Ubuntu and its derivatives:\r\n\r\n- Ubuntu 13.04\r\n- Ubuntu 12.10\r\n- Ubuntu 12.04 LTS\r\n\r\nSummary:\r\n\r\nLibRaw could be made to crash or run programs as your login if it opened a\r\nspecially crafted file.\r\n\r\nSoftware Description:\r\n- libraw: raw image decoder library\r\n\r\nDetails:\r\n\r\nIt was discovered that LibRaw incorrectly handled broken full-color images.\r\nIf a user or automated system were tricked into processing a specially\r\ncrafted raw image, applications linked against LibRaw could be made to\r\ncrash, resulting in a denial of service, or possibly execute arbitrary\r\ncode.\r\n\r\nUpdate instructions:\r\n\r\nThe problem can be corrected by updating your system to the following\r\npackage versions:\r\n\r\nUbuntu 13.04:\r\n libraw5 0.14.7-0ubuntu1.13.04.1\r\n\r\nUbuntu 12.10:\r\n libraw5 0.14.7-0ubuntu1.12.10.1\r\n\r\nUbuntu 12.04 LTS:\r\n libraw5 0.14.4-0ubuntu2.1\r\n\r\nAfter a standard system update you need to restart your session to make all\r\nthe necessary changes.\r\n\r\nReferences:\r\n http://www.ubuntu.com/usn/usn-1884-1\r\n CVE-2013-2126\r\n\r\nPackage Information:\r\n https://launchpad.net/ubuntu/+source/libraw/0.14.7-0ubuntu1.13.04.1\r\n https://launchpad.net/ubuntu/+source/libraw/0.14.7-0ubuntu1.12.10.1\r\n https://launchpad.net/ubuntu/+source/libraw/0.14.4-0ubuntu2.1\r\n\r\n\r\n\r\n\r\n-- ubuntu-security-announce mailing list ubuntu-security-announce@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-security-announce\r\n", "edition": 1, "modified": "2013-07-01T00:00:00", "published": "2013-07-01T00:00:00", "id": "SECURITYVULNS:DOC:29497", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:29497", "title": "[USN-1884-1] LibRaw vulnerability", "type": "securityvulns", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}]}