ID FREEBSD_PKG_6D21A287FCE011E0A82800235A5F2C9A.NASL Type nessus Reporter This script is Copyright (C) 2011-2021 and is owned by Tenable, Inc. or an Affiliate thereof. Modified 2011-10-24T00:00:00
Description
KDE Security Advisory reports :
The default rendering type for a QLabel is QLabel::AutoText, which
uses heuristics to determine whether to render the given content as
plain text or rich text. KSSL and Rekonq did not properly force its
QLabels to use QLabel::PlainText. As a result, if given a certificate
containing rich text in its fields, they would render the rich text.
Specifically, a certificate containing a common name (CN) that has a
table element will cause the second line of the table to be displayed.
This can allow spoofing of the certificate's common name.
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from the FreeBSD VuXML database :
#
# Copyright 2003-2018 Jacques Vidrine and contributors
#
# Redistribution and use in source (VuXML) and 'compiled' forms (SGML,
# HTML, PDF, PostScript, RTF and so forth) with or without modification,
# are permitted provided that the following conditions are met:
# 1. Redistributions of source code (VuXML) must retain the above
# copyright notice, this list of conditions and the following
# disclaimer as the first lines of this file unmodified.
# 2. Redistributions in compiled form (transformed to other DTDs,
# published online in any format, converted to PDF, PostScript,
# RTF and other formats) must reproduce the above copyright
# notice, this list of conditions and the following disclaimer
# in the documentation and/or other materials provided with the
# distribution.
#
# THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(56587);
script_version("1.11");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/06");
script_cve_id("CVE-2011-3365", "CVE-2011-3366");
script_name(english:"FreeBSD : kdelibs4, rekonq -- input validation failure (6d21a287-fce0-11e0-a828-00235a5f2c9a)");
script_summary(english:"Checks for updated packages in pkg_info output");
script_set_attribute(
attribute:"synopsis",
value:
"The remote FreeBSD host is missing one or more security-related
updates."
);
script_set_attribute(
attribute:"description",
value:
"KDE Security Advisory reports :
The default rendering type for a QLabel is QLabel::AutoText, which
uses heuristics to determine whether to render the given content as
plain text or rich text. KSSL and Rekonq did not properly force its
QLabels to use QLabel::PlainText. As a result, if given a certificate
containing rich text in its fields, they would render the rich text.
Specifically, a certificate containing a common name (CN) that has a
table element will cause the second line of the table to be displayed.
This can allow spoofing of the certificate's common name."
);
# http://www.kde.org/info/security/advisory-20111003-1.txt
script_set_attribute(
attribute:"see_also",
value:"https://www.kde.org/info/security/advisory-20111003-1.txt"
);
# http://www.nth-dimension.org.uk/pub/NDSA20111003.txt.asc
script_set_attribute(
attribute:"see_also",
value:"https://www.nth-dimension.org.uk/pub/NDSA20111003.txt.asc"
);
# https://vuxml.freebsd.org/freebsd/6d21a287-fce0-11e0-a828-00235a5f2c9a.html
script_set_attribute(
attribute:"see_also",
value:"http://www.nessus.org/u?8297f104"
);
script_set_attribute(attribute:"solution", value:"Update the affected packages.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:kdelibs");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:rekonq");
script_set_attribute(attribute:"cpe", value:"cpe:/o:freebsd:freebsd");
script_set_attribute(attribute:"vuln_publication_date", value:"2011/10/03");
script_set_attribute(attribute:"patch_publication_date", value:"2011/10/23");
script_set_attribute(attribute:"plugin_publication_date", value:"2011/10/24");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2011-2021 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_family(english:"FreeBSD Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/FreeBSD/release", "Host/FreeBSD/pkg_info");
exit(0);
}
include("audit.inc");
include("freebsd_package.inc");
if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
if (!get_kb_item("Host/FreeBSD/release")) audit(AUDIT_OS_NOT, "FreeBSD");
if (!get_kb_item("Host/FreeBSD/pkg_info")) audit(AUDIT_PACKAGE_LIST_MISSING);
flag = 0;
if (pkg_test(save_report:TRUE, pkg:"kdelibs>=4.0.*<4.7.2")) flag++;
if (pkg_test(save_report:TRUE, pkg:"rekonq<0.8.0")) flag++;
if (flag)
{
if (report_verbosity > 0) security_warning(port:0, extra:pkg_report_get());
else security_warning(0);
exit(0);
}
else audit(AUDIT_HOST_NOT, "affected");
{"id": "FREEBSD_PKG_6D21A287FCE011E0A82800235A5F2C9A.NASL", "bulletinFamily": "scanner", "title": "FreeBSD : kdelibs4, rekonq -- input validation failure (6d21a287-fce0-11e0-a828-00235a5f2c9a)", "description": "KDE Security Advisory reports :\n\nThe default rendering type for a QLabel is QLabel::AutoText, which\nuses heuristics to determine whether to render the given content as\nplain text or rich text. KSSL and Rekonq did not properly force its\nQLabels to use QLabel::PlainText. As a result, if given a certificate\ncontaining rich text in its fields, they would render the rich text.\nSpecifically, a certificate containing a common name (CN) that has a\ntable element will cause the second line of the table to be displayed.\nThis can allow spoofing of the certificate's common name.", "published": "2011-10-24T00:00:00", "modified": "2011-10-24T00:00:00", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "href": "https://www.tenable.com/plugins/nessus/56587", "reporter": "This script is Copyright (C) 2011-2021 and is owned by Tenable, Inc. or an Affiliate thereof.", "references": ["http://www.nessus.org/u?8297f104", "https://www.nth-dimension.org.uk/pub/NDSA20111003.txt.asc", "https://www.kde.org/info/security/advisory-20111003-1.txt"], "cvelist": ["CVE-2011-3366", "CVE-2011-3365"], "type": "nessus", "lastseen": "2021-01-07T10:45:14", "edition": 26, "viewCount": 0, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2011-3365", "CVE-2011-3366"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562310864064", "OPENVAS:70615", "OPENVAS:1361412562310864040", "OPENVAS:881296", "OPENVAS:1361412562310863929", "OPENVAS:1361412562310863934", "OPENVAS:1361412562310863848", "OPENVAS:136141256231070615", "OPENVAS:864000", "OPENVAS:1361412562310863780"]}, {"type": "freebsd", "idList": ["6D21A287-FCE0-11E0-A828-00235A5F2C9A"]}, {"type": "securityvulns", "idList": ["SECURITYVULNS:VULN:11952", "SECURITYVULNS:DOC:27132"]}, {"type": "fedora", "idList": ["FEDORA:C9F12208D8", "FEDORA:B9BA5208CC", "FEDORA:D5017208E4", "FEDORA:2318820919", "FEDORA:261EE2091D", "FEDORA:0E6172090B", "FEDORA:AA6A4208B4", "FEDORA:CAA8D208DC", "FEDORA:1A28720914", "FEDORA:BD32F208CF"]}, {"type": "ubuntu", "idList": ["USN-1248-1"]}, {"type": "nessus", "idList": ["SL_20111019_KDELIBS_AND_KDELIBS3_ON_SL4_X.NASL", "SL_20111011_KDELIBS_ON_SL6_X.NASL", "ORACLELINUX_ELSA-2011-1385.NASL", "REDHAT-RHSA-2011-1364.NASL", "CENTOS_RHSA-2011-1385.NASL"]}, {"type": "redhat", "idList": ["RHSA-2011:1364"]}, {"type": "oraclelinux", "idList": ["ELSA-2011-1385", "ELSA-2011-1364"]}], "modified": "2021-01-07T10:45:14", "rev": 2}, "score": {"value": 5.5, "vector": "NONE", "modified": "2021-01-07T10:45:14", "rev": 2}, "vulnersScore": 5.5}, "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 the FreeBSD VuXML database :\n#\n# Copyright 2003-2018 Jacques Vidrine and contributors\n#\n# Redistribution and use in source (VuXML) and 'compiled' forms (SGML,\n# HTML, PDF, PostScript, RTF and so forth) with or without modification,\n# are permitted provided that the following conditions are met:\n# 1. Redistributions of source code (VuXML) must retain the above\n# copyright notice, this list of conditions and the following\n# disclaimer as the first lines of this file unmodified.\n# 2. Redistributions in compiled form (transformed to other DTDs,\n# published online in any format, converted to PDF, PostScript,\n# RTF and other formats) must reproduce the above copyright\n# notice, this list of conditions and the following disclaimer\n# in the documentation and/or other materials provided with the\n# distribution.\n# \n# THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS \"AS IS\"\n# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\n# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS\n# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,\n# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(56587);\n script_version(\"1.11\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\"CVE-2011-3365\", \"CVE-2011-3366\");\n\n script_name(english:\"FreeBSD : kdelibs4, rekonq -- input validation failure (6d21a287-fce0-11e0-a828-00235a5f2c9a)\");\n script_summary(english:\"Checks for updated packages in pkg_info output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote FreeBSD host is missing one or more security-related\nupdates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"KDE Security Advisory reports :\n\nThe default rendering type for a QLabel is QLabel::AutoText, which\nuses heuristics to determine whether to render the given content as\nplain text or rich text. KSSL and Rekonq did not properly force its\nQLabels to use QLabel::PlainText. As a result, if given a certificate\ncontaining rich text in its fields, they would render the rich text.\nSpecifically, a certificate containing a common name (CN) that has a\ntable element will cause the second line of the table to be displayed.\nThis can allow spoofing of the certificate's common name.\"\n );\n # http://www.kde.org/info/security/advisory-20111003-1.txt\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.kde.org/info/security/advisory-20111003-1.txt\"\n );\n # http://www.nth-dimension.org.uk/pub/NDSA20111003.txt.asc\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.nth-dimension.org.uk/pub/NDSA20111003.txt.asc\"\n );\n # https://vuxml.freebsd.org/freebsd/6d21a287-fce0-11e0-a828-00235a5f2c9a.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?8297f104\"\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\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:kdelibs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:rekonq\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:freebsd:freebsd\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2011/10/03\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/10/23\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/10/24\");\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:\"FreeBSD Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/FreeBSD/release\", \"Host/FreeBSD/pkg_info\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"freebsd_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/FreeBSD/release\")) audit(AUDIT_OS_NOT, \"FreeBSD\");\nif (!get_kb_item(\"Host/FreeBSD/pkg_info\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\n\nif (pkg_test(save_report:TRUE, pkg:\"kdelibs>=4.0.*<4.7.2\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"rekonq<0.8.0\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:pkg_report_get());\n else security_warning(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "naslFamily": "FreeBSD Local Security Checks", "pluginID": "56587", "cpe": ["cpe:/o:freebsd:freebsd", "p-cpe:/a:freebsd:freebsd:rekonq", "p-cpe:/a:freebsd:freebsd:kdelibs"], "scheme": null}
{"cve": [{"lastseen": "2020-12-09T19:39:10", "description": "Rekonq 0.7.0 and earlier 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": 5, "cvss3": {}, "published": "2011-11-29T17:55:00", "title": "CVE-2011-3366", "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-3366"], "modified": "2011-12-01T05:00:00", "cpe": ["cpe:/a:adjam:rekonq:0.1.98", "cpe:/a:adjam:rekonq:0.1", "cpe:/a:adjam:rekonq:0.6.1", "cpe:/a:adjam:rekonq:0.2.0", "cpe:/a:adjam:rekonq:0.3.0", "cpe:/a:adjam:rekonq:0.0.1", "cpe:/a:adjam:rekonq:0.0.2", "cpe:/a:adjam:rekonq:0.1.0", "cpe:/a:adjam:rekonq:0.6.80", "cpe:/a:adjam:rekonq:0.2.90", "cpe:/a:adjam:rekonq:0.6.85", "cpe:/a:adjam:rekonq:0.0.4", "cpe:/a:adjam:rekonq:0.1.95", "cpe:/a:adjam:rekonq:0.6.0", "cpe:/a:adjam:rekonq:0.4.95", "cpe:/a:adjam:rekonq:0.7.0", "cpe:/a:adjam:rekonq:0.5.0", "cpe:/a:adjam:rekonq:0.4.0", "cpe:/a:adjam:rekonq:0.5.80", "cpe:/a:adjam:rekonq:0.6.95", "cpe:/a:adjam:rekonq:0.3.90", "cpe:/a:adjam:rekonq:0.4.90", "cpe:/a:adjam:rekonq:0.0.3"], "id": "CVE-2011-3366", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3366", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "cpe23": ["cpe:2.3:a:adjam:rekonq:0.5.80:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.1.98:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.0.4:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.7.0:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.6.0:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.2.90:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.6.80:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.6.1:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.3.0:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.1.95:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.6.85:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.0.3:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.2.0:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.4.95:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.4.90:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.3.90:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.0.1:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.0.2:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.5.0:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.4.0:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.1.0:*:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.1:alpha:*:*:*:*:*:*", "cpe:2.3:a:adjam:rekonq:0.6.95:*:*:*:*:*:*:*"]}, {"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": "2017-07-02T21:10:49", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3366", "CVE-2011-3365"], "description": "The remote host is missing an update to the system\nas announced in the referenced advisory.", "modified": "2017-04-14T00:00:00", "published": "2012-02-13T00:00:00", "id": "OPENVAS:70615", "href": "http://plugins.openvas.org/nasl.php?oid=70615", "type": "openvas", "title": "FreeBSD Ports: kdelibs", "sourceData": "#\n#VID 6d21a287-fce0-11e0-a828-00235a5f2c9a\n# OpenVAS Vulnerability Test\n# $\n# Description: Auto generated from VID 6d21a287-fce0-11e0-a828-00235a5f2c9a\n#\n# Authors:\n# Thomas Reinke <reinke@securityspace.com>\n#\n# Copyright:\n# Copyright (c) 2012 E-Soft Inc. http://www.securityspace.com\n# Text descriptions are largely excerpted from the referenced\n# advisories, and are Copyright (c) the respective author(s)\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# 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_insight = \"The following packages are affected:\n kdelibs\n rekonq\n\nCVE-2011-3365\nThe KDE SSL Wrapper (KSSL) API in KDE SC 4.6.0 through 4.7.1, and\npossibly earlier versions, does not use a certain font when rendering\ncertificate fields in a security dialog, which allows remote attackers\nto spoof the common name (CN) of a certificate via rich text.\n\nCVE-2011-3366\nRekonq 0.7.0 and earlier does not use a certain font when rendering\ncertificate fields in a security dialog, which allows remote attackers\nto spoof the common name (CN) of a certificate via rich text.\";\ntag_solution = \"Update your system with the appropriate patches or\nsoftware upgrades.\n\nhttp://www.kde.org/info/security/advisory-20111003-1.txt\nhttp://www.nth-dimension.org.uk/pub/NDSA20111003.txt.asc\nhttp://www.vuxml.org/freebsd/6d21a287-fce0-11e0-a828-00235a5f2c9a.html\";\ntag_summary = \"The remote host is missing an update to the system\nas announced in the referenced advisory.\";\n\n\n\nif(description)\n{\n script_id(70615);\n script_tag(name:\"creation_date\", value:\"2012-02-13 01:48:16 +0100 (Mon, 13 Feb 2012)\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-04-14 11:02:12 +0200 (Fri, 14 Apr 2017) $\");\n script_cve_id(\"CVE-2011-3365\", \"CVE-2011-3366\");\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_version(\"$Revision: 5956 $\");\n script_name(\"FreeBSD Ports: kdelibs\");\n\n\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (c) 2012 E-Soft Inc. http://www.securityspace.com\");\n script_family(\"FreeBSD Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/freebsdrel\", \"login/SSH/success\");\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n#\n# The script code starts here\n#\n\ninclude(\"pkg-lib-bsd.inc\");\n\ntxt = \"\";\nvuln = 0;\nbver = portver(pkg:\"kdelibs\");\nif(!isnull(bver) && revcomp(a:bver, b:\"4.0\")>=0 && revcomp(a:bver, b:\"4.7.2\")<0) {\n txt += 'Package kdelibs version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"rekonq\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0.8.0\")<0) {\n txt += 'Package rekonq version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\n\nif(vuln) {\n security_message(data:string(txt));\n} else if (__pkg_match) {\n exit(99); # Not vulnerable.\n}\n", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}, {"lastseen": "2019-05-29T18:39:03", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3366", "CVE-2011-3365"], "description": "The remote host is missing an update to the system\n as announced in the referenced advisory.", "modified": "2018-10-05T00:00:00", "published": "2012-02-13T00:00:00", "id": "OPENVAS:136141256231070615", "href": "http://plugins.openvas.org/nasl.php?oid=136141256231070615", "type": "openvas", "title": "FreeBSD Ports: kdelibs", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: freebsd_kdelibs5.nasl 11762 2018-10-05 10:54:12Z cfischer $\n#\n# Auto generated from VID 6d21a287-fce0-11e0-a828-00235a5f2c9a\n#\n# Authors:\n# Thomas Reinke <reinke@securityspace.com>\n#\n# Copyright:\n# Copyright (c) 2012 E-Soft Inc. http://www.securityspace.com\n# Text descriptions are largely excerpted from the referenced\n# advisories, and are Copyright (c) the respective author(s)\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# 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.70615\");\n script_tag(name:\"creation_date\", value:\"2012-02-13 01:48:16 +0100 (Mon, 13 Feb 2012)\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-10-05 12:54:12 +0200 (Fri, 05 Oct 2018) $\");\n script_cve_id(\"CVE-2011-3365\", \"CVE-2011-3366\");\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_version(\"$Revision: 11762 $\");\n script_name(\"FreeBSD Ports: kdelibs\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 E-Soft Inc. http://www.securityspace.com\");\n script_family(\"FreeBSD Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/freebsd\", \"ssh/login/freebsdrel\");\n\n script_tag(name:\"insight\", value:\"The following packages are affected:\n\n kdelibs\n rekonq\n\nCVE-2011-3365\nThe KDE SSL Wrapper (KSSL) API in KDE SC 4.6.0 through 4.7.1, and\npossibly earlier versions, does not use a certain font when rendering\ncertificate fields in a security dialog, which allows remote attackers\nto spoof the common name (CN) of a certificate via rich text.\n\nCVE-2011-3366\nRekonq 0.7.0 and earlier does not use a certain font when rendering\ncertificate fields in a security dialog, which allows remote attackers\nto spoof the common name (CN) of a certificate via rich text.\");\n\n script_tag(name:\"solution\", value:\"Update your system with the appropriate patches or\n software upgrades.\");\n\n script_xref(name:\"URL\", value:\"http://www.kde.org/info/security/advisory-20111003-1.txt\");\n script_xref(name:\"URL\", value:\"http://www.nth-dimension.org.uk/pub/NDSA20111003.txt.asc\");\n script_xref(name:\"URL\", value:\"http://www.vuxml.org/freebsd/6d21a287-fce0-11e0-a828-00235a5f2c9a.html\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update to the system\n as announced in the referenced advisory.\");\n\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-bsd.inc\");\n\nvuln = FALSE;\ntxt = \"\";\n\nbver = portver(pkg:\"kdelibs\");\nif(!isnull(bver) && revcomp(a:bver, b:\"4.0\")>=0 && revcomp(a:bver, b:\"4.7.2\")<0) {\n txt += 'Package kdelibs version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = TRUE;\n}\nbver = portver(pkg:\"rekonq\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0.8.0\")<0) {\n txt += 'Package rekonq version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = TRUE;\n}\n\nif(vuln) {\n security_message(data:txt);\n} else if (__pkg_match) {\n exit(99);\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: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/"}}], "freebsd": [{"lastseen": "2019-05-29T18:33:56", "bulletinFamily": "unix", "cvelist": ["CVE-2011-3366", "CVE-2011-3365"], "description": "\nKDE Security Advisory reports:\n\nThe default rendering type for a QLabel is QLabel::AutoText,\n\t which uses heuristics to determine whether to render the given\n\t content as plain text or rich text. KSSL and Rekonq did not\n\t properly force its QLabels to use QLabel::PlainText. As a result,\n\t if given a certificate containing rich text in its fields, they\n\t would render the rich text. Specifically, a certificate\n\t containing a common name (CN) that has a table element will cause\n\t the second line of the table to be displayed. This can allow\n\t spoofing of the certificate's common name.\n\n", "edition": 4, "modified": "2011-10-03T00:00:00", "published": "2011-10-03T00:00:00", "id": "6D21A287-FCE0-11E0-A828-00235A5F2C9A", "href": "https://vuxml.freebsd.org/freebsd/6d21a287-fce0-11e0-a828-00235a5f2c9a.html", "title": "kdelibs4, rekonq -- input validation failure", "type": "freebsd", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}], "securityvulns": [{"lastseen": "2018-08-31T11:09:44", "bulletinFamily": "software", "cvelist": ["CVE-2011-3366", "CVE-2011-3365", "CVE-2011-3367"], "description": "Using Qt QLabel class to display security critical information allows interface spoofing.", "edition": 1, "modified": "2011-10-10T00:00:00", "published": "2011-10-10T00:00:00", "id": "SECURITYVULNS:VULN:11952", "href": "https://vulners.com/securityvulns/SECURITYVULNS:VULN:11952", "title": "UI spoofing in different QT applications", "type": "securityvulns", "cvss": {"score": 5.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}, {"lastseen": "2018-08-31T11:10:42", "bulletinFamily": "software", "cvelist": ["CVE-2011-3366", "CVE-2011-3365", "CVE-2011-3367"], "description": "I recently discovered that various Qt applications including KSSL (the KDE \r\nclass library responsible for SSL negotiation), Rekonq, Arora and Psi IM are \r\nvulnerable to UI spoofing due to their use of QLabel objects to render \r\nexternally controlled security critical information. The primary area of \r\nconcern at this time relates to the named applications SSL certificate dialogue \r\nUI however other similar dialogue boxes may also be vulnerable.\r\n\r\nAfter discussions with Nokia, KDE and the Rekonq developers the following\r\nCVEs have been assigned to this issue:\r\n\r\n* KSSL - CVE-2011-3365\r\n* Rekonq - CVE-2011-3366\r\n* Arora - CVE-2011-3367\r\n\r\nNote that no CVE has yet been assigned to Psi IM. Nokia have also\r\nupdated the QLabel class section of the Qt documentation to provide\r\nupdated security information regarding this issue.\r\n-- \r\nTim Brown\r\n<mailto:timb@nth-dimension.org.uk>\r\n<http://www.nth-dimension.org.uk/>", "edition": 1, "modified": "2011-10-10T00:00:00", "published": "2011-10-10T00:00:00", "id": "SECURITYVULNS:DOC:27132", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:27132", "title": "Low severity flaw in various applications including KSSL, Rekonq, Arora, Psi IM", "type": "securityvulns", "cvss": {"score": 5.0, "vector": "AV:NETWORK/AC:LOW/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"}}]}