ID OPENVAS:863891 Type openvas Reporter Copyright (c) 2012 Greenbone Networks GmbH Modified 2017-12-26T00:00:00
Description
Check for the Version of kcolorchooser
###############################################################################
# OpenVAS Vulnerability Test
#
# Fedora Update for kcolorchooser FEDORA-2011-13417
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
include("revisions-lib.inc");
tag_affected = "kcolorchooser on Fedora 16";
tag_insight = "A color chooser.";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "http://lists.fedoraproject.org/pipermail/package-announce/2011-October/067282.html");
script_id(863891);
script_version("$Revision: 8245 $");
script_tag(name:"last_modification", value:"$Date: 2017-12-26 07:29:59 +0100 (Tue, 26 Dec 2017) $");
script_tag(name:"creation_date", value:"2012-04-02 12:30:12 +0530 (Mon, 02 Apr 2012)");
script_cve_id("CVE-2011-3365");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_xref(name: "FEDORA", value: "2011-13417");
script_name("Fedora Update for kcolorchooser FEDORA-2011-13417");
script_tag(name: "summary" , value: "Check for the Version of kcolorchooser");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
script_family("Fedora Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/fedora", "ssh/login/rpms");
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("pkg-lib-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "FC16")
{
if ((res = isrpmvuln(pkg:"kcolorchooser", rpm:"kcolorchooser~4.7.1~1.fc16", rls:"FC16")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
{"id": "OPENVAS:863891", "type": "openvas", "bulletinFamily": "scanner", "title": "Fedora Update for kcolorchooser FEDORA-2011-13417", "description": "Check for the Version of kcolorchooser", "published": "2012-04-02T00:00:00", "modified": "2017-12-26T00:00:00", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}, "href": "http://plugins.openvas.org/nasl.php?oid=863891", "reporter": "Copyright (c) 2012 Greenbone Networks GmbH", "references": ["2011-13417", "http://lists.fedoraproject.org/pipermail/package-announce/2011-October/067282.html"], "cvelist": ["CVE-2011-3365"], "lastseen": "2018-01-02T10:56:52", "viewCount": 0, "enchantments": {"score": {"value": 6.1, "vector": "NONE", "modified": "2018-01-02T10:56:52", "rev": 2}, "dependencies": {"references": [{"type": "cve", "idList": ["CVE-2011-3365"]}, {"type": "fedora", "idList": ["FEDORA:9831F20886", "FEDORA:D5017208E4", "FEDORA:AEB4C208C6", "FEDORA:AF926208C9", "FEDORA:0DFB120909", "FEDORA:1A28720914", "FEDORA:ECA8D208FE", "FEDORA:BA315208CD", "FEDORA:E2E34208F8", "FEDORA:E5933208FA"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562310863949", "OPENVAS:1361412562310863855", "OPENVAS:1361412562310863908", "OPENVAS:1361412562310870694", "OPENVAS:863962", "OPENVAS:1361412562310122069", "OPENVAS:1361412562310864093", "OPENVAS:863978", "OPENVAS:864041", "OPENVAS:864001"]}, {"type": "nessus", "idList": ["FEDORA_2011-13417.NASL"]}], "modified": "2018-01-02T10:56:52", "rev": 2}, "vulnersScore": 6.1}, "pluginID": "863891", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kcolorchooser FEDORA-2011-13417\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 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\");\ntag_affected = \"kcolorchooser on Fedora 16\";\ntag_insight = \"A color chooser.\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2011-October/067282.html\");\n script_id(863891);\n script_version(\"$Revision: 8245 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-26 07:29:59 +0100 (Tue, 26 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2012-04-02 12:30:12 +0530 (Mon, 02 Apr 2012)\");\n script_cve_id(\"CVE-2011-3365\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name: \"FEDORA\", value: \"2011-13417\");\n script_name(\"Fedora Update for kcolorchooser FEDORA-2011-13417\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kcolorchooser\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 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 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 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 == \"FC16\")\n{\n\n if ((res = isrpmvuln(pkg:\"kcolorchooser\", rpm:\"kcolorchooser~4.7.1~1.fc16\", rls:\"FC16\")) != 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-10-03T11:39:31", "description": "The KDE SSL Wrapper (KSSL) API in KDE SC 4.6.0 through 4.7.1, and possibly earlier versions, does not use a certain font when rendering certificate fields in a security dialog, which allows remote attackers to spoof the common name (CN) of a certificate via rich text.", "edition": 3, "cvss3": {}, "published": "2011-11-29T17:55:00", "title": "CVE-2011-3365", "type": "cve", "cwe": ["CWE-20"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "NONE", "integrityImpact": "PARTIAL", "baseScore": 4.3, "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2011-3365"], "modified": "2012-01-19T03:59:00", "cpe": ["cpe:/a:kde:kde_sc:4.6.4", "cpe:/a:kde:kde_sc:4.6.3", "cpe:/a:kde:kde_sc:4.6.1", "cpe:/a:kde:kde_sc:4.6.5", "cpe:/a:kde:kde_sc:4.7.0", "cpe:/a:kde:kde_sc:4.6.2", "cpe:/a:kde:kde_sc:4.7.1", "cpe:/a:kde:kde_sc:4.6.0"], "id": "CVE-2011-3365", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3365", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "cpe23": ["cpe:2.3:a:kde:kde_sc:4.6.3:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.6.1:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.7.1:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.6.2:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.6.4:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.7.0:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.6.5:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.6.0:*:*:*:*:*:*:*"]}], "openvas": [{"lastseen": "2019-05-29T18:39:14", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3365"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2012-04-02T00:00:00", "id": "OPENVAS:1361412562310864010", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310864010", "type": "openvas", "title": "Fedora Update for kgamma FEDORA-2011-13417", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kgamma FEDORA-2011-13417\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 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_xref(name:\"URL\", value:\"http://lists.fedoraproject.org/pipermail/package-announce/2011-October/067246.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.864010\");\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:\"2012-04-02 12:54:24 +0530 (Mon, 02 Apr 2012)\");\n script_cve_id(\"CVE-2011-3365\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name:\"FEDORA\", value:\"2011-13417\");\n script_name(\"Fedora Update for kgamma FEDORA-2011-13417\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'kgamma'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 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=FC16\");\n script_tag(name:\"affected\", value:\"kgamma on Fedora 16\");\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\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 == \"FC16\")\n{\n\n if ((res = isrpmvuln(pkg:\"kgamma\", rpm:\"kgamma~4.7.1~1.fc16\", rls:\"FC16\")) != 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": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2019-05-29T18:39:08", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3365"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2012-04-02T00:00:00", "id": "OPENVAS:1361412562310863951", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310863951", "type": "openvas", "title": "Fedora Update for libkipi FEDORA-2011-13417", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for libkipi FEDORA-2011-13417\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 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_xref(name:\"URL\", value:\"http://lists.fedoraproject.org/pipermail/package-announce/2011-October/067250.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.863951\");\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:\"2012-04-02 12:38:04 +0530 (Mon, 02 Apr 2012)\");\n script_cve_id(\"CVE-2011-3365\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name:\"FEDORA\", value:\"2011-13417\");\n script_name(\"Fedora Update for libkipi FEDORA-2011-13417\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'libkipi'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 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=FC16\");\n script_tag(name:\"affected\", value:\"libkipi on Fedora 16\");\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\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 == \"FC16\")\n{\n\n if ((res = isrpmvuln(pkg:\"libkipi\", rpm:\"libkipi~4.7.1~1.fc16\", rls:\"FC16\")) != 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": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2018-01-02T10:57:28", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3365"], "description": "Check for the Version of akonadi", "modified": "2017-12-26T00:00:00", "published": "2012-04-02T00:00:00", "id": "OPENVAS:863939", "href": "http://plugins.openvas.org/nasl.php?oid=863939", "type": "openvas", "title": "Fedora Update for akonadi FEDORA-2011-13417", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for akonadi FEDORA-2011-13417\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 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\");\ntag_affected = \"akonadi on Fedora 16\";\ntag_insight = \"PIM Storage Service.\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2011-October/067277.html\");\n script_id(863939);\n script_version(\"$Revision: 8245 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-26 07:29:59 +0100 (Tue, 26 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2012-04-02 12:37:31 +0530 (Mon, 02 Apr 2012)\");\n script_cve_id(\"CVE-2011-3365\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name: \"FEDORA\", value: \"2011-13417\");\n script_name(\"Fedora Update for akonadi FEDORA-2011-13417\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of akonadi\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 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 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 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 == \"FC16\")\n{\n\n if ((res = isrpmvuln(pkg:\"akonadi\", rpm:\"akonadi~1.6.1~1.fc16\", rls:\"FC16\")) != 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": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}, {"lastseen": "2019-05-29T18:39:07", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3365"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2012-04-02T00:00:00", "id": "OPENVAS:1361412562310863928", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310863928", "type": "openvas", "title": "Fedora Update for konsole FEDORA-2011-13417", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for konsole FEDORA-2011-13417\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 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_xref(name:\"URL\", value:\"http://lists.fedoraproject.org/pipermail/package-announce/2011-October/067275.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.863928\");\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:\"2012-04-02 12:36:57 +0530 (Mon, 02 Apr 2012)\");\n script_cve_id(\"CVE-2011-3365\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name:\"FEDORA\", value:\"2011-13417\");\n script_name(\"Fedora Update for konsole FEDORA-2011-13417\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'konsole'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 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=FC16\");\n script_tag(name:\"affected\", value:\"konsole on Fedora 16\");\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\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 == \"FC16\")\n{\n\n if ((res = isrpmvuln(pkg:\"konsole\", rpm:\"konsole~4.7.1~1.fc16\", rls:\"FC16\")) != 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": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2019-05-29T18:35:56", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3365"], "description": "Oracle Linux Local Security Checks ELSA-2011-1385", "modified": "2018-09-28T00:00:00", "published": "2015-10-06T00:00:00", "id": "OPENVAS:1361412562310122069", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310122069", "type": "openvas", "title": "Oracle Linux Local Check: ELSA-2011-1385", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: ELSA-2011-1385.nasl 11688 2018-09-28 13:36:28Z cfischer $\n#\n# Oracle Linux Local Check\n#\n# Authors:\n# Eero Volotinen <eero.volotinen@solinor.com>\n#\n# Copyright:\n# Copyright (c) 2015 Eero Volotinen, http://solinor.com\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.122069\");\n script_version(\"$Revision: 11688 $\");\n script_tag(name:\"creation_date\", value:\"2015-10-06 14:12:32 +0300 (Tue, 06 Oct 2015)\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-09-28 15:36:28 +0200 (Fri, 28 Sep 2018) $\");\n script_name(\"Oracle Linux Local Check: ELSA-2011-1385\");\n script_tag(name:\"insight\", value:\"ELSA-2011-1385 - kdelibs and kdelibs3 security update. Please see the references for more insight.\");\n script_tag(name:\"solution\", value:\"Update the affected packages to the latest available version.\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"summary\", value:\"Oracle Linux Local Security Checks ELSA-2011-1385\");\n script_xref(name:\"URL\", value:\"http://linux.oracle.com/errata/ELSA-2011-1385.html\");\n script_cve_id(\"CVE-2011-3365\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/oracle_linux\", \"ssh/login/release\", re:\"ssh/login/release=OracleLinux(5|6)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Eero Volotinen\");\n script_family(\"Oracle Linux Local Security Checks\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release) exit(0);\n\nres = \"\";\n\nif(release == \"OracleLinux5\")\n{\n if ((res = isrpmvuln(pkg:\"kdelibs\", rpm:\"kdelibs~3.5.4~26.0.1.el5_7.1\", rls:\"OracleLinux5\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"kdelibs-apidocs\", rpm:\"kdelibs-apidocs~3.5.4~26.0.1.el5_7.1\", rls:\"OracleLinux5\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"kdelibs-devel\", rpm:\"kdelibs-devel~3.5.4~26.0.1.el5_7.1\", rls:\"OracleLinux5\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n\n}\nif(release == \"OracleLinux6\")\n{\n if ((res = isrpmvuln(pkg:\"kdelibs3\", rpm:\"kdelibs3~3.5.10~24.el6_1.1\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"kdelibs3-apidocs\", rpm:\"kdelibs3-apidocs~3.5.10~24.el6_1.1\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n if ((res = isrpmvuln(pkg:\"kdelibs3-devel\", rpm:\"kdelibs3-devel~3.5.10~24.el6_1.1\", rls:\"OracleLinux6\")) != NULL) {\n security_message(data:res);\n exit(0);\n }\n\n}\nif (__pkg_match) exit(99);\n exit(0);\n\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2019-05-29T18:38:40", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3365"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2012-04-02T00:00:00", "id": "OPENVAS:1361412562310864061", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310864061", "type": "openvas", "title": "Fedora Update for kalgebra FEDORA-2011-13417", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kalgebra FEDORA-2011-13417\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 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_xref(name:\"URL\", value:\"http://lists.fedoraproject.org/pipermail/package-announce/2011-October/067221.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.864061\");\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:\"2012-04-02 13:06:11 +0530 (Mon, 02 Apr 2012)\");\n script_cve_id(\"CVE-2011-3365\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name:\"FEDORA\", value:\"2011-13417\");\n script_name(\"Fedora Update for kalgebra FEDORA-2011-13417\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'kalgebra'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 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=FC16\");\n script_tag(name:\"affected\", value:\"kalgebra on Fedora 16\");\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\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 == \"FC16\")\n{\n\n if ((res = isrpmvuln(pkg:\"kalgebra\", rpm:\"kalgebra~4.7.1~1.fc16\", rls:\"FC16\")) != 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": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2019-05-29T18:39:14", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3365"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2012-04-02T00:00:00", "id": "OPENVAS:1361412562310863944", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310863944", "type": "openvas", "title": "Fedora Update for kdesdk FEDORA-2011-13417", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdesdk FEDORA-2011-13417\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 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_xref(name:\"URL\", value:\"http://lists.fedoraproject.org/pipermail/package-announce/2011-October/067231.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.863944\");\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:\"2012-04-02 12:37:40 +0530 (Mon, 02 Apr 2012)\");\n script_cve_id(\"CVE-2011-3365\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name:\"FEDORA\", value:\"2011-13417\");\n script_name(\"Fedora Update for kdesdk FEDORA-2011-13417\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'kdesdk'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 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=FC16\");\n script_tag(name:\"affected\", value:\"kdesdk on Fedora 16\");\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\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 == \"FC16\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdesdk\", rpm:\"kdesdk~4.7.1~1.fc16\", rls:\"FC16\")) != 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": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2018-01-02T10:57:09", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3365"], "description": "Check for the Version of kdeplasma-addons", "modified": "2017-12-29T00:00:00", "published": "2012-04-02T00:00:00", "id": "OPENVAS:863966", "href": "http://plugins.openvas.org/nasl.php?oid=863966", "type": "openvas", "title": "Fedora Update for kdeplasma-addons FEDORA-2011-13417", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdeplasma-addons FEDORA-2011-13417\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 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\");\ntag_affected = \"kdeplasma-addons on Fedora 16\";\ntag_insight = \"Additional plasmoids for KDE.\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2011-October/067260.html\");\n script_id(863966);\n script_version(\"$Revision: 8257 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-29 07:29:46 +0100 (Fri, 29 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2012-04-02 12:39:20 +0530 (Mon, 02 Apr 2012)\");\n script_cve_id(\"CVE-2011-3365\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name: \"FEDORA\", value: \"2011-13417\");\n script_name(\"Fedora Update for kdeplasma-addons FEDORA-2011-13417\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdeplasma-addons\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 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 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 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 == \"FC16\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdeplasma-addons\", rpm:\"kdeplasma-addons~4.7.1~1.fc16\", rls:\"FC16\")) != 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": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}, {"lastseen": "2018-01-02T10:57:08", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3365"], "description": "Check for the Version of kdesdk", "modified": "2017-12-28T00:00:00", "published": "2012-04-02T00:00:00", "id": "OPENVAS:863944", "href": "http://plugins.openvas.org/nasl.php?oid=863944", "type": "openvas", "title": "Fedora Update for kdesdk FEDORA-2011-13417", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdesdk FEDORA-2011-13417\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 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\");\ntag_affected = \"kdesdk on Fedora 16\";\ntag_insight = \"A collection of applications and tools used by developers, including:\n * cervisia: a CVS frontend\n * kate: advanced text editor\n * kcachegrind: a browser for data produced by profiling tools (e.g. cachegrind)\n * kompare: diff tool\n * kuiviewer: displays designer's UI files\n * lokalize: computer-aided translation system focusing on productivity and performance\n * okteta: binary/hex editor\n * umbrello: UML modeller and UML diagram tool\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2011-October/067231.html\");\n script_id(863944);\n script_version(\"$Revision: 8253 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-28 07:29:51 +0100 (Thu, 28 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2012-04-02 12:37:40 +0530 (Mon, 02 Apr 2012)\");\n script_cve_id(\"CVE-2011-3365\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name: \"FEDORA\", value: \"2011-13417\");\n script_name(\"Fedora Update for kdesdk FEDORA-2011-13417\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdesdk\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 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 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 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 == \"FC16\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdesdk\", rpm:\"kdesdk~4.7.1~1.fc16\", rls:\"FC16\")) != 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": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}, {"lastseen": "2018-01-03T10:57:12", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3365"], "description": "Check for the Version of kdepim-runtime", "modified": "2018-01-03T00:00:00", "published": "2012-04-02T00:00:00", "id": "OPENVAS:864001", "href": "http://plugins.openvas.org/nasl.php?oid=864001", "type": "openvas", "title": "Fedora Update for kdepim-runtime FEDORA-2011-13417", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdepim-runtime FEDORA-2011-13417\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 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\");\ntag_affected = \"kdepim-runtime on Fedora 16\";\ntag_insight = \"KDE PIM Runtime Environment\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2011-October/067287.html\");\n script_id(864001);\n script_version(\"$Revision: 8273 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-03 07:29:19 +0100 (Wed, 03 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2012-04-02 12:53:13 +0530 (Mon, 02 Apr 2012)\");\n script_cve_id(\"CVE-2011-3365\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_xref(name: \"FEDORA\", value: \"2011-13417\");\n script_name(\"Fedora Update for kdepim-runtime FEDORA-2011-13417\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdepim-runtime\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 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 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 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 == \"FC16\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdepim-runtime\", rpm:\"kdepim-runtime~4.7.1~4.fc16\", rls:\"FC16\")) != 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": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}], "fedora": [{"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3365"], "description": "A collection of applications and tools used by developers, including: * cervisia: a CVS frontend * kate: advanced text editor * kcachegrind: a browser for data produced by profiling tools (e.g. cachegr ind) * kompare: diff tool * kuiviewer: displays designer's UI files * lokalize: computer-aided translation system focusing on productivity and performance * okteta: binary/hex editor * umbrello: UML modeller and UML diagram tool ", "modified": "2011-10-04T21:23:29", "published": "2011-10-04T21:23:29", "id": "FEDORA:E5933208FA", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 16 Update: kdesdk-4.7.1-1.fc16", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3365"], "description": "A screen capture utility. ", "modified": "2011-10-04T21:23:29", "published": "2011-10-04T21:23:29", "id": "FEDORA:0897020906", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 16 Update: ksnapshot-4.7.1-1.fc16", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3365"], "description": "A monitor calibration tool. ", "modified": "2011-10-04T21:23:29", "published": "2011-10-04T21:23:29", "id": "FEDORA:E6617208FB", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 16 Update: kgamma-4.7.1-1.fc16", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3365"], "description": "Learn The French Alphabet. ", "modified": "2011-10-04T21:23:29", "published": "2011-10-04T21:23:29", "id": "FEDORA:F38D12089B", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 16 Update: klettres-4.7.1-2.fc16", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3365"], "description": "Practice Fractions. ", "modified": "2011-10-04T21:23:29", "published": "2011-10-04T21:23:29", "id": "FEDORA:BA315208CD", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 16 Update: kbruch-4.7.1-2.fc16", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3365"], "description": "Educational Programming Environment. ", "modified": "2011-10-04T21:23:29", "published": "2011-10-04T21:23:29", "id": "FEDORA:0DFB22090A", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 16 Update: kturtle-4.7.1-2.fc16", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3365"], "description": "PIM Storage Service. ", "modified": "2011-10-04T21:23:29", "published": "2011-10-04T21:23:29", "id": "FEDORA:9831F20886", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 16 Update: akonadi-1.6.1-1.fc16", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3365"], "description": "Hangman game. ", "modified": "2011-10-04T21:23:29", "published": "2011-10-04T21:23:29", "id": "FEDORA:EBF2F208FC", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 16 Update: khangman-4.7.1-2.fc16", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3365"], "description": "A color chooser. ", "modified": "2011-10-04T21:23:29", "published": "2011-10-04T21:23:29", "id": "FEDORA:BD32F208CF", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 16 Update: kcolorchooser-4.7.1-1.fc16", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3365"], "description": "Memory Enhancement Game. ", "modified": "2011-10-04T21:23:29", "published": "2011-10-04T21:23:29", "id": "FEDORA:A7427208B0", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 16 Update: blinken-4.7.1-2.fc16", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}], "nessus": [{"lastseen": "2021-01-12T10:09:14", "description": "KDE Workspaces, Applications, and Development Platform 4.7.1 bugfix\nrelease, see also: http://kde.org/announcements/announce-4.7.1.php\n\nThis batch also includes split packaging for kdeedu-related rpms.\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": 25, "published": "2011-10-05T00:00:00", "title": "Fedora 16 : PyKDE4-4.7.1-2.fc16 / akonadi-1.6.1-1.fc16 / blinken-4.7.1-2.fc16 / cantor-4.7.1-2.fc16 / etc (2011-13417)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3365"], "modified": "2011-10-05T00:00:00", "cpe": ["p-cpe:/a:fedoraproject:fedora:akonadi", "p-cpe:/a:fedoraproject:fedora:oxygen-icon-theme", "p-cpe:/a:fedoraproject:fedora:kde-settings", "p-cpe:/a:fedoraproject:fedora:kdetoys", "p-cpe:/a:fedoraproject:fedora:konsole", "p-cpe:/a:fedoraproject:fedora:kdegames", "p-cpe:/a:fedoraproject:fedora:kdepimlibs", "p-cpe:/a:fedoraproject:fedora:kanagram", "p-cpe:/a:fedoraproject:fedora:libkexiv2", "p-cpe:/a:fedoraproject:fedora:kruler", "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:kdesdk", "p-cpe:/a:fedoraproject:fedora:rocs", "p-cpe:/a:fedoraproject:fedora:kwordquiz", "p-cpe:/a:fedoraproject:fedora:libkdeedu", "p-cpe:/a:fedoraproject:fedora:kturtle", "p-cpe:/a:fedoraproject:fedora:kamera", "p-cpe:/a:fedoraproject:fedora:kdeaccessibility", "p-cpe:/a:fedoraproject:fedora:kross-interpreters", "p-cpe:/a:fedoraproject:fedora:kate", "p-cpe:/a:fedoraproject:fedora:gwenview", "p-cpe:/a:fedoraproject:fedora:kdebase", "p-cpe:/a:fedoraproject:fedora:kdenetwork", "p-cpe:/a:fedoraproject:fedora:smokekde", "p-cpe:/a:fedoraproject:fedora:okular", "p-cpe:/a:fedoraproject:fedora:svgpart", "p-cpe:/a:fedoraproject:fedora:kdelibs", "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:kdebase-workspace", "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:marble", "cpe:/o:fedoraproject:fedora:16", "p-cpe:/a:fedoraproject:fedora:kalzium", "p-cpe:/a:fedoraproject:fedora:blinken", "p-cpe:/a:fedoraproject:fedora:kig", "p-cpe:/a:fedoraproject:fedora:smokeqt", "p-cpe:/a:fedoraproject:fedora:kdegraphics-strigi-analyzer", "p-cpe:/a:fedoraproject:fedora:cantor", "p-cpe:/a:fedoraproject:fedora:ktouch", "p-cpe:/a:fedoraproject:fedora:shared-desktop-ontologies", "p-cpe:/a:fedoraproject:fedora:kdeutils", "p-cpe:/a:fedoraproject:fedora:kgamma", "p-cpe:/a:fedoraproject:fedora:kdeartwork", "p-cpe:/a:fedoraproject:fedora:ksnapshot", "p-cpe:/a:fedoraproject:fedora:kstars", "p-cpe:/a:fedoraproject:fedora:kde-l10n", "p-cpe:/a:fedoraproject:fedora:kdebase-runtime", "p-cpe:/a:fedoraproject:fedora:libksane", "p-cpe:/a:fedoraproject:fedora:libkdcraw", "p-cpe:/a:fedoraproject:fedora:kolourpaint", "p-cpe:/a:fedoraproject:fedora:kbruch", "p-cpe:/a:fedoraproject:fedora:kdegraphics", "p-cpe:/a:fedoraproject:fedora:khangman", "p-cpe:/a:fedoraproject:fedora:kgeography", "p-cpe:/a:fedoraproject:fedora:parley", "p-cpe:/a:fedoraproject:fedora:PyKDE4"], "id": "FEDORA_2011-13417.NASL", "href": "https://www.tenable.com/plugins/nessus/56386", "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 2011-13417.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(56386);\n script_version(\"1.17\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2011-3365\");\n script_bugtraq_id(49925);\n script_xref(name:\"FEDORA\", value:\"2011-13417\");\n\n script_name(english:\"Fedora 16 : PyKDE4-4.7.1-2.fc16 / akonadi-1.6.1-1.fc16 / blinken-4.7.1-2.fc16 / cantor-4.7.1-2.fc16 / etc (2011-13417)\");\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 Workspaces, Applications, and Development Platform 4.7.1 bugfix\nrelease, see also: http://kde.org/announcements/announce-4.7.1.php\n\nThis batch also includes split packaging for kdeedu-related rpms.\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.7.1.php\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.kde.org/announcements/announce-4.7.1.php\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=717115\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=723987\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=732830\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=739642\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=740676\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=743056\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067219.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f33c8fa9\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067220.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?bd18caca\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067221.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?2b160da1\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067222.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?8c12e341\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067223.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b1f02f52\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067224.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?913c015e\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067225.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?92be9b2e\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067226.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?4379a2a9\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067227.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e2819c26\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067228.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e7505578\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067229.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?624de032\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067230.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?822a756c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067231.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b61c4793\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067232.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?8191a152\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067233.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?c9900ca9\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067234.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9dba6042\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067235.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d4d91086\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067236.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?fa019934\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067237.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?2422b1db\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067238.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?96136d6c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067239.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d1b8a1ad\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067240.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?98494adb\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067241.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7aa5a566\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067242.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?db37dea9\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067243.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?c5a0c0a6\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067244.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?2c3d2722\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067245.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3271761b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067246.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7ca6b407\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067247.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0a32d8e0\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067248.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?5bc851aa\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067249.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?52b6557b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067250.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?00ee765f\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067251.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7f492f60\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067252.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?43c4dd12\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067253.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0acfb311\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067254.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?da07fa58\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067255.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?03cb0682\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067256.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3da564aa\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067257.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?74df96f0\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067258.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?645965ae\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067259.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f06b5b84\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067260.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?da60f1dc\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067261.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?348432d3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067262.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?c1480930\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067263.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?592331e8\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067264.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?12189f51\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067265.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?dab6f199\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067266.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1f194dbb\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067267.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1c37a29a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067268.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d58affbd\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067269.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?4e7aacab\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067270.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?934da0f5\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067272.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?baea07a3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067273.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a38ad5fd\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067274.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0207a3eb\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067275.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?67452b64\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067276.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0209b63b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067277.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?499f44c6\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067278.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?c635f99c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067279.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?be8731b5\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067280.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?cdb858a7\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067281.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?5793d33a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067282.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?24d19f2b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067283.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9718d779\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067284.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a8858bfa\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067285.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b0cfcc04\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067286.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?cd4d9a9a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2011-October/067287.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f1fc17ce\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/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:PyKDE4\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:akonadi\");\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:cantor\");\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: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:kate\");\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:kcolorchooser\");\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-settings\");\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:kdebase\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdebase-runtime\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdebase-workspace\");\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-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: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: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:kiten\");\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:kmplot\");\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:konsole\");\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:ksnapshot\");\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:ktouch\");\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:kwordquiz\");\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: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:libksane\");\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: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:parley\");\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:shared-desktop-ontologies\");\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:svgpart\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:16\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2011/11/29\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/09/28\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/10/05\");\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) 2011-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:\"^16([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 16.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:\"FC16\", reference:\"PyKDE4-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"akonadi-1.6.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"blinken-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"cantor-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"gwenview-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kalgebra-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kalzium-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kamera-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kanagram-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kate-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kbruch-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kcolorchooser-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kde-l10n-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kde-settings-4.7-7.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdeaccessibility-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdeadmin-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdeartwork-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdebase-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdebase-runtime-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdebase-workspace-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdeedu-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdegames-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdegraphics-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdegraphics-strigi-analyzer-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdegraphics-thumbnailers-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdelibs-4.7.1-2.fc16.1\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdemultimedia-4.7.1-4.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdenetwork-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdepim-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdepim-runtime-4.7.1-4.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdepimlibs-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdeplasma-addons-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdesdk-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdetoys-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kdeutils-4.7.1-3.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kgamma-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kgeography-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"khangman-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kig-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kiten-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"klettres-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kmplot-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kolourpaint-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"konsole-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kross-interpreters-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kruler-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"ksaneplugin-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"ksnapshot-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kstars-4.7.1-3.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"ktouch-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kturtle-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"kwordquiz-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"libkdcraw-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"libkdeedu-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"libkexiv2-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"libkipi-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"libksane-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"marble-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"okular-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"oxygen-icon-theme-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"parley-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"rocs-4.7.1-3.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"shared-desktop-ontologies-0.8.0-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"smokegen-4.7.1-1.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"smokekde-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"smokeqt-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"step-4.7.1-2.fc16\")) flag++;\nif (rpm_check(release:\"FC16\", reference:\"svgpart-4.7.1-1.fc16\")) 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, \"PyKDE4 / akonadi / blinken / cantor / gwenview / kalgebra / kalzium / etc\");\n}\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}], "ubuntu": [{"lastseen": "2020-07-09T00:29:11", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3365"], "description": "Tim Brown discovered that KSSL in KDE-Libs did not properly perform input \nvalidation when displaying the common name (CN) for an SSL certificate. An \nattacker could exploit this to spoof the common name which could be used in \nan attack to trick the user into accepting a fraudulent certificate. This \nissue only affected Ubuntu 10.04 LTS and Ubuntu 10.10. (CVE-2011-3365)\n\nIt was discovered that KIO in KDE-Libs did not properly perform input \nvalidation during proxy authentication. An attacker could exploit this to \nmodify displaying of the realm and proxy URL.", "edition": 5, "modified": "2011-10-25T00:00:00", "published": "2011-10-25T00:00:00", "id": "USN-1248-1", "href": "https://ubuntu.com/security/notices/USN-1248-1", "title": "KDE-Libs vulnerability", "type": "ubuntu", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}], "oraclelinux": [{"lastseen": "2019-05-29T18:37:51", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3365"], "description": "[3.5.10-24.1]\n- Resolves: bz#746160, CVE-2011-3365, input validation failure in KSSL", "edition": 4, "modified": "2011-10-19T00:00:00", "published": "2011-10-19T00:00:00", "id": "ELSA-2011-1385", "href": "http://linux.oracle.com/errata/ELSA-2011-1385.html", "title": "kdelibs and kdelibs3 security update", "type": "oraclelinux", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}]}