ID OPENVAS:1361412562310867668 Type openvas Reporter Copyright (C) 2014 Greenbone Networks GmbH Modified 2018-04-06T00:00:00
Description
Check for the Version of maradns
###############################################################################
# OpenVAS Vulnerability Test
#
# Fedora Update for maradns FEDORA-2014-2439
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (C) 2014 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
include("revisions-lib.inc");
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.867668");
script_version("$Revision: 9373 $");
script_tag(name:"last_modification", value:"$Date: 2018-04-06 10:57:18 +0200 (Fri, 06 Apr 2018) $");
script_tag(name:"creation_date", value:"2014-04-08 11:17:18 +0530 (Tue, 08 Apr 2014)");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:S/C:P/I:C/A:C");
script_name("Fedora Update for maradns FEDORA-2014-2439");
tag_insight = "MaraDNS is a package that implements the Domain Name Service (DNS), an
essential internet service. MaraDNS has the following advantages:
* Secure.
* Supported.
* Easy to use.
* Small.
* Open Source.
";
tag_affected = "maradns on Fedora 19";
tag_solution = "Please Install the Updated Packages.";
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name: "FEDORA", value: "2014-2439");
script_xref(name: "URL" , value: "https://lists.fedoraproject.org/pipermail/package-announce/2014-April/131043.html");
script_tag(name:"summary", value:"Check for the Version of maradns");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2014 Greenbone Networks GmbH");
script_family("Fedora Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/fedora", "ssh/login/rpms");
exit(0);
}
include("pkg-lib-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "FC19")
{
if ((res = isrpmvuln(pkg:"maradns", rpm:"maradns~2.0.09~1.fc19", rls:"FC19")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
{"pluginID": "1361412562310867668", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310867668", "history": [{"lastseen": "2018-04-06T11:11:50", "bulletin": {"href": "http://plugins.openvas.org/nasl.php?oid=1361412562310867668", "history": [], "type": "openvas", "bulletinFamily": "scanner", "cvelist": [], "cvss": {"vector": "NONE", "score": 0.0}, "modified": "2018-04-06T00:00:00", "description": "Check for the Version of maradns", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for maradns FEDORA-2014-2439\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2014 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.867668\");\n script_version(\"$Revision: 9354 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-04-06 09:15:32 +0200 (Fri, 06 Apr 2018) $\");\n script_tag(name:\"creation_date\", value:\"2014-04-08 11:17:18 +0530 (Tue, 08 Apr 2014)\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:H/Au:S/C:P/I:C/A:C\");\n script_name(\"Fedora Update for maradns FEDORA-2014-2439\");\n\n tag_insight = \"MaraDNS is a package that implements the Domain Name Service (DNS), an\nessential internet service. MaraDNS has the following advantages:\n* Secure.\n* Supported.\n* Easy to use.\n* Small.\n* Open Source.\n\";\n\n tag_affected = \"maradns on Fedora 19\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"FEDORA\", value: \"2014-2439\");\n script_xref(name: \"URL\" , value: \"https://lists.fedoraproject.org/pipermail/package-announce/2014-April/131043.html\");\n script_summary(\"Check for the Version of maradns\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2014 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC19\")\n{\n\n if ((res = isrpmvuln(pkg:\"maradns\", rpm:\"maradns~2.0.09~1.fc19\", rls:\"FC19\")) != 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", "published": "2014-04-08T00:00:00", "edition": 1, "pluginID": "1361412562310867668", "hashmap": [{"key": "published", "hash": "8f0f17ec876946644a03399ec17ba766"}, {"key": "description", "hash": "df3961d1b86a36adf021a08d7c33fdd4"}, {"key": "modified", "hash": "4fb7fd6149697e74d091717ea3f1ca84"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "href", "hash": "7302351efd32fa0a96f1218d058b8253"}, {"key": "reporter", "hash": "06df9aea2d851c3b10ab498f59f0777d"}, {"key": "type", "hash": "47c1f692ea47a21f716dad07043ade01"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "title", "hash": "1b281a977fb8f6cc27d88eeb49432d2e"}, {"key": "naslFamily", "hash": "be931514784f88df80712740ad2723e7"}, {"key": "references", "hash": "bdcecdf6587d8833e2b07f3d70e5ef67"}, {"key": "pluginID", "hash": "a90fdf665532527538bab14b9b7f5e98"}, {"key": "sourceData", "hash": "a4f49971a8cd211718e7effb22417357"}], "id": "OPENVAS:1361412562310867668", "hash": "0342e123923fb046f63663e6e6a8a4c247f7d8f1efa69c42e0096668e93e64e8", "enchantments": {"score": {"vector": "AV:N/AC:L/Au:S/C:N/I:P/A:N/", "value": 4.0, "modified": "2018-04-06T11:11:50"}}, "lastseen": "2018-04-06T11:11:50", "reporter": "Copyright (C) 2014 Greenbone Networks GmbH", "title": "Fedora Update for maradns FEDORA-2014-2439", "objectVersion": "1.3", "viewCount": 0, "references": ["2014-2439", "https://lists.fedoraproject.org/pipermail/package-announce/2014-April/131043.html"], "naslFamily": "Fedora Local Security Checks"}, "differentElements": ["sourceData"], "edition": 1}], "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for maradns FEDORA-2014-2439\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2014 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.867668\");\n script_version(\"$Revision: 9373 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-04-06 10:57:18 +0200 (Fri, 06 Apr 2018) $\");\n script_tag(name:\"creation_date\", value:\"2014-04-08 11:17:18 +0530 (Tue, 08 Apr 2014)\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:H/Au:S/C:P/I:C/A:C\");\n script_name(\"Fedora Update for maradns FEDORA-2014-2439\");\n\n tag_insight = \"MaraDNS is a package that implements the Domain Name Service (DNS), an\nessential internet service. MaraDNS has the following advantages:\n* Secure.\n* Supported.\n* Easy to use.\n* Small.\n* Open Source.\n\";\n\n tag_affected = \"maradns on Fedora 19\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"FEDORA\", value: \"2014-2439\");\n script_xref(name: \"URL\" , value: \"https://lists.fedoraproject.org/pipermail/package-announce/2014-April/131043.html\");\n script_tag(name:\"summary\", value:\"Check for the Version of maradns\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2014 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC19\")\n{\n\n if ((res = isrpmvuln(pkg:\"maradns\", rpm:\"maradns~2.0.09~1.fc19\", rls:\"FC19\")) != 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", "bulletinFamily": "scanner", "modified": "2018-04-06T00:00:00", "title": "Fedora Update for maradns FEDORA-2014-2439", "cvss": {"vector": "NONE", "score": 0.0}, "cvelist": [], "description": "Check for the Version of maradns", "viewCount": 0, "published": "2014-04-08T00:00:00", "edition": 2, "hash": "2df0984c4505901819e8766166a70648d10eb69b5fe8552a6ced287febe470bb", "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "df3961d1b86a36adf021a08d7c33fdd4"}, {"key": "href", "hash": "7302351efd32fa0a96f1218d058b8253"}, {"key": "modified", "hash": "4fb7fd6149697e74d091717ea3f1ca84"}, {"key": "naslFamily", "hash": "be931514784f88df80712740ad2723e7"}, {"key": "pluginID", "hash": "a90fdf665532527538bab14b9b7f5e98"}, {"key": "published", "hash": "8f0f17ec876946644a03399ec17ba766"}, {"key": "references", "hash": "bdcecdf6587d8833e2b07f3d70e5ef67"}, {"key": "reporter", "hash": "06df9aea2d851c3b10ab498f59f0777d"}, {"key": "sourceData", "hash": "b8be7e6957d94885d26b36da22c72c30"}, {"key": "title", "hash": "1b281a977fb8f6cc27d88eeb49432d2e"}, {"key": "type", "hash": "47c1f692ea47a21f716dad07043ade01"}], "id": "OPENVAS:1361412562310867668", "type": "openvas", "lastseen": "2018-04-09T11:12:40", "reporter": "Copyright (C) 2014 Greenbone Networks GmbH", "enchantments": {"score": {"value": 7.5, "vector": "NONE"}, "dependencies": {"references": [], "modified": "2018-04-09T11:12:40"}, "vulnersScore": 7.5}, "objectVersion": "1.3", "references": ["2014-2439", "https://lists.fedoraproject.org/pipermail/package-announce/2014-April/131043.html"], "naslFamily": "Fedora Local Security Checks"}