Mandriva Update for perl-URPM MDVA-2010:226 (perl-URPM)
2010-11-23T00:00:00
ID OPENVAS:831257 Type openvas Reporter Copyright (c) 2010 Greenbone Networks GmbH Modified 2017-12-18T00:00:00
Description
Check for the Version of perl-URPM
###############################################################################
# OpenVAS Vulnerability Test
#
# Mandriva Update for perl-URPM MDVA-2010:226 (perl-URPM)
#
# 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 = "perl-URPM on Mandriva Linux 2010.1,
Mandriva Linux 2010.1/X86_64";
tag_insight = "This advisory fixes the gpg keys parsing, which were resulting in
some warnings (bug 61636).";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "http://lists.mandriva.com/security-announce/2010-11/msg00034.php");
script_id(831257);
script_version("$Revision: 8153 $");
script_tag(name:"last_modification", value:"$Date: 2017-12-18 07:30:39 +0100 (Mon, 18 Dec 2017) $");
script_tag(name:"creation_date", value:"2010-11-23 15:30:07 +0100 (Tue, 23 Nov 2010)");
script_tag(name:"cvss_base", value:"3.3");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:N/I:P/A:P");
script_xref(name: "MDVA", value: "2010:226");
script_name("Mandriva Update for perl-URPM MDVA-2010:226 (perl-URPM)");
script_tag(name: "summary" , value: "Check for the Version of perl-URPM");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
script_family("Mandrake Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/mandriva_mandrake_linux", "ssh/login/release");
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 == "MNDK_2010.1")
{
if ((res = isrpmvuln(pkg:"perl-URPM", rpm:"perl-URPM~3.37.1~1.2mdv2010.1", rls:"MNDK_2010.1")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
{"href": "http://plugins.openvas.org/nasl.php?oid=831257", "history": [{"lastseen": "2017-07-02T21:09:49", "differentElements": ["modified", "sourceData"], "edition": 1, "bulletin": {"href": "http://plugins.openvas.org/nasl.php?oid=831257", "history": [], "naslFamily": "Mandrake Local Security Checks", "id": "OPENVAS:831257", "title": "Mandriva Update for perl-URPM MDVA-2010:226 (perl-URPM)", "description": "Check for the Version of perl-URPM", "published": "2010-11-23T00:00:00", "type": "openvas", "bulletinFamily": "scanner", "hashmap": [{"key": "sourceData", "hash": "10d531b215bbb22d2c866de376537746"}, {"key": "published", "hash": "4f0a74480843b97a5ae066be9fa71a05"}, {"key": "references", "hash": "6fb49fe2d7532ff0c5891e2a916dced0"}, {"key": "description", "hash": "3e04d3a1e7e4bde82760706933e4df7c"}, {"key": "modified", "hash": "c0e81b6a5237a82ca7ea8b939802ff49"}, {"key": "naslFamily", "hash": "559385d24c9285e685f63d04129394ee"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "title", "hash": "7380b75ae694706ec92e58135ed8e5ad"}, {"key": "type", "hash": "47c1f692ea47a21f716dad07043ade01"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "pluginID", "hash": "21deed77453d433d725b91ea2e6adbe5"}, {"key": "reporter", "hash": "82db6d7eefdc19955bb78be9fb178ae1"}, {"key": "href", "hash": "8a1bee4863c1eb1c09e444a6f57fe5f0"}], "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Mandriva Update for perl-URPM MDVA-2010:226 (perl-URPM)\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 = \"perl-URPM on Mandriva Linux 2010.1,\n Mandriva Linux 2010.1/X86_64\";\ntag_insight = \"This advisory fixes the gpg keys parsing, which were resulting in\n some warnings (bug 61636).\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.mandriva.com/security-announce/2010-11/msg00034.php\");\n script_id(831257);\n script_version(\"$Revision: 3149 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2016-04-22 14:05:13 +0200 (Fri, 22 Apr 2016) $\");\n script_tag(name:\"creation_date\", value:\"2010-11-23 15:30:07 +0100 (Tue, 23 Nov 2010)\");\n script_tag(name:\"cvss_base\", value:\"3.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:L/AC:M/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"MDVA\", value: \"2010:226\");\n script_name(\"Mandriva Update for perl-URPM MDVA-2010:226 (perl-URPM)\");\n\n script_summary(\"Check for the Version of perl-URPM\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 Greenbone Networks GmbH\");\n script_family(\"Mandrake Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"HostDetails/OS/cpe:/o:mandriva:linux\", \"login/SSH/success\", \"ssh/login/release\");\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 == \"MNDK_2010.1\")\n{\n\n if ((res = isrpmvuln(pkg:\"perl-URPM\", rpm:\"perl-URPM~3.37.1~1.2mdv2010.1\", rls:\"MNDK_2010.1\")) != 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": 0.0, "vector": "NONE"}, "pluginID": "831257", "hash": "86aade71a115a4c5cf47527b0adf40bf7549e8c075709dc9d7ce7543410930d1", "modified": "2016-04-22T00:00:00", "edition": 1, "cvelist": [], "lastseen": "2017-07-02T21:09:49", "viewCount": 0, "enchantments": {}, "reporter": "Copyright (c) 2010 Greenbone Networks GmbH", "objectVersion": "1.3", "references": ["http://lists.mandriva.com/security-announce/2010-11/msg00034.php", "2010:226"]}}, {"lastseen": "2017-07-24T12:49:02", "differentElements": ["modified", "sourceData"], "edition": 2, "bulletin": {"href": "http://plugins.openvas.org/nasl.php?oid=831257", "history": [], "naslFamily": "Mandrake Local Security Checks", "id": "OPENVAS:831257", "title": "Mandriva Update for perl-URPM MDVA-2010:226 (perl-URPM)", "description": "Check for the Version of perl-URPM", "published": "2010-11-23T00:00:00", "type": "openvas", "bulletinFamily": "scanner", "hashmap": [{"key": "modified", "hash": "774d0176dfa389c0c71e9e200f95a6ba"}, {"key": "published", "hash": "4f0a74480843b97a5ae066be9fa71a05"}, {"key": "references", "hash": "6fb49fe2d7532ff0c5891e2a916dced0"}, {"key": "description", "hash": "3e04d3a1e7e4bde82760706933e4df7c"}, {"key": "naslFamily", "hash": "559385d24c9285e685f63d04129394ee"}, {"key": "sourceData", "hash": "d770a6298f4566376573b41458bb20cb"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "title", "hash": "7380b75ae694706ec92e58135ed8e5ad"}, {"key": "type", "hash": "47c1f692ea47a21f716dad07043ade01"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "pluginID", "hash": "21deed77453d433d725b91ea2e6adbe5"}, {"key": "reporter", "hash": "82db6d7eefdc19955bb78be9fb178ae1"}, {"key": "href", "hash": "8a1bee4863c1eb1c09e444a6f57fe5f0"}], "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Mandriva Update for perl-URPM MDVA-2010:226 (perl-URPM)\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 = \"perl-URPM on Mandriva Linux 2010.1,\n Mandriva Linux 2010.1/X86_64\";\ntag_insight = \"This advisory fixes the gpg keys parsing, which were resulting in\n some warnings (bug 61636).\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.mandriva.com/security-announce/2010-11/msg00034.php\");\n script_id(831257);\n script_version(\"$Revision: 6569 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-06 15:05:37 +0200 (Thu, 06 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2010-11-23 15:30:07 +0100 (Tue, 23 Nov 2010)\");\n script_tag(name:\"cvss_base\", value:\"3.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:L/AC:M/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"MDVA\", value: \"2010:226\");\n script_name(\"Mandriva Update for perl-URPM MDVA-2010:226 (perl-URPM)\");\n\n script_summary(\"Check for the Version of perl-URPM\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 Greenbone Networks GmbH\");\n script_family(\"Mandrake Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/mandriva_mandrake_linux\", \"ssh/login/release\");\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 == \"MNDK_2010.1\")\n{\n\n if ((res = isrpmvuln(pkg:\"perl-URPM\", rpm:\"perl-URPM~3.37.1~1.2mdv2010.1\", rls:\"MNDK_2010.1\")) != 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": 0.0, "vector": "NONE"}, "pluginID": "831257", "hash": "c8227cc551832b2b7b5c5815f2674f744787151da8dae3cd117c6b9f94ffd70f", "modified": "2017-07-06T00:00:00", "edition": 2, "cvelist": [], "lastseen": "2017-07-24T12:49:02", "viewCount": 0, "enchantments": {}, "reporter": "Copyright (c) 2010 Greenbone Networks GmbH", "objectVersion": "1.3", "references": ["http://lists.mandriva.com/security-announce/2010-11/msg00034.php", "2010:226"]}}], "naslFamily": "Mandrake Local Security Checks", "id": "OPENVAS:831257", "reporter": "Copyright (c) 2010 Greenbone Networks GmbH", "published": "2010-11-23T00:00:00", "description": "Check for the Version of perl-URPM", "title": "Mandriva Update for perl-URPM MDVA-2010:226 (perl-URPM)", "bulletinFamily": "scanner", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Mandriva Update for perl-URPM MDVA-2010:226 (perl-URPM)\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 = \"perl-URPM on Mandriva Linux 2010.1,\n Mandriva Linux 2010.1/X86_64\";\ntag_insight = \"This advisory fixes the gpg keys parsing, which were resulting in\n some warnings (bug 61636).\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.mandriva.com/security-announce/2010-11/msg00034.php\");\n script_id(831257);\n script_version(\"$Revision: 8153 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-18 07:30:39 +0100 (Mon, 18 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2010-11-23 15:30:07 +0100 (Tue, 23 Nov 2010)\");\n script_tag(name:\"cvss_base\", value:\"3.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:L/AC:M/Au:N/C:N/I:P/A:P\");\n script_xref(name: \"MDVA\", value: \"2010:226\");\n script_name(\"Mandriva Update for perl-URPM MDVA-2010:226 (perl-URPM)\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of perl-URPM\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2010 Greenbone Networks GmbH\");\n script_family(\"Mandrake Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/mandriva_mandrake_linux\", \"ssh/login/release\");\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 == \"MNDK_2010.1\")\n{\n\n if ((res = isrpmvuln(pkg:\"perl-URPM\", rpm:\"perl-URPM~3.37.1~1.2mdv2010.1\", rls:\"MNDK_2010.1\")) != 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": 0.0, "vector": "NONE"}, "pluginID": "831257", "hash": "c29e2883089a65ad551c6e3ba0349c0581b654aa7773349c445e79b09b5716cf", "references": ["http://lists.mandriva.com/security-announce/2010-11/msg00034.php", "2010:226"], "edition": 3, "cvelist": [], "lastseen": "2017-12-18T10:57:45", "viewCount": 0, "enchantments": {"score": {"value": 0.1, "vector": "NONE", "modified": "2017-12-18T10:57:45"}, "dependencies": {"references": [], "modified": "2017-12-18T10:57:45"}, "vulnersScore": 0.1}, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "3e04d3a1e7e4bde82760706933e4df7c"}, {"key": "href", "hash": "8a1bee4863c1eb1c09e444a6f57fe5f0"}, {"key": "modified", "hash": "771771905a8eb1a8eddacd18f899699b"}, {"key": "naslFamily", "hash": "559385d24c9285e685f63d04129394ee"}, {"key": "pluginID", "hash": "21deed77453d433d725b91ea2e6adbe5"}, {"key": "published", "hash": "4f0a74480843b97a5ae066be9fa71a05"}, {"key": "references", "hash": "6fb49fe2d7532ff0c5891e2a916dced0"}, {"key": "reporter", "hash": "82db6d7eefdc19955bb78be9fb178ae1"}, {"key": "sourceData", "hash": "5e8582fc2c8d3e6901d6a52a11edab09"}, {"key": "title", "hash": "7380b75ae694706ec92e58135ed8e5ad"}, {"key": "type", "hash": "47c1f692ea47a21f716dad07043ade01"}], "objectVersion": "1.3", "modified": "2017-12-18T00:00:00"}