ID OPENVAS:1361412562310861982 Type openvas Reporter Copyright (c) 2010 Greenbone Networks GmbH Modified 2017-12-20T00:00:00
Description
Check for the Version of kdebindings
###############################################################################
# OpenVAS Vulnerability Test
#
# Fedora Update for kdebindings FEDORA-2010-8547
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
include("revisions-lib.inc");
tag_affected = "kdebindings on Fedora 11";
tag_insight = "KDE bindings to non-C++ languages";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041979.html");
script_oid("1.3.6.1.4.1.25623.1.0.861982");
script_version("$Revision: 8187 $");
script_tag(name:"last_modification", value:"$Date: 2017-12-20 08:30:09 +0100 (Wed, 20 Dec 2017) $");
script_tag(name:"creation_date", value:"2010-05-28 10:00:59 +0200 (Fri, 28 May 2010)");
script_tag(name:"cvss_base", value:"6.4");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:P");
script_xref(name: "FEDORA", value: "2010-8547");
script_cve_id("CVE-2010-1000", "CVE-2010-1511");
script_name("Fedora Update for kdebindings FEDORA-2010-8547");
script_tag(name: "summary" , value: "Check for the Version of kdebindings");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
script_family("Fedora Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/fedora", "ssh/login/rpms");
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("pkg-lib-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "FC11")
{
if ((res = isrpmvuln(pkg:"kdebindings", rpm:"kdebindings~4.4.3~1.fc11.1", rls:"FC11")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
{"id": "OPENVAS:1361412562310861982", "type": "openvas", "bulletinFamily": "scanner", "title": "Fedora Update for kdebindings FEDORA-2010-8547", "description": "Check for the Version of kdebindings", "published": "2010-05-28T00:00:00", "modified": "2017-12-20T00:00:00", "cvss": {"score": 6.4, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:PARTIAL/"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310861982", "reporter": "Copyright (c) 2010 Greenbone Networks GmbH", "references": ["http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041979.html", "2010-8547"], "cvelist": ["CVE-2010-1511", "CVE-2010-1000"], "lastseen": "2017-12-21T11:33:24", "viewCount": 1, "enchantments": {"score": {"value": 6.1, "vector": "NONE", "modified": "2017-12-21T11:33:24", "rev": 2}, "dependencies": {"references": [{"type": "cve", "idList": ["CVE-2010-1000", "CVE-2010-1511"]}, {"type": "fedora", "idList": ["FEDORA:57B581116FD", "FEDORA:7CB0B111702", "FEDORA:90F7111110C", "FEDORA:10660111100", "FEDORA:7533411110A", "FEDORA:AB79411170B", "FEDORA:CBA47111112", "FEDORA:EBC81111312", "FEDORA:13A3C111024", "FEDORA:82B8F11106A"]}, {"type": "openvas", "idList": ["OPENVAS:861977", "OPENVAS:862016", "OPENVAS:861979", "OPENVAS:861986", "OPENVAS:1361412562310862000", "OPENVAS:1361412562310862017", "OPENVAS:1361412562310862016", "OPENVAS:861987", "OPENVAS:862020", "OPENVAS:861984"]}, {"type": "nessus", "idList": ["MANDRIVA_MDVSA-2010-098.NASL", "UBUNTU_USN-938-1.NASL", "FEDORA_2010-8577.NASL"]}], "modified": "2017-12-21T11:33:24", "rev": 2}, "vulnersScore": 6.1}, "pluginID": "1361412562310861982", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdebindings FEDORA-2010-8547\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2010 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 = \"kdebindings on Fedora 11\";\ntag_insight = \"KDE bindings to non-C++ languages\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041979.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.861982\");\n script_version(\"$Revision: 8187 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-20 08:30:09 +0100 (Wed, 20 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2010-05-28 10:00:59 +0200 (Fri, 28 May 2010)\");\n script_tag(name:\"cvss_base\", value:\"6.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2010-8547\");\n script_cve_id(\"CVE-2010-1000\", \"CVE-2010-1511\");\n script_name(\"Fedora Update for kdebindings FEDORA-2010-8547\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdebindings\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 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\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC11\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdebindings\", rpm:\"kdebindings~4.4.3~1.fc11.1\", rls:\"FC11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}", "naslFamily": "Fedora Local Security Checks"}
{"cve": [{"lastseen": "2020-10-03T11:57:24", "description": "KGet 2.4.2 in KDE SC 4.0.0 through 4.4.3 does not properly request download confirmation from the user, which makes it easier for remote attackers to overwrite arbitrary files via a crafted metalink file.", "edition": 3, "cvss3": {}, "published": "2010-05-17T21:00:00", "title": "CVE-2010-1511", "type": "cve", "cwe": ["CWE-264"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "NONE", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 6.4, "vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 4.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2010-1511"], "modified": "2018-10-10T19:57:00", "cpe": ["cpe:/a:kde:kde_sc:4.4.1", "cpe:/a:kde:kde_sc:4.0.4", "cpe:/a:kde:kde_sc:4.0.1", "cpe:/a:kde:kde_sc:4.4.2", "cpe:/a:kde:kde_sc:4.0.2", "cpe:/a:kde:kde_sc:4.3.0", "cpe:/a:kde:kget:2.4.2", "cpe:/a:kde:kde_sc:4.0.0", "cpe:/a:kde:kde_sc:4.4.3", "cpe:/a:kde:kde_sc:4.1.0", "cpe:/a:kde:kde_sc:4.0.5", "cpe:/a:kde:kde_sc:4.2.2", "cpe:/a:kde:kde_sc:4.1.4", "cpe:/a:kde:kde_sc:4.1.80", "cpe:/a:kde:kde_sc:4.2.3", "cpe:/a:kde:kde_sc:4.3.1", "cpe:/a:kde:kde_sc:4.1.96", "cpe:/a:kde:kde_sc:4.3.5", "cpe:/a:kde:kde_sc:3.5.10", "cpe:/a:kde:kde_sc:4.3.4", "cpe:/a:kde:kde_sc:2.2.0", "cpe:/a:kde:kde_sc:4.1.1", "cpe:/a:kde:kde_sc:4.2.1", "cpe:/a:kde:kde_sc:4.0.3", "cpe:/a:kde:kde_sc:4.2.4", "cpe:/a:kde:kde_sc:4.1.2", "cpe:/a:kde:kde_sc:4.3.2", "cpe:/a:kde:kde_sc:4.2", "cpe:/a:kde:kde_sc:4.3.3", "cpe:/a:kde:kde_sc:4.4.0", "cpe:/a:kde:kde_sc:4.1.3", "cpe:/a:kde:kde_sc:4.1.85", "cpe:/a:kde:kde_sc:4.2.0"], "id": "CVE-2010-1511", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-1511", "cvss": {"score": 6.4, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:P"}, "cpe23": ["cpe:2.3:a:kde:kde_sc:4.3.5:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.0:rc2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.0:rc1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.0:alpha1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:beta3:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.3:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.0:rc3:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.2:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.3:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.0:beta1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.96:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.1:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.1:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.3:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2.1:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:beta2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:rc2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.0:rc2:*:*:*:*:*:*", "cpe:2.3:a:kde:kget:2.4.2:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.0:beta3:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.85:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.0:rc1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2.3:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.0:rc:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.80:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.4:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.5:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.0:beta1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:3.5.10:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.0:beta1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:alpha2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.0:beta2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.4:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:rc1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2.2:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:beta1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:2.2.0:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.1:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.2:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.4:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2.4:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2.0:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.0:rc3:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.3:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2:beta2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.2:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:alpha1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.0:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.1:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:beta4:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.0:beta2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2:rc:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.0:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.0:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.2:*:*:*:*:*:*:*"]}, {"lastseen": "2020-10-03T11:57:23", "description": "Directory traversal vulnerability in KGet in KDE SC 4.0.0 through 4.4.3 allows remote attackers to create arbitrary files via directory traversal sequences in the name attribute of a file element in a metalink file.\nPer: http://www.kde.org/info/security/advisory-20100513-1.txt\r\n\r\n'Patches have been committed to the KDE Subversion repository in the\r\n following revision numbers:\r\n\r\n 4.3 branch: r1126227\r\n 4.4 branch: r1124974\r\n Trunk: r1124976'\r\n", "edition": 3, "cvss3": {}, "published": "2010-05-17T21:00:00", "title": "CVE-2010-1000", "type": "cve", "cwe": ["CWE-22"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 5.8, "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 4.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2010-1000"], "modified": "2018-10-10T19:55:00", "cpe": ["cpe:/a:kde:kde_sc:4.4.1", "cpe:/a:kde:kde_sc:4.0.4", "cpe:/a:kde:kde_sc:4.0.1", "cpe:/a:kde:kde_sc:4.4.2", "cpe:/a:kde:kde_sc:4.0.2", "cpe:/a:kde:kde_sc:4.3.0", "cpe:/a:kde:kde_sc:4.0.0", "cpe:/a:kde:kde_sc:4.4.3", "cpe:/a:kde:kde_sc:4.1.0", "cpe:/a:kde:kde_sc:4.0.5", "cpe:/a:kde:kde_sc:4.2.2", "cpe:/a:kde:kde_sc:4.1.4", "cpe:/a:kde:kde_sc:4.1.80", "cpe:/a:kde:kde_sc:4.2.3", "cpe:/a:kde:kde_sc:4.3.1", "cpe:/a:kde:kde_sc:4.1.96", "cpe:/a:kde:kde_sc:4.3.5", "cpe:/a:kde:kde_sc:4.3.4", "cpe:/a:kde:kde_sc:4.1.1", "cpe:/a:kde:kde_sc:4.2.1", "cpe:/a:kde:kde_sc:4.0.3", "cpe:/a:kde:kde_sc:4.2.4", "cpe:/a:kde:kde_sc:4.1.2", "cpe:/a:kde:kde_sc:4.3.2", "cpe:/a:kde:kde_sc:4.2", "cpe:/a:kde:kde_sc:4.3.3", "cpe:/a:kde:kde_sc:4.4.0", "cpe:/a:kde:kde_sc:4.1.3", "cpe:/a:kde:kde_sc:4.1.85", "cpe:/a:kde:kde_sc:4.2.0"], "id": "CVE-2010-1000", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-1000", "cvss": {"score": 5.8, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:P"}, "cpe23": ["cpe:2.3:a:kde:kde_sc:4.3.5:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.0:rc2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.0:rc1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.0:alpha1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:beta3:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.3:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.0:rc3:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.2:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.3:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.0:beta1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.96:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.1:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.1:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.3:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2.1:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:beta2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:rc2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.0:rc2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.0:beta3:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.85:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.0:rc1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2.3:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.0:rc:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.80:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.4:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.5:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.0:beta1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.0:beta1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:alpha2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.0:beta2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.4:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:rc1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2.2:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:beta1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.1:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.2:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.4:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2.4:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2.0:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.0:rc3:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.3:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2:beta2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.2:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:alpha1:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.0:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.3.1:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.0.0:beta4:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.0:beta2:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.2:rc:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.1.0:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.0:*:*:*:*:*:*:*", "cpe:2.3:a:kde:kde_sc:4.4.2:*:*:*:*:*:*:*"]}], "openvas": [{"lastseen": "2018-01-25T10:54:49", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1511", "CVE-2010-1000"], "description": "Check for the Version of kdegraphics", "modified": "2018-01-24T00:00:00", "published": "2010-05-28T00:00:00", "id": "OPENVAS:1361412562310861983", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310861983", "type": "openvas", "title": "Fedora Update for kdegraphics FEDORA-2010-8544", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdegraphics FEDORA-2010-8544\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2010 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 = \"kdegraphics on Fedora 12\";\ntag_insight = \"Graphics applications, including\n * gwenview (an image viewer)\n * kamera (digital camera support)\n * kcolorchooser (a color chooser)\n * kolourpaint4 (an easy-to-use paint program)\n * kruler (screen ruler and color measurement tool)\n * ksnapshot (screen capture utility)\n * okular (a document viewer)\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041925.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.861983\");\n script_version(\"$Revision: 8510 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-24 08:57:42 +0100 (Wed, 24 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2010-05-28 10:00:59 +0200 (Fri, 28 May 2010)\");\n script_tag(name:\"cvss_base\", value:\"6.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2010-8544\");\n script_cve_id(\"CVE-2010-1000\", \"CVE-2010-1511\");\n script_name(\"Fedora Update for kdegraphics FEDORA-2010-8544\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdegraphics\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 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\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC12\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdegraphics\", rpm:\"kdegraphics~4.4.3~1.fc12.1\", rls:\"FC12\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}", "cvss": {"score": 6.4, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-01-06T13:05:04", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1511", "CVE-2010-1000"], "description": "Check for the Version of kdetoys", "modified": "2018-01-03T00:00:00", "published": "2010-05-28T00:00:00", "id": "OPENVAS:1361412562310862013", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310862013", "type": "openvas", "title": "Fedora Update for kdetoys FEDORA-2010-8547", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdetoys FEDORA-2010-8547\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2010 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 = \"kdetoys on Fedora 11\";\ntag_insight = \"kdetoys includes:\n * amor: Amusing Misuse Of Resources put's comic figures above your windows\n * kteatime: makes sure your tea does not get too strong\n * ktux: Tux-in-a-Spaceship screen saver\n * kweather: display the current weather outside\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041988.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.862013\");\n script_version(\"$Revision: 8274 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-03 08:28:17 +0100 (Wed, 03 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2010-05-28 10:00:59 +0200 (Fri, 28 May 2010)\");\n script_tag(name:\"cvss_base\", value:\"6.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2010-8547\");\n script_cve_id(\"CVE-2010-1000\", \"CVE-2010-1511\");\n script_name(\"Fedora Update for kdetoys FEDORA-2010-8547\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdetoys\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 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\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC11\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdetoys\", rpm:\"kdetoys~4.4.3~1.fc11.1\", rls:\"FC11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}", "cvss": {"score": 6.4, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-01-02T10:54:56", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1511", "CVE-2010-1000"], "description": "Check for the Version of kdesdk", "modified": "2017-12-25T00:00:00", "published": "2010-05-28T00:00:00", "id": "OPENVAS:1361412562310861996", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310861996", "type": "openvas", "title": "Fedora Update for kdesdk FEDORA-2010-8547", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdesdk FEDORA-2010-8547\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\ntag_affected = \"kdesdk on Fedora 11\";\ntag_insight = \"A collection of applications and tools used by developers, including:\n * cervisia: a CVS frontend\n * kate: advanced text editor\n * kbugbuster: a tool to manage the KDE bug report system\n * kcachegrind: a browser for data produced by profiling tools (e.g. cachegrind)\n * kompare: diff tool\n * kuiviewer: displays designer's UI files\n * lokalize: computer-aided translation system focusing on productivity and performance\n * umbrello: UML modeller and UML diagram tool\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041989.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.861996\");\n script_version(\"$Revision: 8244 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-25 08:29:28 +0100 (Mon, 25 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2010-05-28 10:00:59 +0200 (Fri, 28 May 2010)\");\n script_tag(name:\"cvss_base\", value:\"6.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2010-8547\");\n script_cve_id(\"CVE-2010-1000\", \"CVE-2010-1511\");\n script_name(\"Fedora Update for kdesdk FEDORA-2010-8547\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdesdk\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 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\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC11\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdesdk\", rpm:\"kdesdk~4.4.3~1.fc11.1\", rls:\"FC11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}", "cvss": {"score": 6.4, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-01-06T13:04:51", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1511", "CVE-2010-1000"], "description": "Check for the Version of kdeadmin", "modified": "2018-01-03T00:00:00", "published": "2010-05-28T00:00:00", "id": "OPENVAS:1361412562310861999", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310861999", "type": "openvas", "title": "Fedora Update for kdeadmin FEDORA-2010-8547", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdeadmin FEDORA-2010-8547\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2010 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 = \"kdeadmin on Fedora 11\";\ntag_insight = \"The kdeadmin package includes administrative tools including:\n * kcron: systemsettings module for the cron task scheduler\n * knetworkconf: systemsettings module for network settings\n * ksystemlog: system log viewer\n * kuser: user manager\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041974.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.861999\");\n script_version(\"$Revision: 8274 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-03 08:28:17 +0100 (Wed, 03 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2010-05-28 10:00:59 +0200 (Fri, 28 May 2010)\");\n script_tag(name:\"cvss_base\", value:\"6.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2010-8547\");\n script_cve_id(\"CVE-2010-1000\", \"CVE-2010-1511\");\n script_name(\"Fedora Update for kdeadmin FEDORA-2010-8547\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdeadmin\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 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\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC11\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdeadmin\", rpm:\"kdeadmin~4.4.3~1.fc11.1\", rls:\"FC11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}", "cvss": {"score": 6.4, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-01-19T15:05:05", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1511", "CVE-2010-1000"], "description": "Check for the Version of kdegames", "modified": "2018-01-18T00:00:00", "published": "2010-05-28T00:00:00", "id": "OPENVAS:1361412562310862015", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310862015", "type": "openvas", "title": "Fedora Update for kdegames FEDORA-2010-8547", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdegames FEDORA-2010-8547\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2010 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_insight = \"Games for KDE 4, including:\n * bomber\n * bovo\n * granatier\n * kapman\n * katomic\n * kblackbox\n * kblocks\n * kbounce\n * kbreakout\n * kdiamond\n * kfourinline\n * kgoldrunner\n * kigo\n * killbots\n * kiriki\n * kjumpingcube\n * klines\n * knetwalk\n * kolf\n * kollision\n * konquest\n * kreversi\n * ksame\n * kshisen\n * ksirk\n\n * ksnakeduel / ksnake\n * ksinkships\n \n * kspaceduel\n * ksquares\n * ksudoku\n * ktuberling\n * kubrick\n * lskat\n * palapeli\";\ntag_solution = \"Please Install the Updated Packages.\";\n\ntag_affected = \"kdegames on Fedora 11\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041985.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.862015\");\n script_version(\"$Revision: 8457 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-18 08:58:32 +0100 (Thu, 18 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2010-05-28 10:00:59 +0200 (Fri, 28 May 2010)\");\n script_tag(name:\"cvss_base\", value:\"6.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2010-8547\");\n script_cve_id(\"CVE-2010-1000\", \"CVE-2010-1511\");\n script_name(\"Fedora Update for kdegames FEDORA-2010-8547\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdegames\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 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\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC11\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdegames\", rpm:\"kdegames~4.4.3~1.fc11.1\", rls:\"FC11\")) != 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": 6.4, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2017-12-14T11:48:28", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1511", "CVE-2010-1000"], "description": "Check for the Version of oxygen-icon-theme", "modified": "2017-12-13T00:00:00", "published": "2010-05-28T00:00:00", "id": "OPENVAS:861981", "href": "http://plugins.openvas.org/nasl.php?oid=861981", "type": "openvas", "title": "Fedora Update for oxygen-icon-theme FEDORA-2010-8544", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for oxygen-icon-theme FEDORA-2010-8544\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2010 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 = \"oxygen-icon-theme on Fedora 12\";\ntag_insight = \"Oxygen icon theme.\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041931.html\");\n script_id(861981);\n script_version(\"$Revision: 8092 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-13 07:31:16 +0100 (Wed, 13 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2010-05-28 10:00:59 +0200 (Fri, 28 May 2010)\");\n script_tag(name:\"cvss_base\", value:\"6.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2010-8544\");\n script_cve_id(\"CVE-2010-1000\", \"CVE-2010-1511\");\n script_name(\"Fedora Update for oxygen-icon-theme FEDORA-2010-8544\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of oxygen-icon-theme\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 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\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC12\")\n{\n\n if ((res = isrpmvuln(pkg:\"oxygen-icon-theme\", rpm:\"oxygen-icon-theme~4.4.3~1.fc12\", rls:\"FC12\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}", "cvss": {"score": 6.4, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-01-19T15:04:30", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1511", "CVE-2010-1000"], "description": "Check for the Version of kdepim-runtime", "modified": "2018-01-19T00:00:00", "published": "2010-05-28T00:00:00", "id": "OPENVAS:1361412562310862020", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310862020", "type": "openvas", "title": "Fedora Update for kdepim-runtime FEDORA-2010-8547", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdepim-runtime FEDORA-2010-8547\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\ntag_affected = \"kdepim-runtime on Fedora 11\";\ntag_insight = \"KDE PIM Runtime Environment\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041986.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.862020\");\n script_version(\"$Revision: 8469 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-19 08:58:21 +0100 (Fri, 19 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2010-05-28 10:00:59 +0200 (Fri, 28 May 2010)\");\n script_tag(name:\"cvss_base\", value:\"6.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2010-8547\");\n script_cve_id(\"CVE-2010-1000\", \"CVE-2010-1511\");\n script_name(\"Fedora Update for kdepim-runtime FEDORA-2010-8547\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdepim-runtime\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 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\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC11\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdepim-runtime\", rpm:\"kdepim-runtime~4.4.3~1.fc11.1\", rls:\"FC11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}", "cvss": {"score": 6.4, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2017-12-21T11:32:49", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1511", "CVE-2010-1000"], "description": "Check for the Version of kdenetwork", "modified": "2017-12-21T00:00:00", "published": "2010-12-09T00:00:00", "id": "OPENVAS:862702", "href": "http://plugins.openvas.org/nasl.php?oid=862702", "type": "openvas", "title": "Fedora Update for kdenetwork FEDORA-2010-18029", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdenetwork FEDORA-2010-18029\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2010 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 = \"kdenetwork on Fedora 12\";\ntag_insight = \"Networking applications, including:\n * kget: downloader manager\n * kopete: chat client\n * kppp: dialer and front end for pppd\n * krdc: a client for Desktop Sharing and other VNC servers\n * krfb: Desktop Sharing server, allow others to access your desktop via VNC\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2010-November/051692.html\");\n script_id(862702);\n script_version(\"$Revision: 8205 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-21 07:30:37 +0100 (Thu, 21 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2010-12-09 08:26:35 +0100 (Thu, 09 Dec 2010)\");\n script_tag(name:\"cvss_base\", value:\"6.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2010-18029\");\n script_cve_id(\"CVE-2010-1000\", \"CVE-2010-1511\");\n script_name(\"Fedora Update for kdenetwork FEDORA-2010-18029\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdenetwork\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 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\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC12\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdenetwork\", rpm:\"kdenetwork~4.4.5~4.fc12\", rls:\"FC12\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}", "cvss": {"score": 6.4, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-01-22T13:05:39", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1511", "CVE-2010-1000"], "description": "Check for the Version of kdelibs", "modified": "2018-01-22T00:00:00", "published": "2010-05-28T00:00:00", "id": "OPENVAS:1361412562310861984", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310861984", "type": "openvas", "title": "Fedora Update for kdelibs FEDORA-2010-8544", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdelibs FEDORA-2010-8544\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2010 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 = \"kdelibs on Fedora 12\";\ntag_insight = \"Libraries for KDE 4.\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041928.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.861984\");\n script_version(\"$Revision: 8485 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-22 08:57:57 +0100 (Mon, 22 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2010-05-28 10:00:59 +0200 (Fri, 28 May 2010)\");\n script_tag(name:\"cvss_base\", value:\"6.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2010-8544\");\n script_cve_id(\"CVE-2010-1000\", \"CVE-2010-1511\");\n script_name(\"Fedora Update for kdelibs FEDORA-2010-8544\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdelibs\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 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\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC12\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdelibs\", rpm:\"kdelibs~4.4.3~2.fc12\", rls:\"FC12\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}", "cvss": {"score": 6.4, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2017-12-12T11:11:05", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1511", "CVE-2010-1000"], "description": "Check for the Version of kdegraphics", "modified": "2017-12-12T00:00:00", "published": "2010-05-28T00:00:00", "id": "OPENVAS:862001", "href": "http://plugins.openvas.org/nasl.php?oid=862001", "type": "openvas", "title": "Fedora Update for kdegraphics FEDORA-2010-8547", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for kdegraphics FEDORA-2010-8547\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2010 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 = \"kdegraphics on Fedora 11\";\ntag_insight = \"Graphics applications, including\n * gwenview (an image viewer)\n * kamera (digital camera support)\n * kcolorchooser (a color chooser)\n * kolourpaint4 (an easy-to-use paint program)\n * kruler (screen ruler and color measurement tool)\n * ksnapshot (screen capture utility)\n * okular (a document viewer)\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041980.html\");\n script_id(862001);\n script_version(\"$Revision: 8082 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-12 07:31:24 +0100 (Tue, 12 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2010-05-28 10:00:59 +0200 (Fri, 28 May 2010)\");\n script_tag(name:\"cvss_base\", value:\"6.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2010-8547\");\n script_cve_id(\"CVE-2010-1000\", \"CVE-2010-1511\");\n script_name(\"Fedora Update for kdegraphics FEDORA-2010-8547\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of kdegraphics\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 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\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC11\")\n{\n\n if ((res = isrpmvuln(pkg:\"kdegraphics\", rpm:\"kdegraphics~4.4.3~1.fc11.1\", rls:\"FC11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}", "cvss": {"score": 6.4, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:PARTIAL/A:PARTIAL/"}}], "fedora": [{"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1000", "CVE-2010-1511"], "description": "Personal Information Management (PIM) libraries for KDE 4. ", "modified": "2010-05-26T21:42:53", "published": "2010-05-26T21:42:53", "id": "FEDORA:4EC70111316", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 13 Update: kdepimlibs-4.4.3-1.fc13.1", "cvss": {"score": 6.4, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1000", "CVE-2010-1511"], "description": "Networking applications, including: * kget: downloader manager * kopete: chat client * kppp: dialer and front end for pppd * krdc: a client for Desktop Sharing and other VNC servers * krfb: Desktop Sharing server, allow others to access your desktop via VNC ", "modified": "2010-11-30T22:47:56", "published": "2010-11-30T22:47:56", "id": "FEDORA:AE378110E2C", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 12 Update: kdenetwork-4.4.5-4.fc12", "cvss": {"score": 6.4, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1000", "CVE-2010-1511"], "description": "KDE PIM (Personal Information Manager) applications, including: * akregator: feed aggregator * blogilo: blogging application, focused on simplicity and usability * kmail: email client * knode: newsreader * knotes: sticky notes for the desktop * kontact: integrated PIM management * korganizer: journal, appointments, events, todos ", "modified": "2010-05-26T21:42:53", "published": "2010-05-26T21:42:53", "id": "FEDORA:00C1F111314", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 13 Update: kdepim-4.4.3-1.fc13.1", "cvss": {"score": 6.4, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1000", "CVE-2010-1511"], "description": "A collection of applications and tools used by developers, including: * cervisia: a CVS frontend * kate: advanced text editor * kbugbuster: a tool to manage the KDE bug report system * 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 * umbrello: UML modeller and UML diagram tool ", "modified": "2010-05-26T21:42:53", "published": "2010-05-26T21:42:53", "id": "FEDORA:5AC23111305", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 13 Update: kdesdk-4.4.3-1.fc13.1", "cvss": {"score": 6.4, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1000", "CVE-2010-1511"], "description": "The kdemultimedia package contains multimedia applications, including: * dragonplayer (a simple video player) * juk (a music manager and player) * kmix (an audio mixer) * kscd (an Audio-CD player) ", "modified": "2010-05-26T21:45:22", "published": "2010-05-26T21:45:22", "id": "FEDORA:9DC49111708", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 11 Update: kdemultimedia-4.4.3-1.fc11.1", "cvss": {"score": 6.4, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1000", "CVE-2010-1511"], "description": "Graphics applications, including * gwenview (an image viewer) * kamera (digital camera support) * kcolorchooser (a color chooser) * kolourpaint4 (an easy-to-use paint program) * kruler (screen ruler and color measurement tool) * ksnapshot (screen capture utility) * okular (a document viewer) ", "modified": "2010-05-26T21:41:20", "published": "2010-05-26T21:41:20", "id": "FEDORA:BCE97111111", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 12 Update: kdegraphics-4.4.3-1.fc12.1", "cvss": {"score": 6.4, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1000", "CVE-2010-1511"], "description": "KDE PIM Runtime Environment ", "modified": "2010-05-26T21:41:20", "published": "2010-05-26T21:41:20", "id": "FEDORA:D67C6111115", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 12 Update: kdepim-runtime-4.4.3-1.fc12.1", "cvss": {"score": 6.4, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1000", "CVE-2010-1511"], "description": "Included with this package are: * kmag: a screen magnifier * kmousetool: a program for people whom it hurts to click the mouse * kmouth: program that allows people who have lost their voice * ktts: text to speech support ", "modified": "2010-05-26T21:45:22", "published": "2010-05-26T21:45:22", "id": "FEDORA:5572C1116FC", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 11 Update: kdeaccessibility-4.4.3-1.fc11.1", "cvss": {"score": 6.4, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1000", "CVE-2010-1511"], "description": "kdetoys includes: * amor: Amusing Misuse Of Resources put's comic figures above your windows * kteatime: makes sure your tea does not get too strong * ktux: Tux-in-a-Spaceship screen saver * kweather: display the current weather outside ", "modified": "2010-05-26T21:41:20", "published": "2010-05-26T21:41:20", "id": "FEDORA:EA2C0111119", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 12 Update: kdetoys-4.4.3-1.fc12.1", "cvss": {"score": 6.4, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:50", "bulletinFamily": "unix", "cvelist": ["CVE-2010-1000", "CVE-2010-1511"], "description": "Graphics applications, including * gwenview (an image viewer) * kamera (digital camera support) * kcolorchooser (a color chooser) * kolourpaint4 (an easy-to-use paint program) * kruler (screen ruler and color measurement tool) * ksnapshot (screen capture utility) * okular (a document viewer) ", "modified": "2010-05-26T21:45:22", "published": "2010-05-26T21:45:22", "id": "FEDORA:8B036111706", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 11 Update: kdegraphics-4.4.3-1.fc11.1", "cvss": {"score": 6.4, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:P"}}], "nessus": [{"lastseen": "2021-01-12T10:08:54", "description": "This update set updates the KDE Software Compilation (KDE SC) to KDE\nSC 4.4.3, which has a number of improvements: * Numerous fixes in\nKonsole, KDE's terminal emulator, among them two possible crashers in\nsession management * Flash plugin support in KHTML has been enhanced\nto work with newest Youtube skins * Case-sensitivity in renaming fixes\nin KIO, KDE's network-transparent I/O library\n\n - Hiding the mouse cursor in some special cases in\n presentation mode and two possible crashers have been\n fixed and more bugfixes and translation updates. See\n http://kde.org/announcements/announce-4.4.3.php for more\n information. In addition, the security issues\n CVE-2010-1000 and CVE-2010-1511 (improper sanitization\n of metalink attribute for downloading files) in KGet\n have been fixed, and Kppp now prompts for the root\n password instead of failing with a cryptic error when\n run as a regular user.\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": "2010-07-01T00:00:00", "title": "Fedora 13 : kde-l10n-4.4.3-1.fc13 / kdeaccessibility-4.4.3-1.fc13.1 / kdeadmin-4.4.3-1.fc13.1 / etc (2010-8577)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-1511", "CVE-2010-1000"], "modified": "2010-07-01T00:00:00", "cpe": ["p-cpe:/a:fedoraproject:fedora:oxygen-icon-theme", "p-cpe:/a:fedoraproject:fedora:kdetoys", "p-cpe:/a:fedoraproject:fedora:kdegames", "p-cpe:/a:fedoraproject:fedora:kdepimlibs", "p-cpe:/a:fedoraproject:fedora:kdeplasma-addons", "p-cpe:/a:fedoraproject:fedora:kdeedu", "p-cpe:/a:fedoraproject:fedora:kdemultimedia", "p-cpe:/a:fedoraproject:fedora:kdesdk", "p-cpe:/a:fedoraproject:fedora:kdeaccessibility", "p-cpe:/a:fedoraproject:fedora:kdebase", "p-cpe:/a:fedoraproject:fedora:kdenetwork", "cpe:/o:fedoraproject:fedora:13", "p-cpe:/a:fedoraproject:fedora:kdelibs", "p-cpe:/a:fedoraproject:fedora:kdepim", "p-cpe:/a:fedoraproject:fedora:kdeadmin", "p-cpe:/a:fedoraproject:fedora:kdebase-workspace", "p-cpe:/a:fedoraproject:fedora:kdepim-runtime", "p-cpe:/a:fedoraproject:fedora:kdeutils", "p-cpe:/a:fedoraproject:fedora:kdeartwork", "p-cpe:/a:fedoraproject:fedora:kde-l10n", "p-cpe:/a:fedoraproject:fedora:kdebase-runtime", "p-cpe:/a:fedoraproject:fedora:kdegraphics", "p-cpe:/a:fedoraproject:fedora:kdebindings"], "id": "FEDORA_2010-8577.NASL", "href": "https://www.tenable.com/plugins/nessus/47504", "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 2010-8577.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(47504);\n script_version(\"1.13\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2010-1000\", \"CVE-2010-1511\");\n script_xref(name:\"FEDORA\", value:\"2010-8577\");\n\n script_name(english:\"Fedora 13 : kde-l10n-4.4.3-1.fc13 / kdeaccessibility-4.4.3-1.fc13.1 / kdeadmin-4.4.3-1.fc13.1 / etc (2010-8577)\");\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\"This update set updates the KDE Software Compilation (KDE SC) to KDE\nSC 4.4.3, which has a number of improvements: * Numerous fixes in\nKonsole, KDE's terminal emulator, among them two possible crashers in\nsession management * Flash plugin support in KHTML has been enhanced\nto work with newest Youtube skins * Case-sensitivity in renaming fixes\nin KIO, KDE's network-transparent I/O library\n\n - Hiding the mouse cursor in some special cases in\n presentation mode and two possible crashers have been\n fixed and more bugfixes and translation updates. See\n http://kde.org/announcements/announce-4.4.3.php for more\n information. In addition, the security issues\n CVE-2010-1000 and CVE-2010-1511 (improper sanitization\n of metalink attribute for downloading files) in KGet\n have been fixed, and Kppp now prompts for the root\n password instead of failing with a cryptic error when\n run as a regular user.\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.4.3.php\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.kde.org/announcements/announce-4.4.3.php\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=591631\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041937.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0a468408\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041938.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?cbfc27d4\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041939.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7a13ec52\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041940.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?900ddc4c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041941.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?c2a8cc5b\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041942.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?8c80fb56\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041943.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3eb2b768\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041944.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a4b7b040\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041945.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1c4e3e3a\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041946.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?88d2ec93\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041947.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?b4e005ff\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041948.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?211d3752\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041949.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?224defa7\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041950.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?48bec674\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041951.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?16d4c246\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041952.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?bfea3628\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041953.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?4f373e21\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041954.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?93c7b12c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041955.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?ab4b7bab\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041956.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?7c81037c\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041957.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0adfeba3\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2010-May/041958.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?06b429d7\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kde-l10n\");\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:kdebindings\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdeedu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdegames\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:kdegraphics\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora: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:oxygen-icon-theme\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:13\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2010/05/17\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2010/05/15\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2010/07/01\");\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) 2010-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:\"^13([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 13.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:\"FC13\", reference:\"kde-l10n-4.4.3-1.fc13\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdeaccessibility-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdeadmin-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdeartwork-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdebase-4.4.3-2.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdebase-runtime-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdebase-workspace-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdebindings-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdeedu-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdegames-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdegraphics-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdelibs-4.4.3-2.fc13\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdemultimedia-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdenetwork-4.4.3-3.fc13\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdepim-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdepim-runtime-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdepimlibs-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdeplasma-addons-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdesdk-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdetoys-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"kdeutils-4.4.3-1.fc13.1\")) flag++;\nif (rpm_check(release:\"FC13\", reference:\"oxygen-icon-theme-4.4.3-1.fc13\")) 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, \"kde-l10n / kdeaccessibility / kdeadmin / kdeartwork / kdebase / etc\");\n}\n", "cvss": {"score": 6.4, "vector": "AV:N/AC:L/Au:N/C:N/I:P/A:P"}}]}