ID DEBIAN_DLA-1515.NASL Type nessus Reporter This script is Copyright (C) 2018-2021 and is owned by Tenable, Inc. or an Affiliate thereof. Modified 2018-09-24T00:00:00
Description
Luis Merino, Markus Vervier and Eric Sesterhenn discovered that
missing input sanitising in the Hylafax fax software could potentially
result in the execution of arbitrary code via a malformed fax message.
For Debian 8 'Jessie', this problem has been fixed in version
3:6.0.6-6+deb8u1.
We recommend that you upgrade your hylafax packages.
NOTE: Tenable Network Security has extracted the preceding description
block directly from the DLA security advisory. Tenable has attempted
to automatically clean and format it as much as possible without
introducing additional issues.
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from Debian Security Advisory DLA-1515-1. The text
# itself is copyright (C) Software in the Public Interest, Inc.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(117642);
script_version("1.4");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/11");
script_cve_id("CVE-2018-17141");
script_name(english:"Debian DLA-1515-1 : hylafax security update");
script_summary(english:"Checks dpkg output for the updated packages.");
script_set_attribute(
attribute:"synopsis",
value:"The remote Debian host is missing a security update."
);
script_set_attribute(
attribute:"description",
value:
"Luis Merino, Markus Vervier and Eric Sesterhenn discovered that
missing input sanitising in the Hylafax fax software could potentially
result in the execution of arbitrary code via a malformed fax message.
For Debian 8 'Jessie', this problem has been fixed in version
3:6.0.6-6+deb8u1.
We recommend that you upgrade your hylafax packages.
NOTE: Tenable Network Security has extracted the preceding description
block directly from the DLA 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://lists.debian.org/debian-lts-announce/2018/09/msg00026.html"
);
script_set_attribute(
attribute:"see_also",
value:"https://packages.debian.org/source/jessie/hylafax"
);
script_set_attribute(attribute:"solution", value:"Upgrade the affected packages.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:hylafax-client");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:hylafax-client-dbg");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:hylafax-server");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:hylafax-server-dbg");
script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:8.0");
script_set_attribute(attribute:"patch_publication_date", value:"2018/09/22");
script_set_attribute(attribute:"plugin_publication_date", value:"2018/09/24");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2018-2021 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_family(english:"Debian Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/Debian/release", "Host/Debian/dpkg-l");
exit(0);
}
include("audit.inc");
include("debian_package.inc");
if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
if (!get_kb_item("Host/Debian/release")) audit(AUDIT_OS_NOT, "Debian");
if (!get_kb_item("Host/Debian/dpkg-l")) audit(AUDIT_PACKAGE_LIST_MISSING);
flag = 0;
if (deb_check(release:"8.0", prefix:"hylafax-client", reference:"3:6.0.6-6+deb8u1")) flag++;
if (deb_check(release:"8.0", prefix:"hylafax-client-dbg", reference:"3:6.0.6-6+deb8u1")) flag++;
if (deb_check(release:"8.0", prefix:"hylafax-server", reference:"3:6.0.6-6+deb8u1")) flag++;
if (deb_check(release:"8.0", prefix:"hylafax-server-dbg", reference:"3:6.0.6-6+deb8u1")) flag++;
if (flag)
{
if (report_verbosity > 0) security_hole(port:0, extra:deb_report_get());
else security_hole(0);
exit(0);
}
else audit(AUDIT_HOST_NOT, "affected");
{"id": "DEBIAN_DLA-1515.NASL", "bulletinFamily": "scanner", "title": "Debian DLA-1515-1 : hylafax security update", "description": "Luis Merino, Markus Vervier and Eric Sesterhenn discovered that\nmissing input sanitising in the Hylafax fax software could potentially\nresult in the execution of arbitrary code via a malformed fax message.\n\nFor Debian 8 'Jessie', this problem has been fixed in version\n3:6.0.6-6+deb8u1.\n\nWe recommend that you upgrade your hylafax packages.\n\nNOTE: Tenable Network Security has extracted the preceding description\nblock directly from the DLA security advisory. Tenable has attempted\nto automatically clean and format it as much as possible without\nintroducing additional issues.", "published": "2018-09-24T00:00:00", "modified": "2018-09-24T00:00:00", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}, "href": "https://www.tenable.com/plugins/nessus/117642", "reporter": "This script is Copyright (C) 2018-2021 and is owned by Tenable, Inc. or an Affiliate thereof.", "references": ["https://lists.debian.org/debian-lts-announce/2018/09/msg00026.html", "https://packages.debian.org/source/jessie/hylafax"], "cvelist": ["CVE-2018-17141"], "type": "nessus", "lastseen": "2021-01-12T09:39:52", "edition": 20, "viewCount": 6, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2018-17141"]}, {"type": "nessus", "idList": ["FEDORA_2018-37A27807E0.NASL", "FREEBSD_PKG_3DF5A9206EDC11E9A44B0050562A4D7B.NASL", "FEDORA_2018-11B966722A.NASL", "OPENSUSE-2018-1027.NASL", "OPENSUSE-2019-711.NASL", "DEBIAN_DSA-4298.NASL", "FEDORA_2018-B21354B100.NASL"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562310875115", "OPENVAS:1361412562310891515", "OPENVAS:1361412562310851901", "OPENVAS:1361412562310875110", "OPENVAS:1361412562310704298"]}, {"type": "zdt", "idList": ["1337DAY-ID-31141"]}, {"type": "suse", "idList": ["OPENSUSE-SU-2018:2797-1", "OPENSUSE-SU-2018:2797-2"]}, {"type": "debian", "idList": ["DEBIAN:DLA-1515-1:AB5C9", "DEBIAN:DSA-4298-1:91B71"]}, {"type": "freebsd", "idList": ["3DF5A920-6EDC-11E9-A44B-0050562A4D7B"]}], "modified": "2021-01-12T09:39:52", "rev": 2}, "score": {"value": 6.5, "vector": "NONE", "modified": "2021-01-12T09:39:52", "rev": 2}, "vulnersScore": 6.5}, "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from Debian Security Advisory DLA-1515-1. The text\n# itself is copyright (C) Software in the Public Interest, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(117642);\n script_version(\"1.4\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2018-17141\");\n\n script_name(english:\"Debian DLA-1515-1 : hylafax security update\");\n script_summary(english:\"Checks dpkg output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Debian host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Luis Merino, Markus Vervier and Eric Sesterhenn discovered that\nmissing input sanitising in the Hylafax fax software could potentially\nresult in the execution of arbitrary code via a malformed fax message.\n\nFor Debian 8 'Jessie', this problem has been fixed in version\n3:6.0.6-6+deb8u1.\n\nWe recommend that you upgrade your hylafax packages.\n\nNOTE: Tenable Network Security has extracted the preceding description\nblock directly from the DLA security advisory. Tenable has attempted\nto automatically clean and format it as much as possible without\nintroducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://lists.debian.org/debian-lts-announce/2018/09/msg00026.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://packages.debian.org/source/jessie/hylafax\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Upgrade the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:hylafax-client\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:hylafax-client-dbg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:hylafax-server\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:hylafax-server-dbg\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:debian:debian_linux:8.0\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/09/22\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/09/24\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Debian Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/Debian/release\", \"Host/Debian/dpkg-l\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"debian_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/Debian/release\")) audit(AUDIT_OS_NOT, \"Debian\");\nif (!get_kb_item(\"Host/Debian/dpkg-l\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\nif (deb_check(release:\"8.0\", prefix:\"hylafax-client\", reference:\"3:6.0.6-6+deb8u1\")) flag++;\nif (deb_check(release:\"8.0\", prefix:\"hylafax-client-dbg\", reference:\"3:6.0.6-6+deb8u1\")) flag++;\nif (deb_check(release:\"8.0\", prefix:\"hylafax-server\", reference:\"3:6.0.6-6+deb8u1\")) flag++;\nif (deb_check(release:\"8.0\", prefix:\"hylafax-server-dbg\", reference:\"3:6.0.6-6+deb8u1\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:deb_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "naslFamily": "Debian Local Security Checks", "pluginID": "117642", "cpe": ["p-cpe:/a:debian:debian_linux:hylafax-client", "cpe:/o:debian:debian_linux:8.0", "p-cpe:/a:debian:debian_linux:hylafax-client-dbg", "p-cpe:/a:debian:debian_linux:hylafax-server", "p-cpe:/a:debian:debian_linux:hylafax-server-dbg"], "scheme": null, "cvss3": {"score": 9.8, "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}}
{"cve": [{"lastseen": "2020-10-03T13:20:16", "description": "HylaFAX 6.0.6 and HylaFAX+ 5.6.0 allow remote attackers to execute arbitrary code via a dial-in session that provides a FAX page with the JPEG bit enabled, which is mishandled in FaxModem::writeECMData() in the faxd/CopyQuality.c++ file.", "edition": 4, "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "baseScore": 9.8, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "userInteraction": "NONE", "version": "3.0"}, "impactScore": 5.9}, "published": "2018-09-21T17:29:00", "title": "CVE-2018-17141", "type": "cve", "cwe": ["CWE-824", "CWE-787"], "bulletinFamily": "NVD", "cvss2": {"severity": "HIGH", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 7.5, "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 6.4, "obtainUserPrivilege": false}, "cvelist": ["CVE-2018-17141"], "modified": "2020-08-24T17:37:00", "cpe": ["cpe:/o:debian:debian_linux:8.0", "cpe:/a:hylafax:hylafax:6.0.6", "cpe:/a:hylafax:hylafax\\+:5.6.0", "cpe:/o:debian:debian_linux:9.0"], "id": "CVE-2018-17141", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-17141", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}, "cpe23": ["cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "cpe:2.3:a:hylafax:hylafax\\+:5.6.0:*:*:*:*:*:*:*", "cpe:2.3:a:hylafax:hylafax:6.0.6:*:*:*:*:*:*:*"]}], "openvas": [{"lastseen": "2019-05-29T18:32:57", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-17141"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2018-09-28T00:00:00", "id": "OPENVAS:1361412562310875110", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310875110", "type": "openvas", "title": "Fedora Update for hylafax+ FEDORA-2018-37a27807e0", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_fedora_2018_37a27807e0_hylafax+_fc28.nasl 14223 2019-03-15 13:49:35Z cfischer $\n#\n# Fedora Update for hylafax+ FEDORA-2018-37a27807e0\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2018 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\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.875110\");\n script_version(\"$Revision: 14223 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-15 14:49:35 +0100 (Fri, 15 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2018-09-28 13:35:07 +0200 (Fri, 28 Sep 2018)\");\n script_cve_id(\"CVE-2018-17141\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_name(\"Fedora Update for hylafax+ FEDORA-2018-37a27807e0\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'hylafax+'\n package(s) announced via the referenced advisory.\");\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present\n on the target host.\");\n script_tag(name:\"affected\", value:\"hylafax+ on Fedora 28\");\n script_tag(name:\"solution\", value:\"Please install the updated packages.\");\n\n script_xref(name:\"FEDORA\", value:\"2018-37a27807e0\");\n script_xref(name:\"URL\", value:\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VYATJIQFXEREK2T4HRZFUYZM7FNYKYNG\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2018 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\", re:\"ssh/login/release=FC28\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"FC28\")\n{\n\n if ((res = isrpmvuln(pkg:\"hylafax+\", rpm:\"hylafax+~5.6.1~1.fc28\", rls:\"FC28\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-01-31T17:33:53", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-17141"], "description": "The remote host is missing an update for the ", "modified": "2020-01-31T00:00:00", "published": "2018-09-22T00:00:00", "id": "OPENVAS:1361412562310851901", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310851901", "type": "openvas", "title": "openSUSE: Security Advisory for hylafax+ (openSUSE-SU-2018:2797-1)", "sourceData": "# Copyright (C) 2018 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) of their respective author(s)\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\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\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.851901\");\n script_version(\"2020-01-31T08:23:39+0000\");\n script_tag(name:\"last_modification\", value:\"2020-01-31 08:23:39 +0000 (Fri, 31 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2018-09-22 07:44:07 +0200 (Sat, 22 Sep 2018)\");\n script_cve_id(\"CVE-2018-17141\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_name(\"openSUSE: Security Advisory for hylafax+ (openSUSE-SU-2018:2797-1)\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'hylafax+'\n package(s) announced via the referenced advisory.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable package version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"This update for hylafax+ fixes the following issues:\n\n Security issues fixed in 5.6.1:\n\n - CVE-2018-17141: multiple vulnerabilities affecting fax page reception in\n JPEG format Specially crafted input may have allowed remote execution of\n arbitrary code (boo#1109084)\n\n Additionally, this update also contains all upstream corrections and\n bugfixes in the 5.6.1 version, including:\n\n - fix RFC2047 encoding by notify\n\n - add jobcontrol PageSize feature\n\n - don't wait forever after +FRH:3\n\n - fix faxmail transition between a message and external types\n\n - avoid pagehandling from introducing some unnecessary EOM signals\n\n - improve proxy connection error handling and logging\n\n - add initial ModemGroup limits feature\n\n - pass the user's uid onto the session log file for sent faxes\n\n - improve job waits to minimize triggers\n\n - add ProxyTaglineFormat and ProxyTSI features\n\n Patch Instructions:\n\n To install this openSUSE Security Update use the SUSE recommended\n installation methods\n like YaST online_update or 'zypper patch'.\n\n Alternatively you can run the command listed for your product:\n\n - openSUSE Leap 42.3:\n\n zypper in -t patch openSUSE-2018-1027=1\n\n - openSUSE Leap 15.0:\n\n zypper in -t patch openSUSE-2018-1027=1\");\n\n script_tag(name:\"affected\", value:\"hylafax+ on openSUSE Leap 42.3\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_xref(name:\"openSUSE-SU\", value:\"2018:2797-1\");\n script_xref(name:\"URL\", value:\"https://lists.opensuse.org/opensuse-security-announce/2018-09/msg00044.html\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2018 Greenbone Networks GmbH\");\n script_family(\"SuSE Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/suse\", \"ssh/login/rpms\", re:\"ssh/login/release=openSUSELeap42\\.3\");\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\nreport = \"\";\n\nif(release == \"openSUSELeap42.3\") {\n if(!isnull(res = isrpmvuln(pkg:\"hylafax+\", rpm:\"hylafax+~5.6.1~15.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"hylafax+-client\", rpm:\"hylafax+-client~5.6.1~15.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"hylafax+-client-debuginfo\", rpm:\"hylafax+-client-debuginfo~5.6.1~15.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"hylafax+-debuginfo\", rpm:\"hylafax+-debuginfo~5.6.1~15.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"hylafax+-debugsource\", rpm:\"hylafax+-debugsource~5.6.1~15.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libfaxutil5_6_1\", rpm:\"libfaxutil5_6_1~5.6.1~15.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libfaxutil5_6_1-debuginfo\", rpm:\"libfaxutil5_6_1-debuginfo~5.6.1~15.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(report != \"\") {\n security_message(data:report);\n } else if(__pkg_match) {\n exit(99);\n }\n exit(0);\n}\n\nexit(0);\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-07-04T18:56:09", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-17141"], "description": "Luis Merino, Markus Vervier and Eric Sesterhenn discovered that missing\ninput sanitising in the Hylafax fax software could potentially result in\nthe execution of arbitrary code via a malformed fax message.", "modified": "2019-07-04T00:00:00", "published": "2018-09-20T00:00:00", "id": "OPENVAS:1361412562310704298", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310704298", "type": "openvas", "title": "Debian Security Advisory DSA 4298-1 (hylafax - security update)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Auto-generated from advisory DSA 4298-1 using nvtgen 1.0\n# Script version: 1.0\n#\n# Author:\n# Greenbone Networks\n#\n# Copyright:\n# Copyright (c) 2018 Greenbone Networks GmbH http://greenbone.net\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (c) the respective author(s)\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 as published by\n# the Free Software Foundation; either version 2 of the License, or\n# (at your option) any later version.\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\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.704298\");\n script_version(\"2019-07-04T09:25:28+0000\");\n script_cve_id(\"CVE-2018-17141\");\n script_name(\"Debian Security Advisory DSA 4298-1 (hylafax - security update)\");\n script_tag(name:\"last_modification\", value:\"2019-07-04 09:25:28 +0000 (Thu, 04 Jul 2019)\");\n script_tag(name:\"creation_date\", value:\"2018-09-20 00:00:00 +0200 (Thu, 20 Sep 2018)\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\n\n script_xref(name:\"URL\", value:\"https://www.debian.org/security/2018/dsa-4298.html\");\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (c) 2018 Greenbone Networks GmbH http://greenbone.net\");\n script_family(\"Debian Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/debian_linux\", \"ssh/login/packages\", re:\"ssh/login/release=DEB9\");\n script_tag(name:\"affected\", value:\"hylafax on Debian Linux\");\n script_tag(name:\"solution\", value:\"For the stable distribution (stretch), this problem has been fixed in\nversion 3:6.0.6-7+deb9u1.\n\nWe recommend that you upgrade your hylafax packages.\");\n\n script_xref(name:\"URL\", value:\"https://security-tracker.debian.org/tracker/hylafax\");\n script_tag(name:\"summary\", value:\"Luis Merino, Markus Vervier and Eric Sesterhenn discovered that missing\ninput sanitising in the Hylafax fax software could potentially result in\nthe execution of arbitrary code via a malformed fax message.\");\n script_tag(name:\"vuldetect\", value:\"This check tests the installed software version using the apt package manager.\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-deb.inc\");\n\nres = \"\";\nreport = \"\";\nif(!isnull(res = isdpkgvuln(pkg:\"hylafax-client\", ver:\"3:6.0.6-7+deb9u1\", rls:\"DEB9\"))) {\n report += res;\n}\nif(!isnull(res = isdpkgvuln(pkg:\"hylafax-client-dbg\", ver:\"3:6.0.6-7+deb9u1\", rls:\"DEB9\"))) {\n report += res;\n}\nif(!isnull(res = isdpkgvuln(pkg:\"hylafax-server\", ver:\"3:6.0.6-7+deb9u1\", rls:\"DEB9\"))) {\n report += res;\n}\nif(!isnull(res = isdpkgvuln(pkg:\"hylafax-server-dbg\", ver:\"3:6.0.6-7+deb9u1\", rls:\"DEB9\"))) {\n report += res;\n}\n\nif(report != \"\") {\n security_message(data:report);\n} else if(__pkg_match) {\n exit(99);\n}", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-29T18:33:07", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-17141"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2018-09-28T00:00:00", "id": "OPENVAS:1361412562310875115", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310875115", "type": "openvas", "title": "Fedora Update for hylafax+ FEDORA-2018-11b966722a", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_fedora_2018_11b966722a_hylafax+_fc27.nasl 14223 2019-03-15 13:49:35Z cfischer $\n#\n# Fedora Update for hylafax+ FEDORA-2018-11b966722a\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2018 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\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.875115\");\n script_version(\"$Revision: 14223 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-15 14:49:35 +0100 (Fri, 15 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2018-09-28 13:36:05 +0200 (Fri, 28 Sep 2018)\");\n script_cve_id(\"CVE-2018-17141\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_name(\"Fedora Update for hylafax+ FEDORA-2018-11b966722a\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'hylafax+'\n package(s) announced via the referenced advisory.\");\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present\n on the target host.\");\n script_tag(name:\"affected\", value:\"hylafax+ on Fedora 27\");\n script_tag(name:\"solution\", value:\"Please install the updated packages.\");\n\n script_xref(name:\"FEDORA\", value:\"2018-11b966722a\");\n script_xref(name:\"URL\", value:\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/KDGIQINAFVOVOYTA5N74TDKHIK42SJ65\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2018 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\", re:\"ssh/login/release=FC27\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"FC27\")\n{\n\n if ((res = isrpmvuln(pkg:\"hylafax+\", rpm:\"hylafax+~5.6.1~1.fc27\", rls:\"FC27\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-01-29T20:11:00", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-17141"], "description": "Luis Merino, Markus Vervier and Eric Sesterhenn discovered that missing\ninput sanitising in the Hylafax fax software could potentially result in\nthe execution of arbitrary code via a malformed fax message.", "modified": "2020-01-29T00:00:00", "published": "2018-09-24T00:00:00", "id": "OPENVAS:1361412562310891515", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310891515", "type": "openvas", "title": "Debian LTS: Security Advisory for hylafax (DLA-1515-1)", "sourceData": "# Copyright (C) 2018 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) of the respective author(s)\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\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\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.891515\");\n script_version(\"2020-01-29T08:22:52+0000\");\n script_cve_id(\"CVE-2018-17141\");\n script_name(\"Debian LTS: Security Advisory for hylafax (DLA-1515-1)\");\n script_tag(name:\"last_modification\", value:\"2020-01-29 08:22:52 +0000 (Wed, 29 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2018-09-24 00:00:00 +0200 (Mon, 24 Sep 2018)\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\n\n script_xref(name:\"URL\", value:\"https://lists.debian.org/debian-lts-announce/2018/09/msg00026.html\");\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (C) 2018 Greenbone Networks GmbH http://greenbone.net\");\n script_family(\"Debian Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/debian_linux\", \"ssh/login/packages\", re:\"ssh/login/release=DEB8\");\n\n script_tag(name:\"affected\", value:\"hylafax on Debian Linux\");\n\n script_tag(name:\"solution\", value:\"For Debian 8 'Jessie', this problem has been fixed in version\n3:6.0.6-6+deb8u1.\n\nWe recommend that you upgrade your hylafax packages.\");\n\n script_tag(name:\"summary\", value:\"Luis Merino, Markus Vervier and Eric Sesterhenn discovered that missing\ninput sanitising in the Hylafax fax software could potentially result in\nthe execution of arbitrary code via a malformed fax message.\");\n\n script_tag(name:\"vuldetect\", value:\"This check tests the installed software version using the apt package manager.\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-deb.inc\");\n\nres = \"\";\nreport = \"\";\nif(!isnull(res = isdpkgvuln(pkg:\"hylafax-client\", ver:\"3:6.0.6-6+deb8u1\", rls:\"DEB8\"))) {\n report += res;\n}\nif(!isnull(res = isdpkgvuln(pkg:\"hylafax-client-dbg\", ver:\"3:6.0.6-6+deb8u1\", rls:\"DEB8\"))) {\n report += res;\n}\nif(!isnull(res = isdpkgvuln(pkg:\"hylafax-server\", ver:\"3:6.0.6-6+deb8u1\", rls:\"DEB8\"))) {\n report += res;\n}\nif(!isnull(res = isdpkgvuln(pkg:\"hylafax-server-dbg\", ver:\"3:6.0.6-6+deb8u1\", rls:\"DEB8\"))) {\n report += res;\n}\n\nif(report != \"\") {\n security_message(data:report);\n} else if(__pkg_match) {\n exit(99);\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "zdt": [{"lastseen": "2018-09-22T13:49:20", "description": "Multiple bugs were found in the code handling fax page reception in JPEG format that allow arbitrary writes to an uninitialized pointer by remote parties dialing in. When processing an specially crafted input, the issue could lead to remote code execution. HylaFAX versions 6.0.6 and 5.6.0 are affected.", "edition": 1, "published": "2018-09-21T00:00:00", "title": "HylaFAX 6.0.6 / 5.6.0 Uninitialized Pointer / Out Of Bounds Write Vulnerabilities", "type": "zdt", "bulletinFamily": "exploit", "cvelist": ["CVE-2018-17141"], "modified": "2018-09-21T00:00:00", "id": "1337DAY-ID-31141", "href": "https://0day.today/exploit/description/31141", "sourceData": "Multiple Vulnerabilities in HylaFAX\r\n===================================\r\n\r\n\r\nOverview\r\n--------\r\nConfirmed Affected Versions: HylaFAX 6.0.6, HylaFAX+ 5.6.0\r\nConfirmed Patched Versions: HylaFAX 6.0.7, HylaFAX+ 5.6.1\r\nVendor: Hylafax, Hylafax+\r\nVendor URL: https://www.hylafax.org/, http://hylafax.sourceforge.net/\r\nCredit: X41 D-SEC GmbH, Luis Merino, Eric Sesterhenn, Markus Vervier\r\nStatus: Public\r\nAdvisory-URL: https://www.x41-dsec.de/lab/advisories/x41-2018-008-Hylafax/\r\n\r\n\r\nSummary and Impact\r\n------------------\r\nSeverity Rating: Critical\r\nVector: Incoming fax call\r\nCVE: CVE-2018-17141\r\nCWE: 122, 457\r\nCVSS Score: 9.0\r\nCVSS Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H\r\nMultiple bugs were found in the code handling fax page reception in JPEG\r\nformat that allow arbitrary writes to an uninitialized pointer by remote\r\nparties dialing in. When processing an specially crafted input, the issue\r\ncould lead to remote code execution.\r\nAlthough JPEG reception is not announced as an available capability\r\nby HylaFAX and is explicitly disabled during capabilities announcement,\r\nthere is code for JPEG support in HylaFAX that can be reached by a remote\r\nparty when setting certain flags during session negotiation.\r\nX41 did not perform a full test or audit on the software.\r\n\r\n\r\nProduct Description\r\n-------------------\r\nHylaFAX is an open-source system for sending and receiving faxes using\r\none or multiple fax modems.\r\n\r\nAnalysis\r\n========\r\nX41 discovered several vulnerabilities in HylaFAX that are exploitable\r\nby local or remote attackers.\r\n\r\n\r\nUninitialized pointer write in FaxModem::writeECMData()\r\n-------------------------------------------------------\r\nIn CopyQuality.c++:990 recvRow is initialized only when params.jp is\r\nexactly JP_GREY or JP_COLOR and also params.df is exactly zero.\r\n\r\n{% highlight c %}\r\nuint dataform = params.df + (params.jp ? params.jp + 4 : 0);\r\n//...\r\nswitch (dataform) {\r\n//...\r\ncase JPGREY+4:\r\ncase JPCOLOR+4:\r\n recvEOLCount = 0;\r\n recvRow = (uchar) malloc(10241000); // 1M should do it?\r\n{% endhighlight %}\r\nHowever, later in the same function recvRow is used as a target for\r\nmemcpy() when params.jp is JP_GREY or JP_COLOR, irrespective of\r\nparams.df. Consequently, if a sender crafts a DCS signal that leads to\r\nparams.df being non-zero while params.jp is JP_GREY or JP_COLOR, then\r\nrecvRow will be uninitialized when it is used as a target for memcpy().\r\n{% highlight c %}\r\nif (params.jp != JPGREY && params.jp != JPCOLOR) {\r\n flushRawData(tif, 0, (const u_char) buf, cc);\r\n} else {\r\n memcpy(recvRow, (const char) buf, cc);\r\n recvRow += cc;\r\n}\r\n{% endhighlight %}\r\n\r\n\r\nOut of bounds write in FaxModem::writeECMData()\r\n-----------------------------------------------\r\nThe same piece of code for memcpy at CopyQuality.c++:1045 can be\r\nabused to perform an out of bounds write to recvRow, as there is no\r\nbounds check before writing to and incrementing recvRow. This can\r\nlead to remote code execution when an attacker sends an specially\r\ncrafted input.\r\n\r\n\r\nOut of bounds write in FaxModem::recvPageDLEData()\r\n--------------------------------------------------\r\nCopyQuality:c++:446 presents another unbounded memcpy that can be\r\nabused to perform an out of bounds write to recvRow.\r\n\r\n{% highlight c %}\r\nif (n >= RCVBUFSIZ)\r\n flushRawData(tif, 0, (const u_char) raw, n);\r\nelse {\r\n memcpy(recvRow, (const char) raw, n);\r\n recvRow += n;\r\n}\r\n{% endhighlight %}\r\n\r\nThe code doesn't seem to be reachable, as JPEG flag forces ECM\r\nreception.\r\n\r\n\r\nWorkaround\r\n----------\r\nNone.\r\n\r\nTimeline\r\n========\r\n2018-06-07 Issues found\r\n2018-08-24 Issue reported to vendor\r\n2018-09-02 Vendor sends patches\r\n2018-09-17 CVE ID assigned\r\n2018-09-18 Patches released\r\n2018-09-19 Advisory released\n\n# 0day.today [2018-09-22] #", "cvss": {"score": 0.0, "vector": "NONE"}, "sourceHref": "https://0day.today/exploit/31141"}], "suse": [{"lastseen": "2018-09-22T00:03:42", "bulletinFamily": "unix", "cvelist": ["CVE-2018-17141"], "description": "This update for hylafax+ fixes the following issues:\n\n Security issues fixed in 5.6.1:\n\n - CVE-2018-17141: multiple vulnerabilities affecting fax page reception in\n JPEG format Specially crafted input may have allowed remote execution of\n arbitrary code (boo#1109084)\n\n Additionally, this update also contains all upstream corrections and\n bugfixes in the 5.6.1 version, including:\n\n - fix RFC2047 encoding by notify\n - add jobcontrol PageSize feature\n - don't wait forever after +FRH:3\n - fix faxmail transition between a message and external types\n - avoid pagehandling from introducing some unnecessary EOM signals\n - improve proxy connection error handling and logging\n - add initial ModemGroup limits feature\n - pass the user's uid onto the session log file for sent faxes\n - improve job waits to minimize triggers\n - add ProxyTaglineFormat and ProxyTSI features\n\n", "edition": 1, "modified": "2018-09-21T21:49:49", "published": "2018-09-21T21:49:49", "id": "OPENSUSE-SU-2018:2797-1", "href": "http://lists.opensuse.org/opensuse-security-announce/2018-09/msg00044.html", "title": "Security update for hylafax+ (critical)", "type": "suse", "cvss": {"score": 0.0, "vector": "NONE"}}, {"lastseen": "2018-09-22T12:05:19", "bulletinFamily": "unix", "cvelist": ["CVE-2018-17141"], "description": "This update for hylafax+ fixes the following issues:\n\n Security issues fixed in 5.6.1:\n\n - CVE-2018-17141: multiple vulnerabilities affecting fax page reception in\n JPEG format Specially crafted input may have allowed remote execution of\n arbitrary code (boo#1109084)\n\n Additionally, this update also contains all upstream corrections and\n bugfixes in the 5.6.1 version, including:\n\n - fix RFC2047 encoding by notify\n - add jobcontrol PageSize feature\n - don't wait forever after +FRH:3\n - fix faxmail transition between a message and external types\n - avoid pagehandling from introducing some unnecessary EOM signals\n - improve proxy connection error handling and logging\n - add initial ModemGroup limits feature\n - pass the user's uid onto the session log file for sent faxes\n - improve job waits to minimize triggers\n - add ProxyTaglineFormat and ProxyTSI features\n\n", "edition": 1, "modified": "2018-09-22T09:29:24", "published": "2018-09-22T09:29:24", "id": "OPENSUSE-SU-2018:2797-2", "href": "http://lists.opensuse.org/opensuse-security-announce/2018-09/msg00057.html", "title": "Security update for hylafax+ (critical)", "type": "suse", "cvss": {"score": 0.0, "vector": "NONE"}}], "debian": [{"lastseen": "2020-08-12T00:48:05", "bulletinFamily": "unix", "cvelist": ["CVE-2018-17141"], "description": "- -------------------------------------------------------------------------\nDebian Security Advisory DSA-4298-1 security@debian.org\nhttps://www.debian.org/security/ Moritz Muehlenhoff\nSeptember 20, 2018 https://www.debian.org/security/faq\n- -------------------------------------------------------------------------\n\nPackage : hylafax\nCVE ID : CVE-2018-17141\n\nLuis Merino, Markus Vervier and Eric Sesterhenn discovered that missing\ninput sanitising in the Hylafax fax software could potentially result in\nthe execution of arbitrary code via a malformed fax message.\n\nFor the stable distribution (stretch), this problem has been fixed in\nversion 3:6.0.6-7+deb9u1.\n\nWe recommend that you upgrade your hylafax packages.\n\nFor the detailed security status of hylafax please refer to\nits security tracker page at:\nhttps://security-tracker.debian.org/tracker/hylafax\n\nFurther information about Debian Security Advisories, how to apply\nthese updates to your system and frequently asked questions can be\nfound at: https://www.debian.org/security/\n\nMailing list: debian-security-announce@lists.debian.org\n", "edition": 13, "modified": "2018-09-20T19:04:43", "published": "2018-09-20T19:04:43", "id": "DEBIAN:DSA-4298-1:91B71", "href": "https://lists.debian.org/debian-security-announce/debian-security-announce-2018/msg00229.html", "title": "[SECURITY] [DSA 4298-1] hylafax security update", "type": "debian", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-11T01:26:49", "bulletinFamily": "unix", "cvelist": ["CVE-2018-17141"], "description": "Package : hylafax\nVersion : 3:6.0.6-6+deb8u1\nCVE ID : CVE-2018-17141\n\n\nLuis Merino, Markus Vervier and Eric Sesterhenn discovered that missing\ninput sanitising in the Hylafax fax software could potentially result in\nthe execution of arbitrary code via a malformed fax message.\n\n\nFor Debian 8 "Jessie", this problem has been fixed in version\n3:6.0.6-6+deb8u1.\n\nWe recommend that you upgrade your hylafax packages.\n\nFurther information about Debian LTS security advisories, how to apply\nthese updates to your system and frequently asked questions can be\nfound at: https://wiki.debian.org/LTS\n", "edition": 13, "modified": "2018-09-22T21:15:31", "published": "2018-09-22T21:15:31", "id": "DEBIAN:DLA-1515-1:AB5C9", "href": "https://lists.debian.org/debian-lts-announce/2018/debian-lts-announce-201809/msg00026.html", "title": "[SECURITY] [DLA 1515-1] hylafax security update", "type": "debian", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "freebsd": [{"lastseen": "2019-05-29T18:31:44", "bulletinFamily": "unix", "cvelist": ["CVE-2018-17141"], "description": "\n\nA malicious sender that sets both JPEG and MH,MR,MMR or JBIG in\n\t the same DCS signal or sends a large JPEG page could lead to remote code execution.\n\t \n\n", "edition": 2, "modified": "2018-08-24T00:00:00", "published": "2018-08-24T00:00:00", "id": "3DF5A920-6EDC-11E9-A44B-0050562A4D7B", "href": "https://vuxml.freebsd.org/freebsd/3df5a920-6edc-11e9-a44b-0050562a4d7b.html", "title": "comms/hylafax -- Malformed fax sender remote code execution in JPEG support", "type": "freebsd", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "nessus": [{"lastseen": "2021-01-01T02:37:33", "description": "A malicious sender that sets both JPEG and MH,MR,MMR or JBIG in the\nsame DCS signal or sends a large JPEG page could lead to remote code\nexecution.", "edition": 17, "cvss3": {"score": 9.8, "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "published": "2019-05-06T00:00:00", "title": "FreeBSD : comms/hylafax -- Malformed fax sender remote code execution in JPEG support (3df5a920-6edc-11e9-a44b-0050562a4d7b)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-17141"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/o:freebsd:freebsd", "p-cpe:/a:freebsd:freebsd:hylafax"], "id": "FREEBSD_PKG_3DF5A9206EDC11E9A44B0050562A4D7B.NASL", "href": "https://www.tenable.com/plugins/nessus/124608", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the FreeBSD VuXML database :\n#\n# Copyright 2003-2020 Jacques Vidrine and contributors\n#\n# Redistribution and use in source (VuXML) and 'compiled' forms (SGML,\n# HTML, PDF, PostScript, RTF and so forth) with or without modification,\n# are permitted provided that the following conditions are met:\n# 1. Redistributions of source code (VuXML) must retain the above\n# copyright notice, this list of conditions and the following\n# disclaimer as the first lines of this file unmodified.\n# 2. Redistributions in compiled form (transformed to other DTDs,\n# published online in any format, converted to PDF, PostScript,\n# RTF and other formats) must reproduce the above copyright\n# notice, this list of conditions and the following disclaimer\n# in the documentation and/or other materials provided with the\n# distribution.\n# \n# THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS \"AS IS\"\n# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\n# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS\n# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,\n# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(124608);\n script_version(\"1.2\");\n script_cvs_date(\"Date: 2020/01/21\");\n\n script_cve_id(\"CVE-2018-17141\");\n\n script_name(english:\"FreeBSD : comms/hylafax -- Malformed fax sender remote code execution in JPEG support (3df5a920-6edc-11e9-a44b-0050562a4d7b)\");\n script_summary(english:\"Checks for updated package in pkg_info output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote FreeBSD host is missing a security-related update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"A malicious sender that sets both JPEG and MH,MR,MMR or JBIG in the\nsame DCS signal or sends a large JPEG page could lead to remote code\nexecution.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"ftp://ftp.hylafax.org/security/CVE-2018-17141.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.x41-dsec.de/lab/advisories/x41-2018-008-hylafax/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://bugs.hylafax.org/show_bug.cgi?id=974\"\n );\n # http://git.hylafax.org/HylaFAX?a=commit;h=c6cac8d8cd0dbe313689ba77023e12bc5b3027be\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?217fb658\"\n );\n # https://vuxml.freebsd.org/freebsd/3df5a920-6edc-11e9-a44b-0050562a4d7b.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?ec1efb75\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected package.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:U/RL:O/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:hylafax\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:freebsd:freebsd\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/08/24\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/05/05\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/05/06\");\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) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"FreeBSD Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/FreeBSD/release\", \"Host/FreeBSD/pkg_info\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"freebsd_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/FreeBSD/release\")) audit(AUDIT_OS_NOT, \"FreeBSD\");\nif (!get_kb_item(\"Host/FreeBSD/pkg_info\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\n\nif (pkg_test(save_report:TRUE, pkg:\"hylafax<6.0.7\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:pkg_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-07T10:16:05", "description": "HylaFAX+ 5.6.1 ==============\n\n - address CVE-2018-17141, fixes JPEG vulnerabilities (18\n Sep 2018)\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": 16, "cvss3": {"score": 9.8, "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "published": "2018-09-27T00:00:00", "title": "Fedora 27 : hylafax+ (2018-11b966722a)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-17141"], "modified": "2018-09-27T00:00:00", "cpe": ["cpe:/o:fedoraproject:fedora:27", "p-cpe:/a:fedoraproject:fedora:hylafax+"], "id": "FEDORA_2018-11B966722A.NASL", "href": "https://www.tenable.com/plugins/nessus/117716", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory FEDORA-2018-11b966722a.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(117716);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\"CVE-2018-17141\");\n script_xref(name:\"FEDORA\", value:\"2018-11b966722a\");\n\n script_name(english:\"Fedora 27 : hylafax+ (2018-11b966722a)\");\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\"HylaFAX+ 5.6.1 ==============\n\n - address CVE-2018-17141, fixes JPEG vulnerabilities (18\n Sep 2018)\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-2018-11b966722a\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected hylafax+ package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:hylafax+\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:27\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/09/21\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/09/26\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/09/27\");\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) 2018-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\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:\"^27([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 27\", \"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:\"FC27\", reference:\"hylafax+-5.6.1-1.fc27\")) 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, \"hylafax+\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-07T10:16:51", "description": "HylaFAX+ 5.6.1 ==============\n\n - address CVE-2018-17141, fixes JPEG vulnerabilities (18\n Sep 2018)\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": 11, "cvss3": {"score": 9.8, "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "published": "2019-01-03T00:00:00", "title": "Fedora 28 : hylafax+ (2018-37a27807e0)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-17141"], "modified": "2019-01-03T00:00:00", "cpe": ["p-cpe:/a:fedoraproject:fedora:hylafax+", "cpe:/o:fedoraproject:fedora:28"], "id": "FEDORA_2018-37A27807E0.NASL", "href": "https://www.tenable.com/plugins/nessus/120350", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory FEDORA-2018-37a27807e0.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(120350);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\"CVE-2018-17141\");\n script_xref(name:\"FEDORA\", value:\"2018-37a27807e0\");\n\n script_name(english:\"Fedora 28 : hylafax+ (2018-37a27807e0)\");\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\"HylaFAX+ 5.6.1 ==============\n\n - address CVE-2018-17141, fixes JPEG vulnerabilities (18\n Sep 2018)\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-2018-37a27807e0\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected hylafax+ package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:U/RL:O/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:hylafax+\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:28\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/09/21\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/09/27\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/01/03\");\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) 2019-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\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:\"^28([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 28\", \"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:\"FC28\", reference:\"hylafax+-5.6.1-1.fc28\")) 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, \"hylafax+\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-07T10:20:47", "description": "HylaFAX+ 5.6.1 ==============\n\n - address CVE-2018-17141, fixes JPEG vulnerabilities (18\n Sep 2018)\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": 11, "cvss3": {"score": 9.8, "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "published": "2019-01-03T00:00:00", "title": "Fedora 29 : hylafax+ (2018-b21354b100)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-17141"], "modified": "2019-01-03T00:00:00", "cpe": ["cpe:/o:fedoraproject:fedora:29", "p-cpe:/a:fedoraproject:fedora:hylafax+"], "id": "FEDORA_2018-B21354B100.NASL", "href": "https://www.tenable.com/plugins/nessus/120718", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory FEDORA-2018-b21354b100.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(120718);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\"CVE-2018-17141\");\n script_xref(name:\"FEDORA\", value:\"2018-b21354b100\");\n\n script_name(english:\"Fedora 29 : hylafax+ (2018-b21354b100)\");\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\"HylaFAX+ 5.6.1 ==============\n\n - address CVE-2018-17141, fixes JPEG vulnerabilities (18\n Sep 2018)\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-2018-b21354b100\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected hylafax+ package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:U/RL:O/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:hylafax+\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:29\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/09/21\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/09/28\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/01/03\");\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) 2019-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\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:\"^29([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 29\", \"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:\"FC29\", reference:\"hylafax+-5.6.1-1.fc29\")) 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, \"hylafax+\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-01T01:48:16", "description": "Luis Merino, Markus Vervier and Eric Sesterhenn discovered that\nmissing input sanitising in the Hylafax fax software could potentially\nresult in the execution of arbitrary code via a malformed fax message.", "edition": 23, "cvss3": {"score": 9.8, "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "published": "2018-09-21T00:00:00", "title": "Debian DSA-4298-1 : hylafax - security update", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-17141"], "modified": "2021-01-02T00:00:00", "cpe": ["p-cpe:/a:debian:debian_linux:hylafax", "cpe:/o:debian:debian_linux:9.0"], "id": "DEBIAN_DSA-4298.NASL", "href": "https://www.tenable.com/plugins/nessus/117621", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Debian Security Advisory DSA-4298. The text \n# itself is copyright (C) Software in the Public Interest, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(117621);\n script_version(\"1.4\");\n script_cvs_date(\"Date: 2018/11/16 15:19:25\");\n\n script_cve_id(\"CVE-2018-17141\");\n script_xref(name:\"DSA\", value:\"4298\");\n\n script_name(english:\"Debian DSA-4298-1 : hylafax - security update\");\n script_summary(english:\"Checks dpkg output for the updated package\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Debian host is missing a security-related update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Luis Merino, Markus Vervier and Eric Sesterhenn discovered that\nmissing input sanitising in the Hylafax fax software could potentially\nresult in the execution of arbitrary code via a malformed fax message.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://security-tracker.debian.org/tracker/source-package/hylafax\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://packages.debian.org/source/stretch/hylafax\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.debian.org/security/2018/dsa-4298\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"Upgrade the hylafax packages.\n\nFor the stable distribution (stretch), this problem has been fixed in\nversion 3:6.0.6-7+deb9u1.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:hylafax\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:debian:debian_linux:9.0\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/09/20\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/09/21\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Debian Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/Debian/release\", \"Host/Debian/dpkg-l\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"debian_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/Debian/release\")) audit(AUDIT_OS_NOT, \"Debian\");\nif (!get_kb_item(\"Host/Debian/dpkg-l\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\nif (deb_check(release:\"9.0\", prefix:\"hylafax-client\", reference:\"3:6.0.6-7+deb9u1\")) flag++;\nif (deb_check(release:\"9.0\", prefix:\"hylafax-client-dbg\", reference:\"3:6.0.6-7+deb9u1\")) flag++;\nif (deb_check(release:\"9.0\", prefix:\"hylafax-server\", reference:\"3:6.0.6-7+deb9u1\")) flag++;\nif (deb_check(release:\"9.0\", prefix:\"hylafax-server-dbg\", reference:\"3:6.0.6-7+deb9u1\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:deb_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-20T12:33:51", "description": "This update for hylafax+ fixes the following issues :\n\nSecurity issues fixed in 5.6.1 :\n\n - CVE-2018-17141: multiple vulnerabilities affecting fax\n page reception in JPEG format Specially crafted input\n may have allowed remote execution of arbitrary code\n (boo#1109084)\n\nAdditionally, this update also contains all upstream corrections and\nbugfixes in the 5.6.1 version, including :\n\n - fix RFC2047 encoding by notify\n\n - add jobcontrol PageSize feature\n\n - don't wait forever after +FRH:3\n\n - fix faxmail transition between a message and external\n types\n\n - avoid pagehandling from introducing some unnecessary EOM\n signals\n\n - improve proxy connection error handling and logging\n\n - add initial ModemGroup limits feature\n\n - pass the user's uid onto the session log file for sent\n faxes\n\n - improve job waits to minimize triggers\n\n - add ProxyTaglineFormat and ProxyTSI features", "edition": 17, "cvss3": {"score": 9.8, "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "published": "2018-09-24T00:00:00", "title": "openSUSE Security Update : hylafax+ (openSUSE-2018-1027)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-17141"], "modified": "2018-09-24T00:00:00", "cpe": ["p-cpe:/a:novell:opensuse:hylafax+-debuginfo", "cpe:/o:novell:opensuse:15.0", "p-cpe:/a:novell:opensuse:libfaxutil5_6_1", "p-cpe:/a:novell:opensuse:hylafax+-client", "p-cpe:/a:novell:opensuse:hylafax+-client-debuginfo", "p-cpe:/a:novell:opensuse:libfaxutil5_6_1-debuginfo", "p-cpe:/a:novell:opensuse:hylafax+", "p-cpe:/a:novell:opensuse:hylafax+-debugsource", "cpe:/o:novell:opensuse:42.3"], "id": "OPENSUSE-2018-1027.NASL", "href": "https://www.tenable.com/plugins/nessus/117658", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from openSUSE Security Update openSUSE-2018-1027.\n#\n# The text description of this plugin is (C) SUSE LLC.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(117658);\n script_version(\"1.4\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_cve_id(\"CVE-2018-17141\");\n\n script_name(english:\"openSUSE Security Update : hylafax+ (openSUSE-2018-1027)\");\n script_summary(english:\"Check for the openSUSE-2018-1027 patch\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote openSUSE host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"This update for hylafax+ fixes the following issues :\n\nSecurity issues fixed in 5.6.1 :\n\n - CVE-2018-17141: multiple vulnerabilities affecting fax\n page reception in JPEG format Specially crafted input\n may have allowed remote execution of arbitrary code\n (boo#1109084)\n\nAdditionally, this update also contains all upstream corrections and\nbugfixes in the 5.6.1 version, including :\n\n - fix RFC2047 encoding by notify\n\n - add jobcontrol PageSize feature\n\n - don't wait forever after +FRH:3\n\n - fix faxmail transition between a message and external\n types\n\n - avoid pagehandling from introducing some unnecessary EOM\n signals\n\n - improve proxy connection error handling and logging\n\n - add initial ModemGroup limits feature\n\n - pass the user's uid onto the session log file for sent\n faxes\n\n - improve job waits to minimize triggers\n\n - add ProxyTaglineFormat and ProxyTSI features\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.opensuse.org/show_bug.cgi?id=1109084\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected hylafax+ packages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:hylafax+\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:hylafax+-client\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:hylafax+-client-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:hylafax+-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:hylafax+-debugsource\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libfaxutil5_6_1\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libfaxutil5_6_1-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:15.0\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:42.3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/09/21\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/09/24\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\", \"Host/cpu\");\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/SuSE/release\");\nif (isnull(release) || release =~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"openSUSE\");\nif (release !~ \"^(SUSE15\\.0|SUSE42\\.3)$\") audit(AUDIT_OS_RELEASE_NOT, \"openSUSE\", \"15.0 / 42.3\", release);\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nourarch = get_kb_item(\"Host/cpu\");\nif (!ourarch) audit(AUDIT_UNKNOWN_ARCH);\nif (ourarch !~ \"^(i586|i686|x86_64)$\") audit(AUDIT_ARCH_NOT, \"i586 / i686 / x86_64\", ourarch);\n\nflag = 0;\n\nif ( rpm_check(release:\"SUSE15.0\", cpu:\"x86_64\", reference:\"hylafax+-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE15.0\", cpu:\"x86_64\", reference:\"hylafax+-client-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE15.0\", cpu:\"x86_64\", reference:\"hylafax+-client-debuginfo-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE15.0\", cpu:\"x86_64\", reference:\"hylafax+-debuginfo-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE15.0\", cpu:\"x86_64\", reference:\"hylafax+-debugsource-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE15.0\", cpu:\"x86_64\", reference:\"libfaxutil5_6_1-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE15.0\", cpu:\"x86_64\", reference:\"libfaxutil5_6_1-debuginfo-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE42.3\", reference:\"hylafax+-5.6.1-15.1\") ) flag++;\nif ( rpm_check(release:\"SUSE42.3\", reference:\"hylafax+-client-5.6.1-15.1\") ) flag++;\nif ( rpm_check(release:\"SUSE42.3\", reference:\"hylafax+-client-debuginfo-5.6.1-15.1\") ) flag++;\nif ( rpm_check(release:\"SUSE42.3\", reference:\"hylafax+-debuginfo-5.6.1-15.1\") ) flag++;\nif ( rpm_check(release:\"SUSE42.3\", reference:\"hylafax+-debugsource-5.6.1-15.1\") ) flag++;\nif ( rpm_check(release:\"SUSE42.3\", reference:\"libfaxutil5_6_1-5.6.1-15.1\") ) flag++;\nif ( rpm_check(release:\"SUSE42.3\", reference:\"libfaxutil5_6_1-debuginfo-5.6.1-15.1\") ) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(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, \"hylafax+ / hylafax+-client / hylafax+-client-debuginfo / etc\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-20T12:53:49", "description": "This update for hylafax+ fixes the following issues :\n\nSecurity issues fixed in 5.6.1 :\n\n - CVE-2018-17141: multiple vulnerabilities affecting fax\n page reception in JPEG format Specially crafted input\n may have allowed remote execution of arbitrary code\n (boo#1109084)\n\nAdditionally, this update also contains all upstream corrections and\nbugfixes in the 5.6.1 version, including :\n\n - fix RFC2047 encoding by notify\n\n - add jobcontrol PageSize feature\n\n - don't wait forever after +FRH:3\n\n - fix faxmail transition between a message and external\n types\n\n - avoid pagehandling from introducing some unnecessary EOM\n signals\n\n - improve proxy connection error handling and logging\n\n - add initial ModemGroup limits feature\n\n - pass the user's uid onto the session log file for sent\n faxes\n\n - improve job waits to minimize triggers\n\n - add ProxyTaglineFormat and ProxyTSI features", "edition": 13, "cvss3": {"score": 9.8, "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "published": "2019-03-27T00:00:00", "title": "openSUSE Security Update : hylafax+ (openSUSE-2019-711)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-17141"], "modified": "2019-03-27T00:00:00", "cpe": ["p-cpe:/a:novell:opensuse:hylafax+-debuginfo", "cpe:/o:novell:opensuse:15.0", "p-cpe:/a:novell:opensuse:libfaxutil5_6_1", "p-cpe:/a:novell:opensuse:hylafax+-client", "p-cpe:/a:novell:opensuse:hylafax+-client-debuginfo", "p-cpe:/a:novell:opensuse:libfaxutil5_6_1-debuginfo", "p-cpe:/a:novell:opensuse:hylafax+", "p-cpe:/a:novell:opensuse:hylafax+-debugsource"], "id": "OPENSUSE-2019-711.NASL", "href": "https://www.tenable.com/plugins/nessus/123309", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from openSUSE Security Update openSUSE-2019-711.\n#\n# The text description of this plugin is (C) SUSE LLC.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(123309);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_cve_id(\"CVE-2018-17141\");\n\n script_name(english:\"openSUSE Security Update : hylafax+ (openSUSE-2019-711)\");\n script_summary(english:\"Check for the openSUSE-2019-711 patch\");\n\n script_set_attribute(\n attribute:\"synopsis\",\n value:\"The remote openSUSE host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\",\n value:\n\"This update for hylafax+ fixes the following issues :\n\nSecurity issues fixed in 5.6.1 :\n\n - CVE-2018-17141: multiple vulnerabilities affecting fax\n page reception in JPEG format Specially crafted input\n may have allowed remote execution of arbitrary code\n (boo#1109084)\n\nAdditionally, this update also contains all upstream corrections and\nbugfixes in the 5.6.1 version, including :\n\n - fix RFC2047 encoding by notify\n\n - add jobcontrol PageSize feature\n\n - don't wait forever after +FRH:3\n\n - fix faxmail transition between a message and external\n types\n\n - avoid pagehandling from introducing some unnecessary EOM\n signals\n\n - improve proxy connection error handling and logging\n\n - add initial ModemGroup limits feature\n\n - pass the user's uid onto the session log file for sent\n faxes\n\n - improve job waits to minimize triggers\n\n - add ProxyTaglineFormat and ProxyTSI features\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.opensuse.org/show_bug.cgi?id=1109084\"\n );\n script_set_attribute(\n attribute:\"solution\",\n value:\"Update the affected hylafax+ packages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:U/RL:O/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:hylafax+\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:hylafax+-client\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:hylafax+-client-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:hylafax+-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:hylafax+-debugsource\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libfaxutil5_6_1\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libfaxutil5_6_1-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:15.0\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/09/21\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/03/23\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/03/27\");\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) 2019-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\", \"Host/cpu\");\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/SuSE/release\");\nif (isnull(release) || release =~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"openSUSE\");\nif (release !~ \"^(SUSE15\\.0)$\") audit(AUDIT_OS_RELEASE_NOT, \"openSUSE\", \"15.0\", release);\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nourarch = get_kb_item(\"Host/cpu\");\nif (!ourarch) audit(AUDIT_UNKNOWN_ARCH);\nif (ourarch !~ \"^(x86_64)$\") audit(AUDIT_ARCH_NOT, \"x86_64\", ourarch);\n\nflag = 0;\n\nif ( rpm_check(release:\"SUSE15.0\", reference:\"hylafax+-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE15.0\", reference:\"hylafax+-client-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE15.0\", reference:\"hylafax+-client-debuginfo-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE15.0\", reference:\"hylafax+-debuginfo-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE15.0\", reference:\"hylafax+-debugsource-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE15.0\", reference:\"libfaxutil5_6_1-5.6.1-lp150.5.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE15.0\", reference:\"libfaxutil5_6_1-debuginfo-5.6.1-lp150.5.6.1\") ) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(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, \"hylafax+ / hylafax+-client / hylafax+-client-debuginfo / etc\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}]}