ID FEDORA_2013-14930.NASL Type nessus Reporter This script is Copyright (C) 2013-2018 and is owned by Tenable, Inc. or an Affiliate thereof. Modified 2019-11-02T00:00:00
Description
Update to upstream 1.2 release for security and bug
fixes
Upstream changelog for this release is available at
https://drupal.org/node/2065197
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues.
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from Fedora Security Advisory 2013-14930.
#
include("compat.inc");
if (description)
{
script_id(69525);
script_version("1.7");
script_cvs_date("Date: 2018/12/24 10:14:27");
script_bugtraq_id(61781);
script_xref(name:"FEDORA", value:"2013-14930");
script_name(english:"Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)");
script_summary(english:"Checks rpm output for the updated package.");
script_set_attribute(
attribute:"synopsis",
value:"The remote Fedora host is missing a security update."
);
script_set_attribute(
attribute:"description",
value:
" - Update to upstream 1.2 release for security and bug
fixes
- Upstream changelog for this release is available at
https://drupal.org/node/2065197
- SA-CONTRIB-2013-068 https://drupal.org/node/2065207
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues."
);
script_set_attribute(
attribute:"see_also",
value:"https://bugzilla.redhat.com/show_bug.cgi?id=997792"
);
# https://drupal.org/node/2065197
script_set_attribute(
attribute:"see_also",
value:"https://www.drupal.org/node/2065197"
);
# https://drupal.org/node/2065207
script_set_attribute(
attribute:"see_also",
value:"https://www.drupal.org/node/2065207"
);
# https://lists.fedoraproject.org/pipermail/package-announce/2013-September/114989.html
script_set_attribute(
attribute:"see_also",
value:"http://www.nessus.org/u?e997c895"
);
script_set_attribute(
attribute:"solution",
value:"Update the affected drupal7-entity package."
);
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:drupal7-entity");
script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:18");
script_set_attribute(attribute:"patch_publication_date", value:"2013/08/17");
script_set_attribute(attribute:"plugin_publication_date", value:"2013/09/02");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2013-2018 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_family(english:"Fedora Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("rpm.inc");
if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
release = get_kb_item("Host/RedHat/release");
if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora");
os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
os_ver = os_ver[1];
if (! ereg(pattern:"^18([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 18.x", "Fedora " + os_ver);
if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
cpu = get_kb_item("Host/cpu");
if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Fedora", cpu);
flag = 0;
if (rpm_check(release:"FC18", reference:"drupal7-entity-1.2-1.fc18")) flag++;
if (flag)
{
if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
else security_warning(0);
exit(0);
}
else
{
tested = pkg_tests_get();
if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
else audit(AUDIT_PACKAGE_NOT_INSTALLED, "drupal7-entity");
}
{"id": "FEDORA_2013-14930.NASL", "bulletinFamily": "scanner", "title": "Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)", "description": " - Update to upstream 1.2 release for security and bug\n fixes\n\n - Upstream changelog for this release is available at\n https://drupal.org/node/2065197\n\n - SA-CONTRIB-2013-068 https://drupal.org/node/2065207\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.", "published": "2013-09-02T00:00:00", "modified": "2019-11-02T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/69525", "reporter": "This script is Copyright (C) 2013-2018 and is owned by Tenable, Inc. or an Affiliate thereof.", "references": ["http://www.nessus.org/u?e997c895", "https://www.drupal.org/node/2065207", "https://bugzilla.redhat.com/show_bug.cgi?id=997792", "https://www.drupal.org/node/2065197"], "cvelist": [], "type": "nessus", "lastseen": "2019-11-01T02:27:04", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "- Update to upstream 1.2 release for security and bug fixes\n\n - Upstream changelog for this release is available at https://drupal.org/node/2065197\n\n - SA-CONTRIB-2013-068 https://drupal.org/node/2065207\n\nNote that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.", "edition": 1, "enchantments": {}, "hash": "aced1ed66cceb5a9f072bfa985ab2be3441574a37a8e28f8b8b4040dde497048", "hashmap": [{"hash": "1f93278d656663bf70c9dd8a75af2259", "key": "pluginID"}, {"hash": "326722ed3843b4b46ca55644d2a7ee1b", "key": "published"}, {"hash": "8256e1fe4aa472ec1b046dad4a1fd495", "key": "sourceData"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "d3b696ab0ab00dd6646e0c4c7051b301", "key": "href"}, {"hash": "9a00910eeedb8c835c4637a953896665", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "4e1aa3456886bd22a95f48a45f243bae", "key": "description"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "10f3c7a03494e8aa14adec1192345351", "key": "references"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "57f369d9e557632b9db389569d8d107c", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=69525", "id": "FEDORA_2013-14930.NASL", "lastseen": "2016-09-26T17:26:29", "modified": "2015-10-19T00:00:00", "naslFamily": "Fedora Local Security Checks", "objectVersion": "1.2", "pluginID": "69525", "published": "2013-09-02T00:00:00", "references": ["https://drupal.org/node/2065207", "https://drupal.org/node/2065197", "http://www.nessus.org/u?e997c895", "https://bugzilla.redhat.com/show_bug.cgi?id=997792"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2013-14930.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(69525);\n script_version(\"$Revision: 1.5 $\");\n script_cvs_date(\"$Date: 2015/10/19 21:12:41 $\");\n\n script_bugtraq_id(61781);\n script_xref(name:\"FEDORA\", value:\"2013-14930\");\n\n script_name(english:\"Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\" - Update to upstream 1.2 release for security and bug\n fixes\n\n - Upstream changelog for this release is available at\n https://drupal.org/node/2065197\n\n - SA-CONTRIB-2013-068 https://drupal.org/node/2065207\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 script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=997792\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://drupal.org/node/2065197\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://drupal.org/node/2065207\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-September/114989.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e997c895\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected drupal7-entity package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:drupal7-entity\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:18\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/08/17\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/09/02\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2015 Tenable Network Security, Inc.\");\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:\"^18([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 18.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:\"FC18\", reference:\"drupal7-entity-1.2-1.fc18\")) 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, \"drupal7-entity\");\n}\n", "title": "Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)", "type": "nessus", "viewCount": 0}, "differentElements": ["cpe"], "edition": 1, "lastseen": "2016-09-26T17:26:29"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:fedoraproject:fedora:18", "p-cpe:/a:fedoraproject:fedora:drupal7-entity"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": " - Update to upstream 1.2 release for security and bug\n fixes\n\n - Upstream changelog for this release is available at\n https://drupal.org/node/2065197\n\n - SA-CONTRIB-2013-068 https://drupal.org/node/2065207\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": 7, "enchantments": {"dependencies": {"modified": "2019-10-28T20:11:27", "references": []}, "score": {"modified": "2019-10-28T20:11:27", "value": 0.4, "vector": "NONE"}}, "hash": "c43f6c2f2079bdab6d7c69d99903a0b4bca76984727c452e31d4fec98bdd0e60", "hashmap": [{"hash": "1f93278d656663bf70c9dd8a75af2259", "key": "pluginID"}, {"hash": "326722ed3843b4b46ca55644d2a7ee1b", "key": "published"}, {"hash": "fe3045efb291b7ad86c9d8db8d0823d3", "key": "references"}, {"hash": "f56af6b7fb3d4bda4912c944dd4e833b", "key": "reporter"}, {"hash": "db0d4f0e76045d1d7e0496c263ee9b23", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "10548e3d5d16094b08fb05f51c20dda5", "key": "description"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "0bafb6325bcaf483a25404f785191cc5", "key": "modified"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "107281bac0f3a89561d2570d1e01a32d", "key": "href"}, {"hash": "24e48d1b5ccf7dd390a8164798a30eb0", "key": "cpe"}, {"hash": "57f369d9e557632b9db389569d8d107c", "key": "title"}], "history": [], "href": "https://www.tenable.com/plugins/nessus/69525", "id": "FEDORA_2013-14930.NASL", "lastseen": "2019-10-28T20:11:27", "modified": "2019-10-02T00:00:00", "naslFamily": "Fedora Local Security Checks", "objectVersion": "1.3", "pluginID": "69525", "published": "2013-09-02T00:00:00", "references": ["http://www.nessus.org/u?e997c895", "https://www.drupal.org/node/2065207", "https://bugzilla.redhat.com/show_bug.cgi?id=997792", "https://www.drupal.org/node/2065197"], "reporter": "This script is Copyright (C) 2013-2018 and is owned by Tenable, Inc. or an Affiliate thereof.", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2013-14930.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(69525);\n script_version(\"1.7\");\n script_cvs_date(\"Date: 2018/12/24 10:14:27\");\n\n script_bugtraq_id(61781);\n script_xref(name:\"FEDORA\", value:\"2013-14930\");\n\n script_name(english:\"Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\" - Update to upstream 1.2 release for security and bug\n fixes\n\n - Upstream changelog for this release is available at\n https://drupal.org/node/2065197\n\n - SA-CONTRIB-2013-068 https://drupal.org/node/2065207\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 script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=997792\"\n );\n # https://drupal.org/node/2065197\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/node/2065197\"\n );\n # https://drupal.org/node/2065207\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/node/2065207\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-September/114989.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e997c895\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected drupal7-entity package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:drupal7-entity\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:18\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/08/17\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/09/02\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2018 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:\"^18([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 18.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:\"FC18\", reference:\"drupal7-entity-1.2-1.fc18\")) 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, \"drupal7-entity\");\n}\n", "title": "Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)", "type": "nessus", "viewCount": 0}, "differentElements": ["modified"], "edition": 7, "lastseen": "2019-10-28T20:11:27"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:fedoraproject:fedora:18", "p-cpe:/a:fedoraproject:fedora:drupal7-entity"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "- Update to upstream 1.2 release for security and bug fixes\n\n - Upstream changelog for this release is available at https://drupal.org/node/2065197\n\n - SA-CONTRIB-2013-068 https://drupal.org/node/2065207\n\nNote that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.", "edition": 3, "enchantments": {"score": {"value": 2.1, "vector": "NONE"}}, "hash": "928362ebd6b184b422152dde0444f5e613fda0bbfe21baca728d4eb9114c99f8", "hashmap": [{"hash": "1f93278d656663bf70c9dd8a75af2259", "key": "pluginID"}, {"hash": "326722ed3843b4b46ca55644d2a7ee1b", "key": "published"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "d3b696ab0ab00dd6646e0c4c7051b301", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "460b12446c99e9f96de9e7fe92f5d167", "key": "modified"}, {"hash": "4e1aa3456886bd22a95f48a45f243bae", "key": "description"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "10f3c7a03494e8aa14adec1192345351", "key": "references"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "24e48d1b5ccf7dd390a8164798a30eb0", "key": "cpe"}, {"hash": "57f369d9e557632b9db389569d8d107c", "key": "title"}, {"hash": "3d42e872c1b942c9b9031f9f094dd5ce", "key": "sourceData"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=69525", "id": "FEDORA_2013-14930.NASL", "lastseen": "2018-11-29T19:43:41", "modified": "2018-11-28T00:00:00", "naslFamily": "Fedora Local Security Checks", "objectVersion": "1.3", "pluginID": "69525", "published": "2013-09-02T00:00:00", "references": ["https://drupal.org/node/2065207", "https://drupal.org/node/2065197", "http://www.nessus.org/u?e997c895", "https://bugzilla.redhat.com/show_bug.cgi?id=997792"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2013-14930.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(69525);\n script_version(\"1.6\");\n script_cvs_date(\"Date: 2018/11/28 22:47:45\");\n\n script_bugtraq_id(61781);\n script_xref(name:\"FEDORA\", value:\"2013-14930\");\n\n script_name(english:\"Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\" - Update to upstream 1.2 release for security and bug\n fixes\n\n - Upstream changelog for this release is available at\n https://drupal.org/node/2065197\n\n - SA-CONTRIB-2013-068 https://drupal.org/node/2065207\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 script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=997792\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://drupal.org/node/2065197\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://drupal.org/node/2065207\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-September/114989.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e997c895\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected drupal7-entity package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:drupal7-entity\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:18\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/08/17\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/09/02\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2018 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:\"^18([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 18.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:\"FC18\", reference:\"drupal7-entity-1.2-1.fc18\")) 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, \"drupal7-entity\");\n}\n", "title": "Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)", "type": "nessus", "viewCount": 0}, "differentElements": ["references", "modified", "sourceData"], "edition": 3, "lastseen": "2018-11-29T19:43:41"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:fedoraproject:fedora:18", "p-cpe:/a:fedoraproject:fedora:drupal7-entity"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "- Update to upstream 1.2 release for security and bug fixes\n\n - Upstream changelog for this release is available at https://drupal.org/node/2065197\n\n - SA-CONTRIB-2013-068 https://drupal.org/node/2065207\n\nNote that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.", "edition": 6, "enchantments": {"dependencies": {"modified": "2019-02-21T01:19:55", "references": []}, "score": {"modified": "2019-02-21T01:19:55", "value": 0.4, "vector": "NONE"}}, "hash": "ba39c872c909be748f16a1a38479ddb7c9ac419e7930bb98355e4b3390d05ddb", "hashmap": [{"hash": "1f93278d656663bf70c9dd8a75af2259", "key": "pluginID"}, {"hash": "4a6aa59cee913088d05117547f8e824a", "key": "modified"}, {"hash": "326722ed3843b4b46ca55644d2a7ee1b", "key": "published"}, {"hash": "fe3045efb291b7ad86c9d8db8d0823d3", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "d3b696ab0ab00dd6646e0c4c7051b301", "key": "href"}, {"hash": "db0d4f0e76045d1d7e0496c263ee9b23", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "4e1aa3456886bd22a95f48a45f243bae", "key": "description"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "24e48d1b5ccf7dd390a8164798a30eb0", "key": "cpe"}, {"hash": "57f369d9e557632b9db389569d8d107c", "key": "title"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=69525", "id": "FEDORA_2013-14930.NASL", "lastseen": "2019-02-21T01:19:55", "modified": "2018-12-24T00:00:00", "naslFamily": "Fedora Local Security Checks", "objectVersion": "1.3", "pluginID": "69525", "published": "2013-09-02T00:00:00", "references": ["http://www.nessus.org/u?e997c895", "https://www.drupal.org/node/2065207", "https://bugzilla.redhat.com/show_bug.cgi?id=997792", "https://www.drupal.org/node/2065197"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2013-14930.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(69525);\n script_version(\"1.7\");\n script_cvs_date(\"Date: 2018/12/24 10:14:27\");\n\n script_bugtraq_id(61781);\n script_xref(name:\"FEDORA\", value:\"2013-14930\");\n\n script_name(english:\"Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\" - Update to upstream 1.2 release for security and bug\n fixes\n\n - Upstream changelog for this release is available at\n https://drupal.org/node/2065197\n\n - SA-CONTRIB-2013-068 https://drupal.org/node/2065207\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 script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=997792\"\n );\n # https://drupal.org/node/2065197\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/node/2065197\"\n );\n # https://drupal.org/node/2065207\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/node/2065207\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-September/114989.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e997c895\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected drupal7-entity package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:drupal7-entity\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:18\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/08/17\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/09/02\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2018 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:\"^18([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 18.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:\"FC18\", reference:\"drupal7-entity-1.2-1.fc18\")) 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, \"drupal7-entity\");\n}\n", "title": "Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)", "type": "nessus", "viewCount": 0}, "differentElements": ["description", "reporter", "modified", "href"], "edition": 6, "lastseen": "2019-02-21T01:19:55"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:fedoraproject:fedora:18", "p-cpe:/a:fedoraproject:fedora:drupal7-entity"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "- Update to upstream 1.2 release for security and bug fixes\n\n - Upstream changelog for this release is available at https://drupal.org/node/2065197\n\n - SA-CONTRIB-2013-068 https://drupal.org/node/2065207\n\nNote that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.", "edition": 4, "enchantments": {"score": {"value": 2.1, "vector": "NONE"}}, "hash": "ba39c872c909be748f16a1a38479ddb7c9ac419e7930bb98355e4b3390d05ddb", "hashmap": [{"hash": "1f93278d656663bf70c9dd8a75af2259", "key": "pluginID"}, {"hash": "4a6aa59cee913088d05117547f8e824a", "key": "modified"}, {"hash": "326722ed3843b4b46ca55644d2a7ee1b", "key": "published"}, {"hash": "fe3045efb291b7ad86c9d8db8d0823d3", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "d3b696ab0ab00dd6646e0c4c7051b301", "key": "href"}, {"hash": "db0d4f0e76045d1d7e0496c263ee9b23", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "4e1aa3456886bd22a95f48a45f243bae", "key": "description"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "24e48d1b5ccf7dd390a8164798a30eb0", "key": "cpe"}, {"hash": "57f369d9e557632b9db389569d8d107c", "key": "title"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=69525", "id": "FEDORA_2013-14930.NASL", "lastseen": "2018-12-25T02:25:58", "modified": "2018-12-24T00:00:00", "naslFamily": "Fedora Local Security Checks", "objectVersion": "1.3", "pluginID": "69525", "published": "2013-09-02T00:00:00", "references": ["http://www.nessus.org/u?e997c895", "https://www.drupal.org/node/2065207", "https://bugzilla.redhat.com/show_bug.cgi?id=997792", "https://www.drupal.org/node/2065197"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2013-14930.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(69525);\n script_version(\"1.7\");\n script_cvs_date(\"Date: 2018/12/24 10:14:27\");\n\n script_bugtraq_id(61781);\n script_xref(name:\"FEDORA\", value:\"2013-14930\");\n\n script_name(english:\"Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\" - Update to upstream 1.2 release for security and bug\n fixes\n\n - Upstream changelog for this release is available at\n https://drupal.org/node/2065197\n\n - SA-CONTRIB-2013-068 https://drupal.org/node/2065207\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 script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=997792\"\n );\n # https://drupal.org/node/2065197\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/node/2065197\"\n );\n # https://drupal.org/node/2065207\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/node/2065207\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-September/114989.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e997c895\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected drupal7-entity package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:drupal7-entity\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:18\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/08/17\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/09/02\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2018 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:\"^18([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 18.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:\"FC18\", reference:\"drupal7-entity-1.2-1.fc18\")) 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, \"drupal7-entity\");\n}\n", "title": "Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 4, "lastseen": "2018-12-25T02:25:58"}], "edition": 8, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "24e48d1b5ccf7dd390a8164798a30eb0"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "10548e3d5d16094b08fb05f51c20dda5"}, {"key": "href", "hash": "107281bac0f3a89561d2570d1e01a32d"}, {"key": "modified", "hash": "abcf9266f425f12dda38f529cd4a94bc"}, {"key": "naslFamily", "hash": "be931514784f88df80712740ad2723e7"}, {"key": "pluginID", "hash": "1f93278d656663bf70c9dd8a75af2259"}, {"key": "published", "hash": "326722ed3843b4b46ca55644d2a7ee1b"}, {"key": "references", "hash": "fe3045efb291b7ad86c9d8db8d0823d3"}, {"key": "reporter", "hash": "f56af6b7fb3d4bda4912c944dd4e833b"}, {"key": "sourceData", "hash": "db0d4f0e76045d1d7e0496c263ee9b23"}, {"key": "title", "hash": "57f369d9e557632b9db389569d8d107c"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "0e6d6172c3eef3102dea1b97cc0160ab75bf0f728b22eb44d9aefe602e5a7851", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-11-01T02:27:04"}, "score": {"value": 0.4, "vector": "NONE", "modified": "2019-11-01T02:27:04"}, "vulnersScore": 0.4}, "objectVersion": "1.3", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2013-14930.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(69525);\n script_version(\"1.7\");\n script_cvs_date(\"Date: 2018/12/24 10:14:27\");\n\n script_bugtraq_id(61781);\n script_xref(name:\"FEDORA\", value:\"2013-14930\");\n\n script_name(english:\"Fedora 18 : drupal7-entity-1.2-1.fc18 (2013-14930)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\" - Update to upstream 1.2 release for security and bug\n fixes\n\n - Upstream changelog for this release is available at\n https://drupal.org/node/2065197\n\n - SA-CONTRIB-2013-068 https://drupal.org/node/2065207\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 script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=997792\"\n );\n # https://drupal.org/node/2065197\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/node/2065197\"\n );\n # https://drupal.org/node/2065207\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/node/2065207\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-September/114989.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e997c895\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected drupal7-entity package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:drupal7-entity\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:18\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/08/17\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/09/02\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2018 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:\"^18([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 18.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:\"FC18\", reference:\"drupal7-entity-1.2-1.fc18\")) 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, \"drupal7-entity\");\n}\n", "naslFamily": "Fedora Local Security Checks", "pluginID": "69525", "cpe": ["cpe:/o:fedoraproject:fedora:18", "p-cpe:/a:fedoraproject:fedora:drupal7-entity"], "scheme": null}