ID FEDORA_2017-307DCF0411.NASL Type nessus Reporter This script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof. Modified 2019-12-02T00:00:00
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora update system website.
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 FEDORA-2017-307dcf0411.
#
include("compat.inc");
if (description)
{
script_id(97164);
script_version("3.2");
script_cvs_date("Date: 2019/09/24 14:09:06");
script_xref(name:"FEDORA", value:"2017-307dcf0411");
script_name(english:"Fedora 25 : drupal7-title (2017-307dcf0411)");
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:
"-
[7.x-1.0-alpha9](https://www.drupal.org/project/title/re
leases/7.x-1.0-alpha9)
-
[7.x-1.0-alpha8](https://www.drupal.org/project/title/re
leases/7.x-1.0-alpha8)
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora update system website.
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://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411"
);
script_set_attribute(
attribute:"see_also",
value:"https://www.drupal.org/project/title/releases/7.x-1.0-alpha8"
);
script_set_attribute(
attribute:"solution",
value:"Update the affected drupal7-title package."
);
script_set_attribute(attribute:"risk_factor", value:"High");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:drupal7-title");
script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:25");
script_set_attribute(attribute:"vuln_publication_date", value:"2017/02/11");
script_set_attribute(attribute:"patch_publication_date", value:"2017/02/11");
script_set_attribute(attribute:"plugin_publication_date", value:"2017/02/15");
script_set_attribute(attribute:"generated_plugin", value:"current");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2017-2019 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 = pregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
os_ver = os_ver[1];
if (! preg(pattern:"^25([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 25", "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:"FC25", reference:"drupal7-title-1.0-0.7.alpha9.fc25")) flag++;
if (flag)
{
security_report_v4(
port : 0,
severity : SECURITY_HOLE,
extra : rpm_report_get()
);
exit(0);
}
else
{
tested = pkg_tests_get();
if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
else audit(AUDIT_PACKAGE_NOT_INSTALLED, "drupal7-title");
}
{"id": "FEDORA_2017-307DCF0411.NASL", "bulletinFamily": "scanner", "title": "Fedora 25 : drupal7-title (2017-307dcf0411)", "description": "-\n [7.x-1.0-alpha9](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha9)\n\n -\n [7.x-1.0-alpha8](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha8)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora update system website.\nTenable has attempted to automatically clean and format it as much as\npossible without introducing additional issues.", "published": "2017-02-15T00:00:00", "modified": "2019-12-02T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/97164", "reporter": "This script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof.", "references": ["https://www.drupal.org/project/title/releases/7.x-1.0-alpha8", "https://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411"], "cvelist": [], "type": "nessus", "lastseen": "2019-12-13T07:04:57", "history": [{"lastseen": "2019-01-16T20:26:09", "edition": 3, "differentElements": ["description"], "bulletin": {"lastseen": "2019-01-16T20:26:09", "references": ["https://www.drupal.org/project/title/releases/7.x-1.0-alpha8", "https://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411"], "pluginID": "97164", "description": "-\n [7.x-1.0-alpha9](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha9)\n\n -\n [7.x-1.0-alpha8](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha8)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora update system website.\nTenable has attempted to automatically clean and format it as much as\npossible without introducing additional issues.", "edition": 3, "reporter": "Tenable", "history": [], "published": "2017-02-15T00:00:00", "enchantments": {"score": {"vector": "NONE", "value": 2.1}, "dependencies": {"references": [], "modified": "2019-01-16T20:26:09"}}, "title": "Fedora 25 : drupal7-title (2017-307dcf0411)", "type": "nessus", "objectVersion": "1.3", "naslFamily": "Fedora Local Security Checks", "bulletinFamily": "scanner", "cvelist": [], "cpe": ["cpe:/o:fedoraproject:fedora:25", "p-cpe:/a:fedoraproject:fedora:drupal7-title"], "modified": "2017-02-15T00:00:00", "href": "https://www.tenable.com/plugins/index.php?view=single&id=97164", "id": "FEDORA_2017-307DCF0411.NASL", "viewCount": 1, "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 FEDORA-2017-307dcf0411.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(97164);\n script_version(\"$Revision: 3.1 $\");\n script_cvs_date(\"$Date: 2017/02/15 14:34:00 $\");\n\n script_xref(name:\"FEDORA\", value:\"2017-307dcf0411\");\n\n script_name(english:\"Fedora 25 : drupal7-title (2017-307dcf0411)\");\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\"-\n [7.x-1.0-alpha9](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha9)\n\n -\n [7.x-1.0-alpha8](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha8)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora update system website.\nTenable has attempted to automatically clean and format it as much as\npossible without introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/project/title/releases/7.x-1.0-alpha8\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected drupal7-title package.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:drupal7-title\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:25\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2017/02/11\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2017/02/15\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2017 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\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:\"^25([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 25\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\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\n\nflag = 0;\nif (rpm_check(release:\"FC25\", reference:\"drupal7-title-1.0-0.7.alpha9.fc25\")) flag++;\n\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : rpm_report_get()\n );\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-title\");\n}\n", "cvss": {"score": 0.0, "vector": "NONE"}, "hashmap": [{"hash": "4b65a93fbe2a03eee73157263acd030f", "key": "description"}, {"hash": "f889fb1a3185ffbb3f75889c8c37150b", "key": "pluginID"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "0054c75f3e7ca5185c4c63b4e136583f", "key": "title"}, {"hash": "545f984447b0d111b54f161989443fcc", "key": "references"}, {"hash": "f428f7dd25b41779cd710d7f5587a42a", "key": "href"}, {"hash": "544d15a182506a20f7b5c336c768a790", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "f6c80c005a3bae4ba1de3b279887207c", "key": "sourceData"}, {"hash": "9eccc0c4a12a70101f0e89a7e02eaaf9", "key": "cpe"}, {"hash": "544d15a182506a20f7b5c336c768a790", "key": "published"}], "hash": "2309f11ab6153e23712fb3317cd362379b2684e7785ff288a1ca012af7302e74"}}, {"lastseen": "2019-11-01T02:27:53", "edition": 6, "differentElements": ["modified"], "bulletin": {"lastseen": "2019-11-01T02:27:53", "references": ["https://www.drupal.org/project/title/releases/7.x-1.0-alpha8", "https://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411"], "pluginID": "97164", "description": "-\n [7.x-1.0-alpha9](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha9)\n\n -\n [7.x-1.0-alpha8](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha8)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora update system website.\nTenable has attempted to automatically clean and format it as much as\npossible without introducing additional issues.", "edition": 6, "reporter": "This script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof.", "history": [], "published": "2017-02-15T00:00:00", "enchantments": {"score": {"modified": "2019-11-01T02:27:53", "vector": "NONE", "value": -0.1}, "dependencies": {"references": [], "modified": "2019-11-01T02:27:53"}}, "title": "Fedora 25 : drupal7-title (2017-307dcf0411)", "type": "nessus", "objectVersion": "1.3", "naslFamily": "Fedora Local Security Checks", "bulletinFamily": "scanner", "cvelist": [], "cpe": ["cpe:/o:fedoraproject:fedora:25", "p-cpe:/a:fedoraproject:fedora:drupal7-title"], "modified": "2019-11-02T00:00:00", "href": "https://www.tenable.com/plugins/nessus/97164", "id": "FEDORA_2017-307DCF0411.NASL", "viewCount": 1, "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 FEDORA-2017-307dcf0411.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(97164);\n script_version(\"3.2\");\n script_cvs_date(\"Date: 2019/09/24 14:09:06\");\n\n script_xref(name:\"FEDORA\", value:\"2017-307dcf0411\");\n\n script_name(english:\"Fedora 25 : drupal7-title (2017-307dcf0411)\");\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\"-\n [7.x-1.0-alpha9](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha9)\n\n -\n [7.x-1.0-alpha8](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha8)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora update system website.\nTenable has attempted to automatically clean and format it as much as\npossible without introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/project/title/releases/7.x-1.0-alpha8\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected drupal7-title package.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:drupal7-title\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:25\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2017/02/11\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2017/02/11\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2017/02/15\");\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) 2017-2019 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\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 = pregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^25([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 25\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\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\n\nflag = 0;\nif (rpm_check(release:\"FC25\", reference:\"drupal7-title-1.0-0.7.alpha9.fc25\")) flag++;\n\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : rpm_report_get()\n );\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-title\");\n}\n", "cvss": {"score": 0.0, "vector": "NONE"}, "hashmap": [{"hash": "c67528ac59e967225dc8f1a8677bec9b", "key": "href"}, {"hash": "4b65a93fbe2a03eee73157263acd030f", "key": "description"}, {"hash": "abcf9266f425f12dda38f529cd4a94bc", "key": "modified"}, {"hash": "f889fb1a3185ffbb3f75889c8c37150b", "key": "pluginID"}, {"hash": "242645d9d5e13438e87b93ab155d704d", "key": "reporter"}, {"hash": "0054c75f3e7ca5185c4c63b4e136583f", "key": "title"}, {"hash": "545f984447b0d111b54f161989443fcc", "key": "references"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "b8447625d4542ad9282485e4a8b53645", "key": "sourceData"}, {"hash": "9eccc0c4a12a70101f0e89a7e02eaaf9", "key": "cpe"}, {"hash": "544d15a182506a20f7b5c336c768a790", "key": "published"}], "hash": "6c51f267389854af43490d8b3381bc58a5a825c93fd77aeb451f0dba14155e80"}}, {"lastseen": "2019-10-28T20:12:13", "edition": 5, "differentElements": ["modified"], "bulletin": {"lastseen": "2019-10-28T20:12:13", "references": ["https://www.drupal.org/project/title/releases/7.x-1.0-alpha8", "https://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411"], "pluginID": "97164", "description": "-\n [7.x-1.0-alpha9](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha9)\n\n -\n [7.x-1.0-alpha8](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha8)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora update system website.\nTenable has attempted to automatically clean and format it as much as\npossible without introducing additional issues.", "edition": 5, "reporter": "This script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof.", "history": [], "published": "2017-02-15T00:00:00", "enchantments": {"score": {"modified": "2019-10-28T20:12:13", "vector": "NONE", "value": -0.1}, "dependencies": {"references": [], "modified": "2019-10-28T20:12:13"}}, "title": "Fedora 25 : drupal7-title (2017-307dcf0411)", "type": "nessus", "objectVersion": "1.3", "naslFamily": "Fedora Local Security Checks", "bulletinFamily": "scanner", "cvelist": [], "cpe": ["cpe:/o:fedoraproject:fedora:25", "p-cpe:/a:fedoraproject:fedora:drupal7-title"], "modified": "2019-10-02T00:00:00", "href": "https://www.tenable.com/plugins/nessus/97164", "id": "FEDORA_2017-307DCF0411.NASL", "viewCount": 1, "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 FEDORA-2017-307dcf0411.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(97164);\n script_version(\"3.2\");\n script_cvs_date(\"Date: 2019/09/24 14:09:06\");\n\n script_xref(name:\"FEDORA\", value:\"2017-307dcf0411\");\n\n script_name(english:\"Fedora 25 : drupal7-title (2017-307dcf0411)\");\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\"-\n [7.x-1.0-alpha9](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha9)\n\n -\n [7.x-1.0-alpha8](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha8)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora update system website.\nTenable has attempted to automatically clean and format it as much as\npossible without introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/project/title/releases/7.x-1.0-alpha8\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected drupal7-title package.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:drupal7-title\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:25\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2017/02/11\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2017/02/11\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2017/02/15\");\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) 2017-2019 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\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 = pregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^25([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 25\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\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\n\nflag = 0;\nif (rpm_check(release:\"FC25\", reference:\"drupal7-title-1.0-0.7.alpha9.fc25\")) flag++;\n\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : rpm_report_get()\n );\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-title\");\n}\n", "cvss": {"score": 0.0, "vector": "NONE"}, "hashmap": [{"hash": "c67528ac59e967225dc8f1a8677bec9b", "key": "href"}, {"hash": "4b65a93fbe2a03eee73157263acd030f", "key": "description"}, {"hash": "f889fb1a3185ffbb3f75889c8c37150b", "key": "pluginID"}, {"hash": "242645d9d5e13438e87b93ab155d704d", "key": "reporter"}, {"hash": "0054c75f3e7ca5185c4c63b4e136583f", "key": "title"}, {"hash": "545f984447b0d111b54f161989443fcc", "key": "references"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "0bafb6325bcaf483a25404f785191cc5", "key": "modified"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "b8447625d4542ad9282485e4a8b53645", "key": "sourceData"}, {"hash": "9eccc0c4a12a70101f0e89a7e02eaaf9", "key": "cpe"}, {"hash": "544d15a182506a20f7b5c336c768a790", "key": "published"}], "hash": "9072bbfd0f32e476d36787572c3550091b049ebf9f184c659f640fa5cbd0a632"}}, {"lastseen": "2019-02-21T01:29:26", "edition": 4, "differentElements": ["description", "reporter", "modified", "sourceData", "href"], "bulletin": {"lastseen": "2019-02-21T01:29:26", "references": ["https://www.drupal.org/project/title/releases/7.x-1.0-alpha8", "https://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411"], "pluginID": "97164", "description": "- [7.x-1.0-alpha9](https://www.drupal.org/project/title/re leases/7.x-1.0-alpha9)\n\n - [7.x-1.0-alpha8](https://www.drupal.org/project/title/re leases/7.x-1.0-alpha8)\n\nNote that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website.\nTenable has attempted to automatically clean and format it as much as possible without introducing additional issues.", "edition": 4, "reporter": "Tenable", "history": [], "published": "2017-02-15T00:00:00", "enchantments": {"score": {"modified": "2019-02-21T01:29:26", "vector": "NONE", "value": 0.2}, "dependencies": {"references": [], "modified": "2019-02-21T01:29:26"}}, "title": "Fedora 25 : drupal7-title (2017-307dcf0411)", "type": "nessus", "objectVersion": "1.3", "naslFamily": "Fedora Local Security Checks", "bulletinFamily": "scanner", "cvelist": [], "cpe": ["cpe:/o:fedoraproject:fedora:25", "p-cpe:/a:fedoraproject:fedora:drupal7-title"], "modified": "2017-02-15T00:00:00", "href": "https://www.tenable.com/plugins/index.php?view=single&id=97164", "id": "FEDORA_2017-307DCF0411.NASL", "viewCount": 1, "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 FEDORA-2017-307dcf0411.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(97164);\n script_version(\"$Revision: 3.1 $\");\n script_cvs_date(\"$Date: 2017/02/15 14:34:00 $\");\n\n script_xref(name:\"FEDORA\", value:\"2017-307dcf0411\");\n\n script_name(english:\"Fedora 25 : drupal7-title (2017-307dcf0411)\");\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\"-\n [7.x-1.0-alpha9](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha9)\n\n -\n [7.x-1.0-alpha8](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha8)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora update system website.\nTenable has attempted to automatically clean and format it as much as\npossible without introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/project/title/releases/7.x-1.0-alpha8\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected drupal7-title package.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:drupal7-title\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:25\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2017/02/11\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2017/02/15\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2017 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\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:\"^25([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 25\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\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\n\nflag = 0;\nif (rpm_check(release:\"FC25\", reference:\"drupal7-title-1.0-0.7.alpha9.fc25\")) flag++;\n\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : rpm_report_get()\n );\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-title\");\n}\n", "cvss": {"score": 0.0, "vector": "NONE"}, "hashmap": [{"hash": "f889fb1a3185ffbb3f75889c8c37150b", "key": "pluginID"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "0054c75f3e7ca5185c4c63b4e136583f", "key": "title"}, {"hash": "545f984447b0d111b54f161989443fcc", "key": "references"}, {"hash": "f428f7dd25b41779cd710d7f5587a42a", "key": "href"}, {"hash": "544d15a182506a20f7b5c336c768a790", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "f6c80c005a3bae4ba1de3b279887207c", "key": "sourceData"}, {"hash": "9eccc0c4a12a70101f0e89a7e02eaaf9", "key": "cpe"}, {"hash": "544d15a182506a20f7b5c336c768a790", "key": "published"}, {"hash": "0fce0f6b8fb096ea993eadb40dbe639d", "key": "description"}], "hash": "1c74b02b348e62343bf3d9e7554908cc232edfd43fee5d34376226c6d038a4ca"}}, {"lastseen": "2017-02-17T01:03:49", "edition": 1, "differentElements": ["cpe"], "bulletin": {"lastseen": "2017-02-17T01:03:49", "references": ["https://www.drupal.org/project/title/releases/7.x-1.0-alpha8", "https://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411"], "pluginID": "97164", "description": "- [7.x-1.0-alpha9](https://www.drupal.org/project/title/re leases/7.x-1.0-alpha9)\n\n - [7.x-1.0-alpha8](https://www.drupal.org/project/title/re leases/7.x-1.0-alpha8)\n\nNote that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website.\nTenable has attempted to automatically clean and format it as much as possible without introducing additional issues.", "edition": 1, "reporter": "Tenable", "history": [], "published": "2017-02-15T00:00:00", "enchantments": {}, "title": "Fedora 25 : drupal7-title (2017-307dcf0411)", "type": "nessus", "objectVersion": "1.2", "naslFamily": "Fedora Local Security Checks", "bulletinFamily": "scanner", "cvelist": [], "cpe": [], "modified": "2017-02-15T00:00:00", "href": "https://www.tenable.com/plugins/index.php?view=single&id=97164", "id": "FEDORA_2017-307DCF0411.NASL", "viewCount": 1, "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 FEDORA-2017-307dcf0411.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(97164);\n script_version(\"$Revision: 3.1 $\");\n script_cvs_date(\"$Date: 2017/02/15 14:34:00 $\");\n\n script_xref(name:\"FEDORA\", value:\"2017-307dcf0411\");\n\n script_name(english:\"Fedora 25 : drupal7-title (2017-307dcf0411)\");\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\"-\n [7.x-1.0-alpha9](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha9)\n\n -\n [7.x-1.0-alpha8](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha8)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora update system website.\nTenable has attempted to automatically clean and format it as much as\npossible without introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/project/title/releases/7.x-1.0-alpha8\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected drupal7-title package.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:drupal7-title\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:25\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2017/02/11\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2017/02/15\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2017 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\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:\"^25([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 25\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\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\n\nflag = 0;\nif (rpm_check(release:\"FC25\", reference:\"drupal7-title-1.0-0.7.alpha9.fc25\")) flag++;\n\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : rpm_report_get()\n );\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-title\");\n}\n", "cvss": {"score": 0.0, "vector": "NONE"}, "hashmap": [{"hash": "f889fb1a3185ffbb3f75889c8c37150b", "key": "pluginID"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "0054c75f3e7ca5185c4c63b4e136583f", "key": "title"}, {"hash": "545f984447b0d111b54f161989443fcc", "key": "references"}, {"hash": "f428f7dd25b41779cd710d7f5587a42a", "key": "href"}, {"hash": "544d15a182506a20f7b5c336c768a790", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "f6c80c005a3bae4ba1de3b279887207c", "key": "sourceData"}, {"hash": "544d15a182506a20f7b5c336c768a790", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "0fce0f6b8fb096ea993eadb40dbe639d", "key": "description"}], "hash": "82227b5ad8825da423a1323269337e2040ddea3c869056bb2a8d4258044c2800"}}], "edition": 7, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "9eccc0c4a12a70101f0e89a7e02eaaf9"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "4b65a93fbe2a03eee73157263acd030f"}, {"key": "href", "hash": "c67528ac59e967225dc8f1a8677bec9b"}, {"key": "modified", "hash": "5a7504dfe859a7ccbaf560628f6442ad"}, {"key": "naslFamily", "hash": "be931514784f88df80712740ad2723e7"}, {"key": "pluginID", "hash": "f889fb1a3185ffbb3f75889c8c37150b"}, {"key": "published", "hash": "544d15a182506a20f7b5c336c768a790"}, {"key": "references", "hash": "545f984447b0d111b54f161989443fcc"}, {"key": "reporter", "hash": "242645d9d5e13438e87b93ab155d704d"}, {"key": "sourceData", "hash": "b8447625d4542ad9282485e4a8b53645"}, {"key": "title", "hash": "0054c75f3e7ca5185c4c63b4e136583f"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "f151415a74eddc9fa929c4f0db8d29ee2b32a3fde748fac63da0c1e790e8b07f", "viewCount": 1, "enchantments": {"dependencies": {"references": [], "modified": "2019-11-01T02:27:53"}, "score": {"value": -0.1, "vector": "NONE", "modified": "2019-11-01T02:27:53"}, "vulnersScore": -0.1}, "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 FEDORA-2017-307dcf0411.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(97164);\n script_version(\"3.2\");\n script_cvs_date(\"Date: 2019/09/24 14:09:06\");\n\n script_xref(name:\"FEDORA\", value:\"2017-307dcf0411\");\n\n script_name(english:\"Fedora 25 : drupal7-title (2017-307dcf0411)\");\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\"-\n [7.x-1.0-alpha9](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha9)\n\n -\n [7.x-1.0-alpha8](https://www.drupal.org/project/title/re\n leases/7.x-1.0-alpha8)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora update system website.\nTenable has attempted to automatically clean and format it as much as\npossible without introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bodhi.fedoraproject.org/updates/FEDORA-2017-307dcf0411\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.drupal.org/project/title/releases/7.x-1.0-alpha8\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected drupal7-title package.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:drupal7-title\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:25\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2017/02/11\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2017/02/11\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2017/02/15\");\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) 2017-2019 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\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 = pregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^25([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 25\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\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\n\nflag = 0;\nif (rpm_check(release:\"FC25\", reference:\"drupal7-title-1.0-0.7.alpha9.fc25\")) flag++;\n\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : rpm_report_get()\n );\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-title\");\n}\n", "naslFamily": "Fedora Local Security Checks", "pluginID": "97164", "cpe": ["cpe:/o:fedoraproject:fedora:25", "p-cpe:/a:fedoraproject:fedora:drupal7-title"], "scheme": null}