ID CENTOS_RHSA-2019-2048.NASL Type nessus Reporter This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof. Modified 2021-01-02T00:00:00
Description
An update for exempi is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security
impact of Low. A Common Vulnerability Scoring System (CVSS) base
score, which gives a detailed severity rating, is available for each
vulnerability from the CVE link (s) in the References section.
Exempi provides a library for easy parsing of XMP metadata. It is a
port of Adobe XMP SDK to work on UNIX and to be build with GNU
automake. It includes XMPCore and XMPFiles.
Security Fix(es) :
exempi: Infinite Loop in Chunk class in
XMPFiles/source/FormatSupport/ RIFF.cpp (CVE-2017-18233)
exempi: Use after free via a PDF file containing JPEG data
(CVE-2017-18234)
exempi: Infinite loop in ASF_Support::ReadHeaderObject function in
XMPFiles /source/FormatSupport/ASF_Support.cpp (CVE-2017-18236)
exempi: Infinite loop in TradQT_Manager::ParseCachedBoxes function
in XMPFiles/source/FormatSupport/QuickTime_Support.cpp
(CVE-2017-18238)
exempi: Heap-based buffer overflow in PSD_MetaHandler::CacheFileData
function in XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp allows
for denial of service via crafted XLS file (CVE-2018-7730)
For more details about the security issue(s), including the impact, a
CVSS score, acknowledgments, and other related information, refer to
the CVE page(s) listed in the References section.
Additional Changes :
For detailed information on changes in this release, see the Red Hat
Enterprise Linux 7.7 Release Notes linked from the References section.
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from Red Hat Security Advisory RHSA-2019:2048 and
# CentOS Errata and Security Advisory 2019:2048 respectively.
#
include("compat.inc");
if (description)
{
script_id(128339);
script_version("1.3");
script_cvs_date("Date: 2019/12/31");
script_cve_id("CVE-2017-18233", "CVE-2017-18234", "CVE-2017-18236", "CVE-2017-18238", "CVE-2018-7730");
script_xref(name:"RHSA", value:"2019:2048");
script_name(english:"CentOS 7 : exempi (CESA-2019:2048)");
script_summary(english:"Checks rpm output for the updated packages");
script_set_attribute(
attribute:"synopsis",
value:"The remote CentOS host is missing one or more security updates."
);
script_set_attribute(
attribute:"description",
value:
"An update for exempi is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security
impact of Low. A Common Vulnerability Scoring System (CVSS) base
score, which gives a detailed severity rating, is available for each
vulnerability from the CVE link (s) in the References section.
Exempi provides a library for easy parsing of XMP metadata. It is a
port of Adobe XMP SDK to work on UNIX and to be build with GNU
automake. It includes XMPCore and XMPFiles.
Security Fix(es) :
* exempi: Infinite Loop in Chunk class in
XMPFiles/source/FormatSupport/ RIFF.cpp (CVE-2017-18233)
* exempi: Use after free via a PDF file containing JPEG data
(CVE-2017-18234)
* exempi: Infinite loop in ASF_Support::ReadHeaderObject function in
XMPFiles /source/FormatSupport/ASF_Support.cpp (CVE-2017-18236)
* exempi: Infinite loop in TradQT_Manager::ParseCachedBoxes function
in XMPFiles/source/FormatSupport/QuickTime_Support.cpp
(CVE-2017-18238)
* exempi: Heap-based buffer overflow in PSD_MetaHandler::CacheFileData
function in XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp allows
for denial of service via crafted XLS file (CVE-2018-7730)
For more details about the security issue(s), including the impact, a
CVSS score, acknowledgments, and other related information, refer to
the CVE page(s) listed in the References section.
Additional Changes :
For detailed information on changes in this release, see the Red Hat
Enterprise Linux 7.7 Release Notes linked from the References section."
);
# https://lists.centos.org/pipermail/centos-cr-announce/2019-August/005864.html
script_set_attribute(
attribute:"see_also",
value:"http://www.nessus.org/u?acbeebb6"
);
script_set_attribute(
attribute:"solution",
value:"Update the affected exempi packages."
);
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2017-18234");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:exempi");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:exempi-devel");
script_set_attribute(attribute:"cpe", value:"cpe:/o:centos:centos:7");
script_set_attribute(attribute:"vuln_publication_date", value:"2018/03/06");
script_set_attribute(attribute:"patch_publication_date", value:"2019/08/29");
script_set_attribute(attribute:"plugin_publication_date", value:"2019/08/30");
script_set_attribute(attribute:"generated_plugin", value:"current");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_family(english:"CentOS Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/CentOS/release", "Host/CentOS/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/CentOS/release");
if (isnull(release) || "CentOS" >!< release) audit(AUDIT_OS_NOT, "CentOS");
os_ver = pregmatch(pattern: "CentOS(?: Linux)? release ([0-9]+)", string:release);
if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "CentOS");
os_ver = os_ver[1];
if (! preg(pattern:"^7([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "CentOS 7.x", "CentOS " + os_ver);
if (!get_kb_item("Host/CentOS/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, "CentOS", cpu);
flag = 0;
if (rpm_check(release:"CentOS-7", cpu:"x86_64", reference:"exempi-2.2.0-9.el7")) flag++;
if (rpm_check(release:"CentOS-7", cpu:"x86_64", reference:"exempi-devel-2.2.0-9.el7")) flag++;
if (flag)
{
cr_plugin_caveat = '\n' +
'NOTE: The security advisory associated with this vulnerability has a\n' +
'fixed package version that may only be available in the continuous\n' +
'release (CR) repository for CentOS, until it is present in the next\n' +
'point release of CentOS.\n\n' +
'If an equal or higher package level does not exist in the baseline\n' +
'repository for your major version of CentOS, then updates from the CR\n' +
'repository will need to be applied in order to address the\n' +
'vulnerability.\n';
security_report_v4(
port : 0,
severity : SECURITY_WARNING,
extra : rpm_report_get() + cr_plugin_caveat
);
exit(0);
}
else
{
tested = pkg_tests_get();
if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
else audit(AUDIT_PACKAGE_NOT_INSTALLED, "exempi / exempi-devel");
}
{"id": "CENTOS_RHSA-2019-2048.NASL", "bulletinFamily": "scanner", "title": "CentOS 7 : exempi (CESA-2019:2048)", "description": "An update for exempi is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security\nimpact of Low. A Common Vulnerability Scoring System (CVSS) base\nscore, which gives a detailed severity rating, is available for each\nvulnerability from the CVE link (s) in the References section.\n\nExempi provides a library for easy parsing of XMP metadata. It is a\nport of Adobe XMP SDK to work on UNIX and to be build with GNU\nautomake. It includes XMPCore and XMPFiles.\n\nSecurity Fix(es) :\n\n* exempi: Infinite Loop in Chunk class in\nXMPFiles/source/FormatSupport/ RIFF.cpp (CVE-2017-18233)\n\n* exempi: Use after free via a PDF file containing JPEG data\n(CVE-2017-18234)\n\n* exempi: Infinite loop in ASF_Support::ReadHeaderObject function in\nXMPFiles /source/FormatSupport/ASF_Support.cpp (CVE-2017-18236)\n\n* exempi: Infinite loop in TradQT_Manager::ParseCachedBoxes function\nin XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n(CVE-2017-18238)\n\n* exempi: Heap-based buffer overflow in PSD_MetaHandler::CacheFileData\nfunction in XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp allows\nfor denial of service via crafted XLS file (CVE-2018-7730)\n\nFor more details about the security issue(s), including the impact, a\nCVSS score, acknowledgments, and other related information, refer to\nthe CVE page(s) listed in the References section.\n\nAdditional Changes :\n\nFor detailed information on changes in this release, see the Red Hat\nEnterprise Linux 7.7 Release Notes linked from the References section.", "published": "2019-08-30T00:00:00", "modified": "2021-01-02T00:00:00", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}, "href": "https://www.tenable.com/plugins/nessus/128339", "reporter": "This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.", "references": ["http://www.nessus.org/u?acbeebb6"], "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18234", "CVE-2017-18236"], "type": "nessus", "lastseen": "2021-01-01T01:30:25", "edition": 16, "viewCount": 5, "enchantments": {"dependencies": {"references": [{"type": "redhat", "idList": ["RHSA-2019:2048"]}, {"type": "centos", "idList": ["CESA-2019:2048"]}, {"type": "oraclelinux", "idList": ["ELSA-2019-2048"]}, {"type": "nessus", "idList": ["EULEROS_SA-2019-2143.NASL", "REDHAT-RHSA-2019-2048.NASL", "SL_20190806_EXEMPI_ON_SL7_X.NASL", "NEWSTART_CGSL_NS-SA-2019-0186_EXEMPI.NASL", "NEWSTART_CGSL_NS-SA-2019-0228_EXEMPI.NASL", "EULEROS_SA-2019-2575.NASL", "SUSE_SU-2018-3389-1.NASL", "AL2_ALAS-2019-1321.NASL", "DEBIAN_DLA-1310.NASL", "EULEROS_SA-2019-2373.NASL"]}, {"type": "amazon", "idList": ["ALAS2-2019-1321"]}, {"type": "cve", "idList": ["CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18238", "CVE-2017-18236", "CVE-2017-18234"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562311220181173", "OPENVAS:1361412562310874330", "OPENVAS:1361412562311220181124", "OPENVAS:1361412562311220192575", "OPENVAS:1361412562311220192373", "OPENVAS:1361412562311220181111", "OPENVAS:1361412562310843542", "OPENVAS:1361412562310891310", "OPENVAS:1361412562310851899", "OPENVAS:1361412562311220192143"]}, {"type": "debian", "idList": ["DEBIAN:DLA-1310-1:908B7"]}, {"type": "suse", "idList": ["OPENSUSE-SU-2018:2764-1"]}, {"type": "ubuntu", "idList": ["USN-3668-1"]}, {"type": "fedora", "idList": ["FEDORA:E4CB66049D29", "FEDORA:7096B6078F5A", "FEDORA:2078F313FB88"]}], "modified": "2021-01-01T01:30:25", "rev": 2}, "score": {"value": 7.5, "vector": "NONE", "modified": "2021-01-01T01:30:25", "rev": 2}, "vulnersScore": 7.5}, "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Red Hat Security Advisory RHSA-2019:2048 and \n# CentOS Errata and Security Advisory 2019:2048 respectively.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(128339);\n script_version(\"1.3\");\n script_cvs_date(\"Date: 2019/12/31\");\n\n script_cve_id(\"CVE-2017-18233\", \"CVE-2017-18234\", \"CVE-2017-18236\", \"CVE-2017-18238\", \"CVE-2018-7730\");\n script_xref(name:\"RHSA\", value:\"2019:2048\");\n\n script_name(english:\"CentOS 7 : exempi (CESA-2019:2048)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote CentOS host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"An update for exempi is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security\nimpact of Low. A Common Vulnerability Scoring System (CVSS) base\nscore, which gives a detailed severity rating, is available for each\nvulnerability from the CVE link (s) in the References section.\n\nExempi provides a library for easy parsing of XMP metadata. It is a\nport of Adobe XMP SDK to work on UNIX and to be build with GNU\nautomake. It includes XMPCore and XMPFiles.\n\nSecurity Fix(es) :\n\n* exempi: Infinite Loop in Chunk class in\nXMPFiles/source/FormatSupport/ RIFF.cpp (CVE-2017-18233)\n\n* exempi: Use after free via a PDF file containing JPEG data\n(CVE-2017-18234)\n\n* exempi: Infinite loop in ASF_Support::ReadHeaderObject function in\nXMPFiles /source/FormatSupport/ASF_Support.cpp (CVE-2017-18236)\n\n* exempi: Infinite loop in TradQT_Manager::ParseCachedBoxes function\nin XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n(CVE-2017-18238)\n\n* exempi: Heap-based buffer overflow in PSD_MetaHandler::CacheFileData\nfunction in XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp allows\nfor denial of service via crafted XLS file (CVE-2018-7730)\n\nFor more details about the security issue(s), including the impact, a\nCVSS score, acknowledgments, and other related information, refer to\nthe CVE page(s) listed in the References section.\n\nAdditional Changes :\n\nFor detailed information on changes in this release, see the Red Hat\nEnterprise Linux 7.7 Release Notes linked from the References section.\"\n );\n # https://lists.centos.org/pipermail/centos-cr-announce/2019-August/005864.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?acbeebb6\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected exempi packages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/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:\"cvss_score_source\", value:\"CVE-2017-18234\");\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:centos:centos:exempi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:exempi-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:centos:centos:7\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/03/06\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/08/29\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/08/30\");\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 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"CentOS Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/CentOS/release\", \"Host/CentOS/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/CentOS/release\");\nif (isnull(release) || \"CentOS\" >!< release) audit(AUDIT_OS_NOT, \"CentOS\");\nos_ver = pregmatch(pattern: \"CentOS(?: Linux)? release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"CentOS\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^7([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"CentOS 7.x\", \"CentOS \" + os_ver);\n\nif (!get_kb_item(\"Host/CentOS/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, \"CentOS\", cpu);\n\n\nflag = 0;\nif (rpm_check(release:\"CentOS-7\", cpu:\"x86_64\", reference:\"exempi-2.2.0-9.el7\")) flag++;\nif (rpm_check(release:\"CentOS-7\", cpu:\"x86_64\", reference:\"exempi-devel-2.2.0-9.el7\")) flag++;\n\n\nif (flag)\n{\n cr_plugin_caveat = '\\n' +\n 'NOTE: The security advisory associated with this vulnerability has a\\n' +\n 'fixed package version that may only be available in the continuous\\n' +\n 'release (CR) repository for CentOS, until it is present in the next\\n' +\n 'point release of CentOS.\\n\\n' +\n\n 'If an equal or higher package level does not exist in the baseline\\n' +\n 'repository for your major version of CentOS, then updates from the CR\\n' +\n 'repository will need to be applied in order to address the\\n' +\n 'vulnerability.\\n';\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\n extra : rpm_report_get() + cr_plugin_caveat\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, \"exempi / exempi-devel\");\n}\n", "naslFamily": "CentOS Local Security Checks", "pluginID": "128339", "cpe": ["p-cpe:/a:centos:centos:exempi-devel", "cpe:/o:centos:centos:7", "p-cpe:/a:centos:centos:exempi"], "scheme": null, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}}
{"redhat": [{"lastseen": "2019-08-15T00:46:14", "bulletinFamily": "unix", "cvelist": ["CVE-2017-18233", "CVE-2017-18234", "CVE-2017-18236", "CVE-2017-18238", "CVE-2018-7730"], "description": "Exempi provides a library for easy parsing of XMP metadata. It is a port of Adobe XMP SDK to work on UNIX and to be build with GNU automake. It includes XMPCore and XMPFiles.\n\nSecurity Fix(es):\n\n* exempi: Infinite Loop in Chunk class in XMPFiles/source/FormatSupport/RIFF.cpp (CVE-2017-18233)\n\n* exempi: Use after free via a PDF file containing JPEG data (CVE-2017-18234)\n\n* exempi: Infinite loop in ASF_Support::ReadHeaderObject function in XMPFiles/source/FormatSupport/ASF_Support.cpp (CVE-2017-18236)\n\n* exempi: Infinite loop in TradQT_Manager::ParseCachedBoxes function in XMPFiles/source/FormatSupport/QuickTime_Support.cpp (CVE-2017-18238)\n\n* exempi: Heap-based buffer overflow in PSD_MetaHandler::CacheFileData function in XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp allows for denial of service via crafted XLS file (CVE-2018-7730)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 7.7 Release Notes linked from the References section.", "modified": "2019-08-06T13:45:05", "published": "2019-08-06T11:55:16", "id": "RHSA-2019:2048", "href": "https://access.redhat.com/errata/RHSA-2019:2048", "type": "redhat", "title": "(RHSA-2019:2048) Low: exempi security update", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "amazon": [{"lastseen": "2020-11-10T12:37:50", "bulletinFamily": "unix", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18234", "CVE-2017-18236"], "description": "**Issue Overview:**\n\nAn issue was discovered in Exempi before 2.4.4. Integer overflow in the Chunk class in XMPFiles/source/FormatSupport/RIFF.cpp allows remote attackers to cause a denial of service (infinite loop) via crafted XMP data in a .avi file.([CVE-2017-18233 __](<https://access.redhat.com/security/cve/CVE-2017-18233>))\n\nAn issue was discovered in Exempi before 2.4.3. It allows remote attackers to cause a denial of service (invalid memcpy with resultant use-after-free) or possibly have unspecified other impact via a .pdf file containing JPEG data, related to XMPFiles/source/FormatSupport/ReconcileTIFF.cpp, XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp, and XMPFiles/source/FormatSupport/TIFF_Support.hpp.([CVE-2017-18234 __](<https://access.redhat.com/security/cve/CVE-2017-18234>))\n\nAn issue was discovered in Exempi before 2.4.4. The ASF_Support::ReadHeaderObject function in XMPFiles/source/FormatSupport/ASF_Support.cpp allows remote attackers to cause a denial of service (infinite loop) via a crafted .asf file.([CVE-2017-18236 __](<https://access.redhat.com/security/cve/CVE-2017-18236>))\n\nAn infinite loop has been discovered in Exempi in the way it handles Extensible Metadata Platform (XMP) data in QuickTime files. An attacker could cause a denial of service via a crafted file.([CVE-2017-18238 __](<https://access.redhat.com/security/cve/CVE-2017-18238>))\n\nAn integer wraparound, leading to a buffer overflow, was found in Exempi in the way it handles Adobe Photoshop Images. An attacker could exploit this to cause a denial of service via a crafted image file.([CVE-2018-7730 __](<https://access.redhat.com/security/cve/CVE-2018-7730>))\n\n \n**Affected Packages:** \n\n\nexempi\n\n \n**Issue Correction:** \nRun _yum update exempi_ to update your system. \n\n\n \n\n\n**New Packages:**\n \n \n aarch64: \n exempi-2.2.0-9.amzn2.aarch64 \n exempi-devel-2.2.0-9.amzn2.aarch64 \n exempi-debuginfo-2.2.0-9.amzn2.aarch64 \n \n i686: \n exempi-2.2.0-9.amzn2.i686 \n exempi-devel-2.2.0-9.amzn2.i686 \n exempi-debuginfo-2.2.0-9.amzn2.i686 \n \n src: \n exempi-2.2.0-9.amzn2.src \n \n x86_64: \n exempi-2.2.0-9.amzn2.x86_64 \n exempi-devel-2.2.0-9.amzn2.x86_64 \n exempi-debuginfo-2.2.0-9.amzn2.x86_64 \n \n \n", "edition": 1, "modified": "2019-10-21T18:01:00", "published": "2019-10-21T18:01:00", "id": "ALAS2-2019-1321", "href": "https://alas.aws.amazon.com/AL2/ALAS-2019-1321.html", "title": "Low: exempi", "type": "amazon", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "oraclelinux": [{"lastseen": "2019-08-14T08:37:31", "bulletinFamily": "unix", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18234", "CVE-2017-18236"], "description": "[2.2.0-9]\n- Fix CVE-2017-18233\n resolves: #1574865\n- Fix CVE-2017-18234\n resolves: #1656011\n- Fix CVE-2017-18236\n resolves: #1574905\n- Fix CVE-2017-18238\n resolves: #1572270\n- Fix CVE-2018-7730\n resolves: #1572631", "edition": 1, "modified": "2019-08-13T00:00:00", "published": "2019-08-13T00:00:00", "id": "ELSA-2019-2048", "href": "http://linux.oracle.com/errata/ELSA-2019-2048.html", "title": "exempi security update", "type": "oraclelinux", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "centos": [{"lastseen": "2019-12-20T18:26:04", "bulletinFamily": "unix", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18234", "CVE-2017-18236"], "description": "**CentOS Errata and Security Advisory** CESA-2019:2048\n\n\nExempi provides a library for easy parsing of XMP metadata. It is a port of Adobe XMP SDK to work on UNIX and to be build with GNU automake. It includes XMPCore and XMPFiles.\n\nSecurity Fix(es):\n\n* exempi: Infinite Loop in Chunk class in XMPFiles/source/FormatSupport/RIFF.cpp (CVE-2017-18233)\n\n* exempi: Use after free via a PDF file containing JPEG data (CVE-2017-18234)\n\n* exempi: Infinite loop in ASF_Support::ReadHeaderObject function in XMPFiles/source/FormatSupport/ASF_Support.cpp (CVE-2017-18236)\n\n* exempi: Infinite loop in TradQT_Manager::ParseCachedBoxes function in XMPFiles/source/FormatSupport/QuickTime_Support.cpp (CVE-2017-18238)\n\n* exempi: Heap-based buffer overflow in PSD_MetaHandler::CacheFileData function in XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp allows for denial of service via crafted XLS file (CVE-2018-7730)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 7.7 Release Notes linked from the References section.\n\n**Merged security bulletin from advisories:**\nhttp://lists.centos.org/pipermail/centos-cr-announce/2019-August/005864.html\n\n**Affected packages:**\nexempi\nexempi-devel\n\n**Upstream details at:**\n", "edition": 2, "modified": "2019-08-30T02:45:53", "published": "2019-08-30T02:45:53", "id": "CESA-2019:2048", "href": "http://lists.centos.org/pipermail/centos-cr-announce/2019-August/005864.html", "title": "exempi security update", "type": "centos", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "nessus": [{"lastseen": "2020-03-18T02:50:28", "description": "Security Fix(es) :\n\n - exempi: Infinite Loop in Chunk class in\n XMPFiles/source/FormatSupport/RIFF.cpp (CVE-2017-18233)\n\n - exempi: Use after free via a PDF file containing JPEG\n data (CVE-2017-18234)\n\n - exempi: Infinite loop in ASF_Support::ReadHeaderObject\n function in\n XMPFiles/source/FormatSupport/ASF_Support.cpp\n (CVE-2017-18236)\n\n - exempi: Infinite loop in\n TradQT_Manager::ParseCachedBoxes function in\n XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n (CVE-2017-18238)\n\n - exempi: Heap-based buffer overflow in\n PSD_MetaHandler::CacheFileData function in\n XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp allows\n for denial of service via crafted XLS file\n (CVE-2018-7730)", "edition": 7, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-08-27T00:00:00", "title": "Scientific Linux Security Update : exempi on SL7.x x86_64 (20190806)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18234", "CVE-2017-18236"], "modified": "2019-08-27T00:00:00", "cpe": ["p-cpe:/a:fermilab:scientific_linux:exempi-debuginfo", "x-cpe:/o:fermilab:scientific_linux", "p-cpe:/a:fermilab:scientific_linux:exempi", "p-cpe:/a:fermilab:scientific_linux:exempi-devel"], "id": "SL_20190806_EXEMPI_ON_SL7_X.NASL", "href": "https://www.tenable.com/plugins/nessus/128215", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text is (C) Scientific Linux.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(128215);\n script_version(\"1.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2020/02/24\");\n\n script_cve_id(\"CVE-2017-18233\", \"CVE-2017-18234\", \"CVE-2017-18236\", \"CVE-2017-18238\", \"CVE-2018-7730\");\n\n script_name(english:\"Scientific Linux Security Update : exempi on SL7.x x86_64 (20190806)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote Scientific Linux host is missing one or more security\nupdates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Security Fix(es) :\n\n - exempi: Infinite Loop in Chunk class in\n XMPFiles/source/FormatSupport/RIFF.cpp (CVE-2017-18233)\n\n - exempi: Use after free via a PDF file containing JPEG\n data (CVE-2017-18234)\n\n - exempi: Infinite loop in ASF_Support::ReadHeaderObject\n function in\n XMPFiles/source/FormatSupport/ASF_Support.cpp\n (CVE-2017-18236)\n\n - exempi: Infinite loop in\n TradQT_Manager::ParseCachedBoxes function in\n XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n (CVE-2017-18238)\n\n - exempi: Heap-based buffer overflow in\n PSD_MetaHandler::CacheFileData function in\n XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp allows\n for denial of service via crafted XLS file\n (CVE-2018-7730)\"\n );\n # https://listserv.fnal.gov/scripts/wa.exe?A2=ind1908&L=SCIENTIFIC-LINUX-ERRATA&P=19098\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?76e19117\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"Update the affected exempi, exempi-debuginfo and / or exempi-devel\npackages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/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:fermilab:scientific_linux:exempi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fermilab:scientific_linux:exempi-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fermilab:scientific_linux:exempi-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"x-cpe:/o:fermilab:scientific_linux\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/03/06\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/08/06\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/08/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-2020 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Scientific Linux Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/cpu\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Scientific Linux \" >!< release) audit(AUDIT_HOST_NOT, \"running Scientific Linux\");\nos_ver = pregmatch(pattern: \"Scientific Linux.*release ([0-9]+(\\.[0-9]+)?)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Scientific Linux\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^7([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Scientific Linux 7.x\", \"Scientific Linux \" + os_ver);\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (cpu >!< \"x86_64\" && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Scientific Linux\", cpu);\nif (\"x86_64\" >!< cpu) audit(AUDIT_ARCH_NOT, \"x86_64\", cpu);\n\n\nflag = 0;\nif (rpm_check(release:\"SL7\", cpu:\"x86_64\", reference:\"exempi-2.2.0-9.el7\")) flag++;\nif (rpm_check(release:\"SL7\", cpu:\"x86_64\", reference:\"exempi-debuginfo-2.2.0-9.el7\")) flag++;\nif (rpm_check(release:\"SL7\", cpu:\"x86_64\", reference:\"exempi-devel-2.2.0-9.el7\")) flag++;\n\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\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, \"exempi / exempi-debuginfo / exempi-devel\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-01T05:19:03", "description": "An update for exempi is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security\nimpact of Low. A Common Vulnerability Scoring System (CVSS) base\nscore, which gives a detailed severity rating, is available for each\nvulnerability from the CVE link (s) in the References section.\n\nExempi provides a library for easy parsing of XMP metadata. It is a\nport of Adobe XMP SDK to work on UNIX and to be build with GNU\nautomake. It includes XMPCore and XMPFiles.\n\nSecurity Fix(es) :\n\n* exempi: Infinite Loop in Chunk class in\nXMPFiles/source/FormatSupport/ RIFF.cpp (CVE-2017-18233)\n\n* exempi: Use after free via a PDF file containing JPEG data\n(CVE-2017-18234)\n\n* exempi: Infinite loop in ASF_Support::ReadHeaderObject function in\nXMPFiles /source/FormatSupport/ASF_Support.cpp (CVE-2017-18236)\n\n* exempi: Infinite loop in TradQT_Manager::ParseCachedBoxes function\nin XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n(CVE-2017-18238)\n\n* exempi: Heap-based buffer overflow in PSD_MetaHandler::CacheFileData\nfunction in XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp allows\nfor denial of service via crafted XLS file (CVE-2018-7730)\n\nFor more details about the security issue(s), including the impact, a\nCVSS score, acknowledgments, and other related information, refer to\nthe CVE page(s) listed in the References section.\n\nAdditional Changes :\n\nFor detailed information on changes in this release, see the Red Hat\nEnterprise Linux 7.7 Release Notes linked from the References section.", "edition": 17, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-08-12T00:00:00", "title": "RHEL 7 : exempi (RHSA-2019:2048)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18234", "CVE-2017-18236"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/o:redhat:enterprise_linux:7", "p-cpe:/a:redhat:enterprise_linux:exempi", "p-cpe:/a:redhat:enterprise_linux:exempi-debuginfo", "p-cpe:/a:redhat:enterprise_linux:exempi-devel"], "id": "REDHAT-RHSA-2019-2048.NASL", "href": "https://www.tenable.com/plugins/nessus/127658", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Red Hat Security Advisory RHSA-2019:2048. The text \n# itself is copyright (C) Red Hat, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(127658);\n script_version(\"1.5\");\n script_cvs_date(\"Date: 2020/01/06\");\n\n script_cve_id(\"CVE-2017-18233\", \"CVE-2017-18234\", \"CVE-2017-18236\", \"CVE-2017-18238\", \"CVE-2018-7730\");\n script_xref(name:\"RHSA\", value:\"2019:2048\");\n\n script_name(english:\"RHEL 7 : exempi (RHSA-2019:2048)\");\n script_summary(english:\"Checks the rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Red Hat host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"An update for exempi is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security\nimpact of Low. A Common Vulnerability Scoring System (CVSS) base\nscore, which gives a detailed severity rating, is available for each\nvulnerability from the CVE link (s) in the References section.\n\nExempi provides a library for easy parsing of XMP metadata. It is a\nport of Adobe XMP SDK to work on UNIX and to be build with GNU\nautomake. It includes XMPCore and XMPFiles.\n\nSecurity Fix(es) :\n\n* exempi: Infinite Loop in Chunk class in\nXMPFiles/source/FormatSupport/ RIFF.cpp (CVE-2017-18233)\n\n* exempi: Use after free via a PDF file containing JPEG data\n(CVE-2017-18234)\n\n* exempi: Infinite loop in ASF_Support::ReadHeaderObject function in\nXMPFiles /source/FormatSupport/ASF_Support.cpp (CVE-2017-18236)\n\n* exempi: Infinite loop in TradQT_Manager::ParseCachedBoxes function\nin XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n(CVE-2017-18238)\n\n* exempi: Heap-based buffer overflow in PSD_MetaHandler::CacheFileData\nfunction in XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp allows\nfor denial of service via crafted XLS file (CVE-2018-7730)\n\nFor more details about the security issue(s), including the impact, a\nCVSS score, acknowledgments, and other related information, refer to\nthe CVE page(s) listed in the References section.\n\nAdditional Changes :\n\nFor detailed information on changes in this release, see the Red Hat\nEnterprise Linux 7.7 Release Notes linked from the References section.\"\n );\n # https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3395ff0b\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/errata/RHSA-2019:2048\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2017-18233\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2017-18234\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2017-18236\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2017-18238\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2018-7730\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"Update the affected exempi, exempi-debuginfo and / or exempi-devel\npackages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/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:redhat:enterprise_linux:exempi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:exempi-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:exempi-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:redhat:enterprise_linux:7\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/03/06\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/08/06\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/08/12\");\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:\"Red Hat 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\", \"Host/cpu\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Red Hat\" >!< release) audit(AUDIT_OS_NOT, \"Red Hat\");\nos_ver = pregmatch(pattern: \"Red Hat Enterprise Linux.*release ([0-9]+(\\.[0-9]+)?)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Red Hat\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^7([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Red Hat 7.x\", \"Red Hat \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\" && \"s390\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Red Hat\", cpu);\n\nyum_updateinfo = get_kb_item(\"Host/RedHat/yum-updateinfo\");\nif (!empty_or_null(yum_updateinfo)) \n{\n rhsa = \"RHSA-2019:2048\";\n yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);\n if (!empty_or_null(yum_report))\n {\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\n extra : yum_report \n );\n exit(0);\n }\n else\n {\n audit_message = \"affected by Red Hat security advisory \" + rhsa;\n audit(AUDIT_OS_NOT, audit_message);\n }\n}\nelse\n{\n flag = 0;\n if (rpm_check(release:\"RHEL7\", reference:\"exempi-2.2.0-9.el7\")) flag++;\n if (rpm_check(release:\"RHEL7\", reference:\"exempi-debuginfo-2.2.0-9.el7\")) flag++;\n if (rpm_check(release:\"RHEL7\", reference:\"exempi-devel-2.2.0-9.el7\")) flag++;\n\n if (flag)\n {\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\n extra : rpm_report_get() + redhat_report_package_caveat()\n );\n exit(0);\n }\n else\n {\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"exempi / exempi-debuginfo / exempi-devel\");\n }\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-11-15T04:24:53", "description": "The remote NewStart CGSL host, running version CORE 5.05 / MAIN 5.05, has exempi packages installed that are affected by\nmultiple vulnerabilities:\n\n - An issue was discovered in Exempi before 2.4.3. It\n allows remote attackers to cause a denial of service\n (invalid memcpy with resultant use-after-free) or\n possibly have unspecified other impact via a .pdf file\n containing JPEG data, related to\n XMPFiles/source/FormatSupport/ReconcileTIFF.cpp,\n XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp, and\n XMPFiles/source/FormatSupport/TIFF_Support.hpp.\n (CVE-2017-18234)\n\n - An issue was discovered in Exempi before 2.4.4. The\n TradQT_Manager::ParseCachedBoxes function in\n XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n allows remote attackers to cause a denial of service\n (infinite loop) via crafted XMP data in a .qt file.\n (CVE-2017-18238)\n\n - An issue was discovered in Exempi through 2.4.4. A\n certain case of a 0xffffffff length is mishandled in\n XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp,\n leading to a heap-based buffer over-read in the\n PSD_MetaHandler::CacheFileData() function.\n (CVE-2018-7730)\n\n - An issue was discovered in Exempi before 2.4.4. The\n ASF_Support::ReadHeaderObject function in\n XMPFiles/source/FormatSupport/ASF_Support.cpp allows\n remote attackers to cause a denial of service (infinite\n loop) via a crafted .asf file. (CVE-2017-18236)\n\n - An issue was discovered in Exempi before 2.4.4. Integer\n overflow in the Chunk class in\n XMPFiles/source/FormatSupport/RIFF.cpp allows remote\n attackers to cause a denial of service (infinite loop)\n via crafted XMP data in a .avi file. (CVE-2017-18233)\n\nNote that Nessus has not tested for this issue but has instead relied only on the application's self-reported version\nnumber.", "edition": 14, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-12-31T00:00:00", "title": "NewStart CGSL CORE 5.05 / MAIN 5.05 : exempi Multiple Vulnerabilities (NS-SA-2019-0228)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18234", "CVE-2017-18236"], "modified": "2019-12-31T00:00:00", "cpe": [], "id": "NEWSTART_CGSL_NS-SA-2019-0228_EXEMPI.NASL", "href": "https://www.tenable.com/plugins/nessus/132444", "sourceData": "#%NASL_MIN_LEVEL 80502\n#\n# (C) Tenable Network Security, Inc.\n#\n\n# The descriptive text and package checks in this plugin were\n# extracted from ZTE advisory NS-SA-2019-0228. The text\n# itself is copyright (C) ZTE, Inc.\n\ninclude('compat.inc');\n\nif (description)\n{\n script_id(132444);\n script_version(\"1.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2020/11/13\");\n\n script_cve_id(\n \"CVE-2017-18233\",\n \"CVE-2017-18234\",\n \"CVE-2017-18236\",\n \"CVE-2017-18238\",\n \"CVE-2018-7730\"\n );\n script_bugtraq_id(103757);\n\n script_name(english:\"NewStart CGSL CORE 5.05 / MAIN 5.05 : exempi Multiple Vulnerabilities (NS-SA-2019-0228)\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote machine is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote NewStart CGSL host, running version CORE 5.05 / MAIN 5.05, has exempi packages installed that are affected by\nmultiple vulnerabilities:\n\n - An issue was discovered in Exempi before 2.4.3. It\n allows remote attackers to cause a denial of service\n (invalid memcpy with resultant use-after-free) or\n possibly have unspecified other impact via a .pdf file\n containing JPEG data, related to\n XMPFiles/source/FormatSupport/ReconcileTIFF.cpp,\n XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp, and\n XMPFiles/source/FormatSupport/TIFF_Support.hpp.\n (CVE-2017-18234)\n\n - An issue was discovered in Exempi before 2.4.4. The\n TradQT_Manager::ParseCachedBoxes function in\n XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n allows remote attackers to cause a denial of service\n (infinite loop) via crafted XMP data in a .qt file.\n (CVE-2017-18238)\n\n - An issue was discovered in Exempi through 2.4.4. A\n certain case of a 0xffffffff length is mishandled in\n XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp,\n leading to a heap-based buffer over-read in the\n PSD_MetaHandler::CacheFileData() function.\n (CVE-2018-7730)\n\n - An issue was discovered in Exempi before 2.4.4. The\n ASF_Support::ReadHeaderObject function in\n XMPFiles/source/FormatSupport/ASF_Support.cpp allows\n remote attackers to cause a denial of service (infinite\n loop) via a crafted .asf file. (CVE-2017-18236)\n\n - An issue was discovered in Exempi before 2.4.4. Integer\n overflow in the Chunk class in\n XMPFiles/source/FormatSupport/RIFF.cpp allows remote\n attackers to cause a denial of service (infinite loop)\n via crafted XMP data in a .avi file. (CVE-2017-18233)\n\nNote that Nessus has not tested for this issue but has instead relied only on the application's self-reported version\nnumber.\");\n script_set_attribute(attribute:\"see_also\", value:\"http://security.gd-linux.com/notice/NS-SA-2019-0228\");\n script_set_attribute(attribute:\"solution\", value:\n\"Upgrade the vulnerable CGSL exempi packages. Note that updated packages may not be available yet. Please contact ZTE for\nmore information.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/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:\"cvss_score_source\", value:\"CVE-2017-18234\");\n\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/03/06\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/12/27\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/12/31\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"NewStart CGSL Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/ZTE-CGSL/release\", \"Host/ZTE-CGSL/rpm-list\", \"Host/cpu\");\n\n exit(0);\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);\n\nrelease = get_kb_item(\"Host/ZTE-CGSL/release\");\nif (isnull(release) || release !~ \"^CGSL (MAIN|CORE)\") audit(AUDIT_OS_NOT, \"NewStart Carrier Grade Server Linux\");\n\nif (release !~ \"CGSL CORE 5.05\" &&\n release !~ \"CGSL MAIN 5.05\")\n audit(AUDIT_OS_NOT, 'NewStart CGSL CORE 5.05 / NewStart CGSL MAIN 5.05');\n\nif (!get_kb_item(\"Host/ZTE-CGSL/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"NewStart Carrier Grade Server Linux\", cpu);\n\nflag = 0;\n\npkgs = {\n \"CGSL CORE 5.05\": [\n \"exempi-2.2.0-9.el7\",\n \"exempi-debuginfo-2.2.0-9.el7\",\n \"exempi-devel-2.2.0-9.el7\"\n ],\n \"CGSL MAIN 5.05\": [\n \"exempi-2.2.0-9.el7\",\n \"exempi-debuginfo-2.2.0-9.el7\",\n \"exempi-devel-2.2.0-9.el7\"\n ]\n};\npkg_list = pkgs[release];\n\nforeach (pkg in pkg_list)\n if (rpm_check(release:\"ZTE \" + release, reference:pkg)) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\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, \"exempi\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-11-15T04:24:26", "description": "The remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has exempi packages installed that are affected by\nmultiple vulnerabilities:\n\n - An issue was discovered in Exempi before 2.4.3. It\n allows remote attackers to cause a denial of service\n (invalid memcpy with resultant use-after-free) or\n possibly have unspecified other impact via a .pdf file\n containing JPEG data, related to\n XMPFiles/source/FormatSupport/ReconcileTIFF.cpp,\n XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp, and\n XMPFiles/source/FormatSupport/TIFF_Support.hpp.\n (CVE-2017-18234)\n\n - An issue was discovered in Exempi before 2.4.4. The\n TradQT_Manager::ParseCachedBoxes function in\n XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n allows remote attackers to cause a denial of service\n (infinite loop) via crafted XMP data in a .qt file.\n (CVE-2017-18238)\n\n - An issue was discovered in Exempi through 2.4.4. A\n certain case of a 0xffffffff length is mishandled in\n XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp,\n leading to a heap-based buffer over-read in the\n PSD_MetaHandler::CacheFileData() function.\n (CVE-2018-7730)\n\n - An issue was discovered in Exempi before 2.4.4. The\n ASF_Support::ReadHeaderObject function in\n XMPFiles/source/FormatSupport/ASF_Support.cpp allows\n remote attackers to cause a denial of service (infinite\n loop) via a crafted .asf file. (CVE-2017-18236)\n\n - An issue was discovered in Exempi before 2.4.4. Integer\n overflow in the Chunk class in\n XMPFiles/source/FormatSupport/RIFF.cpp allows remote\n attackers to cause a denial of service (infinite loop)\n via crafted XMP data in a .avi file. (CVE-2017-18233)\n\nNote that Nessus has not tested for this issue but has instead relied only on the application's self-reported version\nnumber.", "edition": 16, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-10-15T00:00:00", "title": "NewStart CGSL CORE 5.04 / MAIN 5.04 : exempi Multiple Vulnerabilities (NS-SA-2019-0186)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18234", "CVE-2017-18236"], "modified": "2019-10-15T00:00:00", "cpe": [], "id": "NEWSTART_CGSL_NS-SA-2019-0186_EXEMPI.NASL", "href": "https://www.tenable.com/plugins/nessus/129906", "sourceData": "#%NASL_MIN_LEVEL 80502\n#\n# (C) Tenable Network Security, Inc.\n#\n\n# The descriptive text and package checks in this plugin were\n# extracted from ZTE advisory NS-SA-2019-0186. The text\n# itself is copyright (C) ZTE, Inc.\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(129906);\n script_version(\"1.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2020/11/13\");\n\n script_cve_id(\n \"CVE-2017-18233\",\n \"CVE-2017-18234\",\n \"CVE-2017-18236\",\n \"CVE-2017-18238\",\n \"CVE-2018-7730\"\n );\n\n script_name(english:\"NewStart CGSL CORE 5.04 / MAIN 5.04 : exempi Multiple Vulnerabilities (NS-SA-2019-0186)\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote machine is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has exempi packages installed that are affected by\nmultiple vulnerabilities:\n\n - An issue was discovered in Exempi before 2.4.3. It\n allows remote attackers to cause a denial of service\n (invalid memcpy with resultant use-after-free) or\n possibly have unspecified other impact via a .pdf file\n containing JPEG data, related to\n XMPFiles/source/FormatSupport/ReconcileTIFF.cpp,\n XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp, and\n XMPFiles/source/FormatSupport/TIFF_Support.hpp.\n (CVE-2017-18234)\n\n - An issue was discovered in Exempi before 2.4.4. The\n TradQT_Manager::ParseCachedBoxes function in\n XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n allows remote attackers to cause a denial of service\n (infinite loop) via crafted XMP data in a .qt file.\n (CVE-2017-18238)\n\n - An issue was discovered in Exempi through 2.4.4. A\n certain case of a 0xffffffff length is mishandled in\n XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp,\n leading to a heap-based buffer over-read in the\n PSD_MetaHandler::CacheFileData() function.\n (CVE-2018-7730)\n\n - An issue was discovered in Exempi before 2.4.4. The\n ASF_Support::ReadHeaderObject function in\n XMPFiles/source/FormatSupport/ASF_Support.cpp allows\n remote attackers to cause a denial of service (infinite\n loop) via a crafted .asf file. (CVE-2017-18236)\n\n - An issue was discovered in Exempi before 2.4.4. Integer\n overflow in the Chunk class in\n XMPFiles/source/FormatSupport/RIFF.cpp allows remote\n attackers to cause a denial of service (infinite loop)\n via crafted XMP data in a .avi file. (CVE-2017-18233)\n\nNote that Nessus has not tested for this issue but has instead relied only on the application's self-reported version\nnumber.\");\n script_set_attribute(attribute:\"see_also\", value:\"http://security.gd-linux.com/notice/NS-SA-2019-0186\");\n script_set_attribute(attribute:\"solution\", value:\n\"Upgrade the vulnerable CGSL exempi packages. Note that updated packages may not be available yet. Please contact ZTE for\nmore information.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/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:\"cvss_score_source\", value:\"CVE-2017-18234\");\n\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/03/06\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/10/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/10/15\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"NewStart CGSL Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/ZTE-CGSL/release\", \"Host/ZTE-CGSL/rpm-list\", \"Host/cpu\");\n\n exit(0);\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);\n\nrelease = get_kb_item(\"Host/ZTE-CGSL/release\");\nif (isnull(release) || release !~ \"^CGSL (MAIN|CORE)\") audit(AUDIT_OS_NOT, \"NewStart Carrier Grade Server Linux\");\n\nif (release !~ \"CGSL CORE 5.04\" &&\n release !~ \"CGSL MAIN 5.04\")\n audit(AUDIT_OS_NOT, 'NewStart CGSL CORE 5.04 / NewStart CGSL MAIN 5.04');\n\nif (!get_kb_item(\"Host/ZTE-CGSL/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"NewStart Carrier Grade Server Linux\", cpu);\n\nflag = 0;\n\npkgs = {\n \"CGSL CORE 5.04\": [\n \"exempi-2.2.0-9.el7\",\n \"exempi-debuginfo-2.2.0-9.el7\",\n \"exempi-devel-2.2.0-9.el7\"\n ],\n \"CGSL MAIN 5.04\": [\n \"exempi-2.2.0-9.el7\",\n \"exempi-debuginfo-2.2.0-9.el7\",\n \"exempi-devel-2.2.0-9.el7\"\n ]\n};\npkg_list = pkgs[release];\n\nforeach (pkg in pkg_list)\n if (rpm_check(release:\"ZTE \" + release, reference:pkg)) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\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, \"exempi\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-01T01:17:16", "description": "An issue was discovered in Exempi before 2.4.4. Integer overflow in\nthe Chunk class in XMPFiles/source/FormatSupport/RIFF.cpp allows\nremote attackers to cause a denial of service (infinite loop) via\ncrafted XMP data in a .avi file.(CVE-2017-18233)\n\nAn issue was discovered in Exempi before 2.4.3. It allows remote\nattackers to cause a denial of service (invalid memcpy with resultant\nuse-after-free) or possibly have unspecified other impact via a .pdf\nfile containing JPEG data, related to\nXMPFiles/source/FormatSupport/ReconcileTIFF.cpp,\nXMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp, and\nXMPFiles/source/FormatSupport/TIFF_Support.hpp.(CVE-2017-18234)\n\nAn issue was discovered in Exempi before 2.4.4. The\nASF_Support::ReadHeaderObject function in\nXMPFiles/source/FormatSupport/ASF_Support.cpp allows remote attackers\nto cause a denial of service (infinite loop) via a crafted .asf\nfile.(CVE-2017-18236)\n\nAn infinite loop has been discovered in Exempi in the way it handles\nExtensible Metadata Platform (XMP) data in QuickTime files. An\nattacker could cause a denial of service via a crafted\nfile.(CVE-2017-18238)\n\nAn integer wraparound, leading to a buffer overflow, was found in\nExempi in the way it handles Adobe Photoshop Images. An attacker could\nexploit this to cause a denial of service via a crafted image\nfile.(CVE-2018-7730)", "edition": 17, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-10-25T00:00:00", "title": "Amazon Linux 2 : exempi (ALAS-2019-1321)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18234", "CVE-2017-18236"], "modified": "2021-01-02T00:00:00", "cpe": ["p-cpe:/a:amazon:linux:exempi-devel", "p-cpe:/a:amazon:linux:exempi", "p-cpe:/a:amazon:linux:exempi-debuginfo", "cpe:/o:amazon:linux:2"], "id": "AL2_ALAS-2019-1321.NASL", "href": "https://www.tenable.com/plugins/nessus/130218", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from Amazon Linux 2 Security Advisory ALAS-2019-1321.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(130218);\n script_version(\"1.2\");\n script_cvs_date(\"Date: 2019/12/18\");\n\n script_cve_id(\"CVE-2017-18233\", \"CVE-2017-18234\", \"CVE-2017-18236\", \"CVE-2017-18238\", \"CVE-2018-7730\");\n script_xref(name:\"ALAS\", value:\"2019-1321\");\n\n script_name(english:\"Amazon Linux 2 : exempi (ALAS-2019-1321)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Amazon Linux 2 host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"An issue was discovered in Exempi before 2.4.4. Integer overflow in\nthe Chunk class in XMPFiles/source/FormatSupport/RIFF.cpp allows\nremote attackers to cause a denial of service (infinite loop) via\ncrafted XMP data in a .avi file.(CVE-2017-18233)\n\nAn issue was discovered in Exempi before 2.4.3. It allows remote\nattackers to cause a denial of service (invalid memcpy with resultant\nuse-after-free) or possibly have unspecified other impact via a .pdf\nfile containing JPEG data, related to\nXMPFiles/source/FormatSupport/ReconcileTIFF.cpp,\nXMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp, and\nXMPFiles/source/FormatSupport/TIFF_Support.hpp.(CVE-2017-18234)\n\nAn issue was discovered in Exempi before 2.4.4. The\nASF_Support::ReadHeaderObject function in\nXMPFiles/source/FormatSupport/ASF_Support.cpp allows remote attackers\nto cause a denial of service (infinite loop) via a crafted .asf\nfile.(CVE-2017-18236)\n\nAn infinite loop has been discovered in Exempi in the way it handles\nExtensible Metadata Platform (XMP) data in QuickTime files. An\nattacker could cause a denial of service via a crafted\nfile.(CVE-2017-18238)\n\nAn integer wraparound, leading to a buffer overflow, was found in\nExempi in the way it handles Adobe Photoshop Images. An attacker could\nexploit this to cause a denial of service via a crafted image\nfile.(CVE-2018-7730)\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://alas.aws.amazon.com/AL2/ALAS-2019-1321.html\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Run 'yum update exempi' to update your system.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/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:amazon:linux:exempi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:exempi-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:exempi-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:amazon:linux:2\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/03/06\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/10/23\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/10/25\");\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 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Amazon Linux Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/AmazonLinux/release\", \"Host/AmazonLinux/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);\n\nrelease = get_kb_item(\"Host/AmazonLinux/release\");\nif (isnull(release) || !strlen(release)) audit(AUDIT_OS_NOT, \"Amazon Linux\");\nos_ver = pregmatch(pattern: \"^AL(A|\\d)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Amazon Linux\");\nos_ver = os_ver[1];\nif (os_ver != \"2\")\n{\n if (os_ver == 'A') os_ver = 'AMI';\n audit(AUDIT_OS_NOT, \"Amazon Linux 2\", \"Amazon Linux \" + os_ver);\n}\n\nif (!get_kb_item(\"Host/AmazonLinux/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\nif (rpm_check(release:\"AL2\", reference:\"exempi-2.2.0-9.amzn2\")) flag++;\nif (rpm_check(release:\"AL2\", reference:\"exempi-debuginfo-2.2.0-9.amzn2\")) flag++;\nif (rpm_check(release:\"AL2\", reference:\"exempi-devel-2.2.0-9.amzn2\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"exempi / exempi-debuginfo / exempi-devel\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-01T06:14:41", "description": "This update for exempi fixes the following security issues :\n\nCVE-2017-18233: Prevent integer overflow in the Chunk class that\nallowed remote attackers to cause a denial of service (infinite loop)\nvia crafted XMP data in a .avi file (bsc#1085584).\n\nCVE-2017-18238: The TradQT_Manager::ParseCachedBoxes function allowed\nremote attackers to cause a denial of service (infinite loop) via\ncrafted XMP data in a .qt file (bsc#1085583).\n\nCVE-2018-7728: Fixed heap-based buffer overflow, which allowed denial\nof service via crafted TIFF image (bsc#1085297).\n\nCVE-2018-7730: Fixed heap-based buffer overflow in\nXMPFiles/source/FormatSupport/PSIR_FileWriter.cpp (bsc#1085295).\n\nCVE-2017-18236: The ASF_Support::ReadHeaderObject function allowed\nremote attackers to cause a denial of service (infinite loop) via a\ncrafted .asf file (bsc#1085589).\n\nCVE-2017-18234: Prevent use-after-free that allowed remote attackers\nto cause a denial of service or possibly have unspecified other impact\nvia a .pdf file containing JPEG data (bsc#1085585).\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the SUSE security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 20, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2018-10-25T00:00:00", "title": "SUSE SLED12 / SLES12 Security Update : exempi (SUSE-SU-2018:3389-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2018-7728", "CVE-2017-18234", "CVE-2017-18236"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/o:novell:suse_linux:12", "p-cpe:/a:novell:suse_linux:libexempi3-debuginfo", "p-cpe:/a:novell:suse_linux:exempi-debugsource", "p-cpe:/a:novell:suse_linux:libexempi3"], "id": "SUSE_SU-2018-3389-1.NASL", "href": "https://www.tenable.com/plugins/nessus/118390", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from SUSE update advisory SUSE-SU-2018:3389-1.\n# The text itself is copyright (C) SUSE.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(118390);\n script_version(\"1.3\");\n script_cvs_date(\"Date: 2019/09/10 13:51:49\");\n\n script_cve_id(\"CVE-2017-18233\", \"CVE-2017-18234\", \"CVE-2017-18236\", \"CVE-2017-18238\", \"CVE-2018-7728\", \"CVE-2018-7730\");\n\n script_name(english:\"SUSE SLED12 / SLES12 Security Update : exempi (SUSE-SU-2018:3389-1)\");\n script_summary(english:\"Checks rpm output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote SUSE host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"This update for exempi fixes the following security issues :\n\nCVE-2017-18233: Prevent integer overflow in the Chunk class that\nallowed remote attackers to cause a denial of service (infinite loop)\nvia crafted XMP data in a .avi file (bsc#1085584).\n\nCVE-2017-18238: The TradQT_Manager::ParseCachedBoxes function allowed\nremote attackers to cause a denial of service (infinite loop) via\ncrafted XMP data in a .qt file (bsc#1085583).\n\nCVE-2018-7728: Fixed heap-based buffer overflow, which allowed denial\nof service via crafted TIFF image (bsc#1085297).\n\nCVE-2018-7730: Fixed heap-based buffer overflow in\nXMPFiles/source/FormatSupport/PSIR_FileWriter.cpp (bsc#1085295).\n\nCVE-2017-18236: The ASF_Support::ReadHeaderObject function allowed\nremote attackers to cause a denial of service (infinite loop) via a\ncrafted .asf file (bsc#1085589).\n\nCVE-2017-18234: Prevent use-after-free that allowed remote attackers\nto cause a denial of service or possibly have unspecified other impact\nvia a .pdf file containing JPEG data (bsc#1085585).\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the SUSE security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=1085295\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=1085297\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=1085583\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=1085584\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=1085585\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=1085589\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2017-18233/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2017-18234/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2017-18236/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2017-18238/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2018-7728/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2018-7730/\"\n );\n # https://www.suse.com/support/update/announcement/2018/suse-su-20183389-1/\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?0df66fb9\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"To install this SUSE Security Update use the SUSE recommended\ninstallation methods like YaST online_update or 'zypper patch'.\n\nAlternatively you can run the command listed for your product :\n\nSUSE Linux Enterprise Software Development Kit 12-SP3:zypper in -t\npatch SUSE-SLE-SDK-12-SP3-2018-2434=1\n\nSUSE Linux Enterprise Server 12-SP3:zypper in -t patch\nSUSE-SLE-SERVER-12-SP3-2018-2434=1\n\nSUSE Linux Enterprise Desktop 12-SP3:zypper in -t patch\nSUSE-SLE-DESKTOP-12-SP3-2018-2434=1\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/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:suse_linux:exempi-debugsource\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:libexempi3\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:libexempi3-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:suse_linux:12\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/03/06\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/10/24\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/10/25\");\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-2019 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/cpu\", \"Host/SuSE/release\", \"Host/SuSE/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/SuSE/release\");\nif (isnull(release) || release !~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"SUSE\");\nos_ver = pregmatch(pattern: \"^(SLE(S|D)\\d+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"SUSE\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^(SLED12|SLES12)$\", string:os_ver)) audit(AUDIT_OS_NOT, \"SUSE SLED12 / SLES12\", \"SUSE \" + os_ver);\n\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (cpu !~ \"^i[3-6]86$\" && \"x86_64\" >!< cpu && \"s390x\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"SUSE \" + os_ver, cpu);\n\nsp = get_kb_item(\"Host/SuSE/patchlevel\");\nif (isnull(sp)) sp = \"0\";\nif (os_ver == \"SLES12\" && (! preg(pattern:\"^(3)$\", string:sp))) audit(AUDIT_OS_NOT, \"SLES12 SP3\", os_ver + \" SP\" + sp);\nif (os_ver == \"SLED12\" && (! preg(pattern:\"^(3)$\", string:sp))) audit(AUDIT_OS_NOT, \"SLED12 SP3\", os_ver + \" SP\" + sp);\n\n\nflag = 0;\nif (rpm_check(release:\"SLES12\", sp:\"3\", reference:\"exempi-debugsource-2.2.1-5.7.1\")) flag++;\nif (rpm_check(release:\"SLES12\", sp:\"3\", reference:\"libexempi3-2.2.1-5.7.1\")) flag++;\nif (rpm_check(release:\"SLES12\", sp:\"3\", reference:\"libexempi3-debuginfo-2.2.1-5.7.1\")) flag++;\nif (rpm_check(release:\"SLED12\", sp:\"3\", cpu:\"x86_64\", reference:\"exempi-debugsource-2.2.1-5.7.1\")) flag++;\nif (rpm_check(release:\"SLED12\", sp:\"3\", cpu:\"x86_64\", reference:\"libexempi3-2.2.1-5.7.1\")) flag++;\nif (rpm_check(release:\"SLED12\", sp:\"3\", cpu:\"x86_64\", reference:\"libexempi3-debuginfo-2.2.1-5.7.1\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"exempi\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-12T09:39:06", "description": "Various issues were discovered in exempi, a library to parse XMP\nmetadata that may cause a denial of service or may have other\nunspecified impact via crafted files.\n\nCVE-2017-18233 An Integer overflow in the Chunk class in RIFF.cpp\nallows remote attackers to cause a denial of service (infinite loop)\nvia crafted XMP data in an .avi file.\n\nCVE-2017-18234 An issue was discovered that allows remote attackers to\ncause a denial of service (invalid memcpy with resultant\nuse-after-free) or possibly have unspecified other impact via a .pdf\nfile containing JPEG data.\n\nCVE-2017-18236 The ASF_Support::ReadHeaderObject function in\nASF_Support.cpp allows remote attackers to cause a denial of service\n(infinite loop) via a crafted .asf file.\n\nCVE-2017-18238 The TradQT_Manager::ParseCachedBoxes function in\nQuickTime_Support.cpp allows remote attackers to cause a denial of\nservice (infinite loop) via crafted XMP data in a .qt file.\n\nCVE-2018-7728 TIFF_Handler.cpp mishandles a case of a zero length,\nleading to a heap-based buffer over-read in the MD5Update() function\nin MD5.cpp.\n\nCVE-2018-7730 A certain case of a 0xffffffff length is mishandled in\nPSIR_FileWriter.cpp, leading to a heap-based buffer over-read in the\nPSD_MetaHandler::CacheFileData() function.\n\nFor Debian 7 'Wheezy', these problems have been fixed in version\n2.2.0-1+deb7u1.\n\nWe recommend that you upgrade your exempi 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.", "edition": 16, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2018-03-22T00:00:00", "title": "Debian DLA-1310-1 : exempi security update", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2018-7728", "CVE-2017-18234", "CVE-2017-18236"], "modified": "2018-03-22T00:00:00", "cpe": ["p-cpe:/a:debian:debian_linux:libexempi3", "p-cpe:/a:debian:debian_linux:libexempi3-dbg", "cpe:/o:debian:debian_linux:7.0", "p-cpe:/a:debian:debian_linux:libexempi-dev"], "id": "DEBIAN_DLA-1310.NASL", "href": "https://www.tenable.com/plugins/nessus/108522", "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-1310-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(108522);\n script_version(\"1.6\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2017-18233\", \"CVE-2017-18234\", \"CVE-2017-18236\", \"CVE-2017-18238\", \"CVE-2018-7728\", \"CVE-2018-7730\");\n\n script_name(english:\"Debian DLA-1310-1 : exempi 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\"Various issues were discovered in exempi, a library to parse XMP\nmetadata that may cause a denial of service or may have other\nunspecified impact via crafted files.\n\nCVE-2017-18233 An Integer overflow in the Chunk class in RIFF.cpp\nallows remote attackers to cause a denial of service (infinite loop)\nvia crafted XMP data in an .avi file.\n\nCVE-2017-18234 An issue was discovered that allows remote attackers to\ncause a denial of service (invalid memcpy with resultant\nuse-after-free) or possibly have unspecified other impact via a .pdf\nfile containing JPEG data.\n\nCVE-2017-18236 The ASF_Support::ReadHeaderObject function in\nASF_Support.cpp allows remote attackers to cause a denial of service\n(infinite loop) via a crafted .asf file.\n\nCVE-2017-18238 The TradQT_Manager::ParseCachedBoxes function in\nQuickTime_Support.cpp allows remote attackers to cause a denial of\nservice (infinite loop) via crafted XMP data in a .qt file.\n\nCVE-2018-7728 TIFF_Handler.cpp mishandles a case of a zero length,\nleading to a heap-based buffer over-read in the MD5Update() function\nin MD5.cpp.\n\nCVE-2018-7730 A certain case of a 0xffffffff length is mishandled in\nPSIR_FileWriter.cpp, leading to a heap-based buffer over-read in the\nPSD_MetaHandler::CacheFileData() function.\n\nFor Debian 7 'Wheezy', these problems have been fixed in version\n2.2.0-1+deb7u1.\n\nWe recommend that you upgrade your exempi 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/03/msg00013.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://packages.debian.org/source/wheezy/exempi\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Upgrade the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/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:libexempi-dev\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:libexempi3\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:libexempi3-dbg\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:debian:debian_linux:7.0\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/03/21\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/03/22\");\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:\"7.0\", prefix:\"libexempi-dev\", reference:\"2.2.0-1+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libexempi3\", reference:\"2.2.0-1+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libexempi3-dbg\", reference:\"2.2.0-1+deb7u1\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:deb_report_get());\n else security_warning(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-07T09:00:45", "description": "According to the versions of the exempi package installed, the\nEulerOS installation on the remote host is affected by the following\nvulnerabilities :\n\n - An issue was discovered in Exempi before 2.4.4. Integer\n overflow in the Chunk class in\n XMPFiles/source/FormatSupport/RIFF.cpp allows remote\n attackers to cause a denial of service (infinite loop)\n via crafted XMP data in a .avi file.(CVE-2017-18233)\n\n - An issue was discovered in Exempi before 2.4.4. The\n ASF_Support::ReadHeaderObject function in\n XMPFiles/source/FormatSupport/ASF_Support.cpp allows\n remote attackers to cause a denial of service (infinite\n loop) via a crafted .asf file.(CVE-2017-18236)\n\n - An issue was discovered in Exempi before 2.4.4. The\n TradQT_Manager::ParseCachedBoxes function in\n XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n allows remote attackers to cause a denial of service\n (infinite loop) via crafted XMP data in a .qt\n file.(CVE-2017-18238)\n\n - An issue was discovered in Exempi through 2.4.4. A\n certain case of a 0xffffffff length is mishandled in\n XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp,\n leading to a heap-based buffer over-read in the\n PSD_MetaHandler::CacheFileData()\n function.(CVE-2018-7730)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 10, "cvss3": {"score": 5.5, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"}, "published": "2019-12-10T00:00:00", "title": "EulerOS 2.0 SP2 : exempi (EulerOS-SA-2019-2373)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18236"], "modified": "2019-12-10T00:00:00", "cpe": ["p-cpe:/a:huawei:euleros:exempi", "cpe:/o:huawei:euleros:2.0"], "id": "EULEROS_SA-2019-2373.NASL", "href": "https://www.tenable.com/plugins/nessus/131865", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(131865);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\n \"CVE-2017-18233\",\n \"CVE-2017-18236\",\n \"CVE-2017-18238\",\n \"CVE-2018-7730\"\n );\n\n script_name(english:\"EulerOS 2.0 SP2 : exempi (EulerOS-SA-2019-2373)\");\n script_summary(english:\"Checks the rpm output for the updated packages.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote EulerOS host is missing multiple security updates.\");\n script_set_attribute(attribute:\"description\", value:\n\"According to the versions of the exempi package installed, the\nEulerOS installation on the remote host is affected by the following\nvulnerabilities :\n\n - An issue was discovered in Exempi before 2.4.4. Integer\n overflow in the Chunk class in\n XMPFiles/source/FormatSupport/RIFF.cpp allows remote\n attackers to cause a denial of service (infinite loop)\n via crafted XMP data in a .avi file.(CVE-2017-18233)\n\n - An issue was discovered in Exempi before 2.4.4. The\n ASF_Support::ReadHeaderObject function in\n XMPFiles/source/FormatSupport/ASF_Support.cpp allows\n remote attackers to cause a denial of service (infinite\n loop) via a crafted .asf file.(CVE-2017-18236)\n\n - An issue was discovered in Exempi before 2.4.4. The\n TradQT_Manager::ParseCachedBoxes function in\n XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n allows remote attackers to cause a denial of service\n (infinite loop) via crafted XMP data in a .qt\n file.(CVE-2017-18238)\n\n - An issue was discovered in Exempi through 2.4.4. A\n certain case of a 0xffffffff length is mishandled in\n XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp,\n leading to a heap-based buffer over-read in the\n PSD_MetaHandler::CacheFileData()\n function.(CVE-2018-7730)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\");\n # https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2373\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?50f8944d\");\n script_set_attribute(attribute:\"solution\", value:\n\"Update the affected exempi packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:N/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:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/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:\"patch_publication_date\", value:\"2019/12/04\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/12/10\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:huawei:euleros:exempi\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:huawei:euleros:2.0\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Huawei Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/EulerOS/release\", \"Host/EulerOS/rpm-list\", \"Host/EulerOS/sp\");\n script_exclude_keys(\"Host/EulerOS/uvp_version\");\n\n exit(0);\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);\n\nrelease = get_kb_item(\"Host/EulerOS/release\");\nif (isnull(release) || release !~ \"^EulerOS\") audit(AUDIT_OS_NOT, \"EulerOS\");\nif (release !~ \"^EulerOS release 2\\.0(\\D|$)\") audit(AUDIT_OS_NOT, \"EulerOS 2.0\");\n\nsp = get_kb_item(\"Host/EulerOS/sp\");\nif (isnull(sp) || sp !~ \"^(2)$\") audit(AUDIT_OS_NOT, \"EulerOS 2.0 SP2\");\n\nuvp = get_kb_item(\"Host/EulerOS/uvp_version\");\nif (!empty_or_null(uvp)) audit(AUDIT_OS_NOT, \"EulerOS 2.0 SP2\", \"EulerOS UVP \" + uvp);\n\nif (!get_kb_item(\"Host/EulerOS/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\" && \"aarch64\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"EulerOS\", cpu);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_ARCH_NOT, \"i686 / x86_64\", cpu);\n\nflag = 0;\n\npkgs = [\"exempi-2.2.0-8.h2\"];\n\nforeach (pkg in pkgs)\n if (rpm_check(release:\"EulerOS-2.0\", sp:\"2\", reference:pkg)) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\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, \"exempi\");\n}\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2021-01-07T09:01:26", "description": "According to the versions of the exempi package installed, the\nEulerOS installation on the remote host is affected by the following\nvulnerabilities :\n\n - An issue was discovered in Exempi before 2.4.4. Integer\n overflow in the Chunk class in\n XMPFiles/source/FormatSupport/RIFF.cpp allows remote\n attackers to cause a denial of service (infinite loop)\n via crafted XMP data in a .avi file.(CVE-2017-18233)\n\n - An issue was discovered in Exempi before 2.4.4. The\n ASF_Support::ReadHeaderObject function in\n XMPFiles/source/FormatSupport/ASF_Support.cpp allows\n remote attackers to cause a denial of service (infinite\n loop) via a crafted .asf file.(CVE-2017-18236)\n\n - An issue was discovered in Exempi before 2.4.4. The\n TradQT_Manager::ParseCachedBoxes function in\n XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n allows remote attackers to cause a denial of service\n (infinite loop) via crafted XMP data in a .qt\n file.(CVE-2017-18238)\n\n - An issue was discovered in Exempi through 2.4.4. A\n certain case of a 0xffffffff length is mishandled in\n XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp,\n leading to a heap-based buffer over-read in the\n PSD_MetaHandler::CacheFileData()\n function.(CVE-2018-7730)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 10, "cvss3": {"score": 5.5, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"}, "published": "2019-12-19T00:00:00", "title": "EulerOS 2.0 SP3 : exempi (EulerOS-SA-2019-2575)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18236"], "modified": "2019-12-19T00:00:00", "cpe": ["p-cpe:/a:huawei:euleros:exempi", "cpe:/o:huawei:euleros:2.0"], "id": "EULEROS_SA-2019-2575.NASL", "href": "https://www.tenable.com/plugins/nessus/132292", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(132292);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\n \"CVE-2017-18233\",\n \"CVE-2017-18236\",\n \"CVE-2017-18238\",\n \"CVE-2018-7730\"\n );\n\n script_name(english:\"EulerOS 2.0 SP3 : exempi (EulerOS-SA-2019-2575)\");\n script_summary(english:\"Checks the rpm output for the updated packages.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote EulerOS host is missing multiple security updates.\");\n script_set_attribute(attribute:\"description\", value:\n\"According to the versions of the exempi package installed, the\nEulerOS installation on the remote host is affected by the following\nvulnerabilities :\n\n - An issue was discovered in Exempi before 2.4.4. Integer\n overflow in the Chunk class in\n XMPFiles/source/FormatSupport/RIFF.cpp allows remote\n attackers to cause a denial of service (infinite loop)\n via crafted XMP data in a .avi file.(CVE-2017-18233)\n\n - An issue was discovered in Exempi before 2.4.4. The\n ASF_Support::ReadHeaderObject function in\n XMPFiles/source/FormatSupport/ASF_Support.cpp allows\n remote attackers to cause a denial of service (infinite\n loop) via a crafted .asf file.(CVE-2017-18236)\n\n - An issue was discovered in Exempi before 2.4.4. The\n TradQT_Manager::ParseCachedBoxes function in\n XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n allows remote attackers to cause a denial of service\n (infinite loop) via crafted XMP data in a .qt\n file.(CVE-2017-18238)\n\n - An issue was discovered in Exempi through 2.4.4. A\n certain case of a 0xffffffff length is mishandled in\n XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp,\n leading to a heap-based buffer over-read in the\n PSD_MetaHandler::CacheFileData()\n function.(CVE-2018-7730)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\");\n # https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2575\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?8e385c1b\");\n script_set_attribute(attribute:\"solution\", value:\n\"Update the affected exempi packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:N/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:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/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:\"patch_publication_date\", value:\"2019/12/18\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/12/19\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:huawei:euleros:exempi\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:huawei:euleros:2.0\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Huawei Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/EulerOS/release\", \"Host/EulerOS/rpm-list\", \"Host/EulerOS/sp\");\n script_exclude_keys(\"Host/EulerOS/uvp_version\");\n\n exit(0);\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);\n\nrelease = get_kb_item(\"Host/EulerOS/release\");\nif (isnull(release) || release !~ \"^EulerOS\") audit(AUDIT_OS_NOT, \"EulerOS\");\nif (release !~ \"^EulerOS release 2\\.0(\\D|$)\") audit(AUDIT_OS_NOT, \"EulerOS 2.0\");\n\nsp = get_kb_item(\"Host/EulerOS/sp\");\nif (isnull(sp) || sp !~ \"^(3)$\") audit(AUDIT_OS_NOT, \"EulerOS 2.0 SP3\");\n\nuvp = get_kb_item(\"Host/EulerOS/uvp_version\");\nif (!empty_or_null(uvp)) audit(AUDIT_OS_NOT, \"EulerOS 2.0 SP3\", \"EulerOS UVP \" + uvp);\n\nif (!get_kb_item(\"Host/EulerOS/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\" && \"aarch64\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"EulerOS\", cpu);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_ARCH_NOT, \"i686 / x86_64\", cpu);\n\nflag = 0;\n\npkgs = [\"exempi-2.2.0-8.h2\"];\n\nforeach (pkg in pkgs)\n if (rpm_check(release:\"EulerOS-2.0\", sp:\"3\", reference:pkg)) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\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, \"exempi\");\n}\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2021-01-07T08:59:50", "description": "According to the versions of the exempi package installed, the\nEulerOS installation on the remote host is affected by the following\nvulnerabilities :\n\n - An issue was discovered in Exempi before 2.4.4. The\n ASF_Support::ReadHeaderObject function in\n XMPFiles/source/FormatSupport/ASF_Support.cpp allows\n remote attackers to cause a denial of service (infinite\n loop) via a crafted .asf file.(CVE-2017-18236)\n\n - An issue was discovered in Exempi before 2.4.4. The\n TradQT_Manager::ParseCachedBoxes function in\n XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n allows remote attackers to cause a denial of service\n (infinite loop) via crafted XMP data in a .qt\n file.(CVE-2017-18238)\n\n - An issue was discovered in Exempi before 2.4.4. Integer\n overflow in the Chunk class in\n XMPFiles/source/FormatSupport/RIFF.cpp allows remote\n attackers to cause a denial of service (infinite loop)\n via crafted XMP data in a .avi file.(CVE-2017-18233)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 10, "cvss3": {"score": 5.5, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"}, "published": "2019-11-12T00:00:00", "title": "EulerOS 2.0 SP5 : exempi (EulerOS-SA-2019-2143)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2017-18233", "CVE-2017-18236"], "modified": "2019-11-12T00:00:00", "cpe": ["p-cpe:/a:huawei:euleros:exempi", "cpe:/o:huawei:euleros:2.0"], "id": "EULEROS_SA-2019-2143.NASL", "href": "https://www.tenable.com/plugins/nessus/130852", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(130852);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\n \"CVE-2017-18233\",\n \"CVE-2017-18236\",\n \"CVE-2017-18238\"\n );\n\n script_name(english:\"EulerOS 2.0 SP5 : exempi (EulerOS-SA-2019-2143)\");\n script_summary(english:\"Checks the rpm output for the updated packages.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote EulerOS host is missing multiple security updates.\");\n script_set_attribute(attribute:\"description\", value:\n\"According to the versions of the exempi package installed, the\nEulerOS installation on the remote host is affected by the following\nvulnerabilities :\n\n - An issue was discovered in Exempi before 2.4.4. The\n ASF_Support::ReadHeaderObject function in\n XMPFiles/source/FormatSupport/ASF_Support.cpp allows\n remote attackers to cause a denial of service (infinite\n loop) via a crafted .asf file.(CVE-2017-18236)\n\n - An issue was discovered in Exempi before 2.4.4. The\n TradQT_Manager::ParseCachedBoxes function in\n XMPFiles/source/FormatSupport/QuickTime_Support.cpp\n allows remote attackers to cause a denial of service\n (infinite loop) via crafted XMP data in a .qt\n file.(CVE-2017-18238)\n\n - An issue was discovered in Exempi before 2.4.4. Integer\n overflow in the Chunk class in\n XMPFiles/source/FormatSupport/RIFF.cpp allows remote\n attackers to cause a denial of service (infinite loop)\n via crafted XMP data in a .avi file.(CVE-2017-18233)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\");\n # https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2143\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?0f08efc5\");\n script_set_attribute(attribute:\"solution\", value:\n\"Update the affected exempi packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:N/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:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/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:\"patch_publication_date\", value:\"2019/10/27\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/11/12\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:huawei:euleros:exempi\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:huawei:euleros:2.0\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Huawei Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/EulerOS/release\", \"Host/EulerOS/rpm-list\", \"Host/EulerOS/sp\");\n script_exclude_keys(\"Host/EulerOS/uvp_version\");\n\n exit(0);\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);\n\nrelease = get_kb_item(\"Host/EulerOS/release\");\nif (isnull(release) || release !~ \"^EulerOS\") audit(AUDIT_OS_NOT, \"EulerOS\");\nif (release !~ \"^EulerOS release 2\\.0(\\D|$)\") audit(AUDIT_OS_NOT, \"EulerOS 2.0\");\n\nsp = get_kb_item(\"Host/EulerOS/sp\");\nif (isnull(sp) || sp !~ \"^(5)$\") audit(AUDIT_OS_NOT, \"EulerOS 2.0 SP5\");\n\nuvp = get_kb_item(\"Host/EulerOS/uvp_version\");\nif (!empty_or_null(uvp)) audit(AUDIT_OS_NOT, \"EulerOS 2.0 SP5\", \"EulerOS UVP \" + uvp);\n\nif (!get_kb_item(\"Host/EulerOS/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\" && \"aarch64\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"EulerOS\", cpu);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_ARCH_NOT, \"i686 / x86_64\", cpu);\n\nflag = 0;\n\npkgs = [\"exempi-2.2.0-8.h4.eulerosv2r7\"];\n\nforeach (pkg in pkgs)\n if (rpm_check(release:\"EulerOS-2.0\", sp:\"5\", reference:pkg)) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\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, \"exempi\");\n}\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}}], "cve": [{"lastseen": "2020-12-09T20:13:28", "description": "An issue was discovered in Exempi before 2.4.4. Integer overflow in the Chunk class in XMPFiles/source/FormatSupport/RIFF.cpp allows remote attackers to cause a denial of service (infinite loop) via crafted XMP data in a .avi file.", "edition": 7, "cvss3": {"exploitabilityScore": 1.8, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "integrityImpact": "NONE", "baseScore": 5.5, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "userInteraction": "REQUIRED", "version": "3.0"}, "impactScore": 3.6}, "published": "2018-03-15T19:29:00", "title": "CVE-2017-18233", "type": "cve", "cwe": ["CWE-835", "CWE-190"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "PARTIAL", "integrityImpact": "NONE", "baseScore": 4.3, "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "acInsufInfo": false, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2017-18233"], "modified": "2019-10-03T00:03:00", "cpe": ["cpe:/o:canonical:ubuntu_linux:17.10", "cpe:/o:canonical:ubuntu_linux:16.04", "cpe:/o:debian:debian_linux:7.0", "cpe:/o:canonical:ubuntu_linux:14.04"], "id": "CVE-2017-18233", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-18233", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}, "cpe23": ["cpe:2.3:o:canonical:ubuntu_linux:17.10:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "cpe:2.3:o:debian:debian_linux:7.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*"]}, {"lastseen": "2020-12-09T20:13:28", "description": "An issue was discovered in Exempi before 2.4.3. It allows remote attackers to cause a denial of service (invalid memcpy with resultant use-after-free) or possibly have unspecified other impact via a .pdf file containing JPEG data, related to XMPFiles/source/FormatSupport/ReconcileTIFF.cpp, XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp, and XMPFiles/source/FormatSupport/TIFF_Support.hpp.", "edition": 6, "cvss3": {"exploitabilityScore": 1.8, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "baseScore": 7.8, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "userInteraction": "REQUIRED", "version": "3.0"}, "impactScore": 5.9}, "published": "2018-03-15T19:29:00", "title": "CVE-2017-18234", "type": "cve", "cwe": ["CWE-416"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 6.8, "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "acInsufInfo": false, "impactScore": 6.4, "obtainUserPrivilege": false}, "cvelist": ["CVE-2017-18234"], "modified": "2019-08-06T17:15:00", "cpe": ["cpe:/o:canonical:ubuntu_linux:17.10", "cpe:/o:canonical:ubuntu_linux:16.04", "cpe:/o:debian:debian_linux:7.0", "cpe:/o:canonical:ubuntu_linux:14.04"], "id": "CVE-2017-18234", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-18234", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}, "cpe23": ["cpe:2.3:o:canonical:ubuntu_linux:17.10:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "cpe:2.3:o:debian:debian_linux:7.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*"]}, {"lastseen": "2020-12-09T20:13:28", "description": "An issue was discovered in Exempi before 2.4.4. The TradQT_Manager::ParseCachedBoxes function in XMPFiles/source/FormatSupport/QuickTime_Support.cpp allows remote attackers to cause a denial of service (infinite loop) via crafted XMP data in a .qt file.", "edition": 7, "cvss3": {"exploitabilityScore": 1.8, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "integrityImpact": "NONE", "baseScore": 5.5, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "userInteraction": "REQUIRED", "version": "3.0"}, "impactScore": 3.6}, "published": "2018-03-15T19:29:00", "title": "CVE-2017-18238", "type": "cve", "cwe": ["CWE-835"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "PARTIAL", "integrityImpact": "NONE", "baseScore": 4.3, "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2017-18238"], "modified": "2019-10-03T00:03:00", "cpe": ["cpe:/o:debian:debian_linux:7.0"], "id": "CVE-2017-18238", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-18238", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}, "cpe23": ["cpe:2.3:o:debian:debian_linux:7.0:*:*:*:*:*:*:*"]}, {"lastseen": "2020-12-09T20:13:28", "description": "An issue was discovered in Exempi before 2.4.4. The ASF_Support::ReadHeaderObject function in XMPFiles/source/FormatSupport/ASF_Support.cpp allows remote attackers to cause a denial of service (infinite loop) via a crafted .asf file.", "edition": 7, "cvss3": {"exploitabilityScore": 1.8, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "integrityImpact": "NONE", "baseScore": 5.5, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "userInteraction": "REQUIRED", "version": "3.0"}, "impactScore": 3.6}, "published": "2018-03-15T19:29:00", "title": "CVE-2017-18236", "type": "cve", "cwe": ["CWE-835"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "PARTIAL", "integrityImpact": "NONE", "baseScore": 4.3, "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "acInsufInfo": false, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2017-18236"], "modified": "2019-10-03T00:03:00", "cpe": ["cpe:/o:canonical:ubuntu_linux:17.10", "cpe:/o:canonical:ubuntu_linux:16.04", "cpe:/o:debian:debian_linux:7.0", "cpe:/o:canonical:ubuntu_linux:14.04"], "id": "CVE-2017-18236", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-18236", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}, "cpe23": ["cpe:2.3:o:canonical:ubuntu_linux:17.10:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "cpe:2.3:o:debian:debian_linux:7.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*"]}, {"lastseen": "2020-12-09T20:25:46", "description": "An issue was discovered in Exempi through 2.4.4. A certain case of a 0xffffffff length is mishandled in XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp, leading to a heap-based buffer over-read in the PSD_MetaHandler::CacheFileData() function.", "edition": 7, "cvss3": {"exploitabilityScore": 1.8, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "integrityImpact": "NONE", "baseScore": 5.5, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "userInteraction": "REQUIRED", "version": "3.0"}, "impactScore": 3.6}, "published": "2018-03-06T18:29:00", "title": "CVE-2018-7730", "type": "cve", "cwe": ["CWE-125"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "PARTIAL", "integrityImpact": "NONE", "baseScore": 4.3, "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "acInsufInfo": false, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2018-7730"], "modified": "2020-10-26T12:17:00", "cpe": ["cpe:/o:canonical:ubuntu_linux:17.10", "cpe:/o:canonical:ubuntu_linux:16.04", "cpe:/a:exempi_project:exempi:2.4.4", "cpe:/o:debian:debian_linux:7.0", "cpe:/o:canonical:ubuntu_linux:14.04"], "id": "CVE-2018-7730", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-7730", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}, "cpe23": ["cpe:2.3:o:canonical:ubuntu_linux:17.10:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "cpe:2.3:a:exempi_project:exempi:2.4.4:*:*:*:*:*:*:*", "cpe:2.3:o:debian:debian_linux:7.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*"]}], "openvas": [{"lastseen": "2020-01-29T20:11:33", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2018-7728", "CVE-2017-18234", "CVE-2017-18236"], "description": "Various issues were discovered in exempi, a library to parse XMP\nmetadata that may cause a denial-of-service or may have other\nunspecified impact via crafted files.\n\nCVE-2017-18233\nAn Integer overflow in the Chunk class in RIFF.cpp allows remote\nattackers to cause a denial of service (infinite loop) via crafted\nXMP data in an .avi file.\n\nCVE-2017-18234\nAn issue was discovered that allows remote attackers to cause a\ndenial of service (invalid memcpy with resultant use-after-free)\nor possibly have unspecified other impact via a .pdf file containing\nJPEG data.\n\nCVE-2017-18236\nThe ASF_Support::ReadHeaderObject function in ASF_Support.cpp allows\nremote attackers to cause a denial of service (infinite loop) via a\ncrafted .asf file.\n\nCVE-2017-18238\nThe TradQT_Manager::ParseCachedBoxes function in\nQuickTime_Support.cpp allows remote attackers to cause\na denial of service (infinite loop) via crafted XMP data in\na .qt file.\n\nCVE-2018-7728\nTIFF_Handler.cpp mishandles a case of a zero length, leading to a\nheap-based buffer over-read in the MD5Update() function in\nMD5.cpp.\n\nCVE-2018-7730\nA certain case of a 0xffffffff length is mishandled in\nPSIR_FileWriter.cpp, leading to a heap-based buffer over-read\nin the PSD_MetaHandler::CacheFileData() function.", "modified": "2020-01-29T00:00:00", "published": "2018-03-27T00:00:00", "id": "OPENVAS:1361412562310891310", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310891310", "type": "openvas", "title": "Debian LTS: Security Advisory for exempi (DLA-1310-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.891310\");\n script_version(\"2020-01-29T08:22:52+0000\");\n script_cve_id(\"CVE-2017-18233\", \"CVE-2017-18234\", \"CVE-2017-18236\", \"CVE-2017-18238\", \"CVE-2018-7728\", \"CVE-2018-7730\");\n script_name(\"Debian LTS: Security Advisory for exempi (DLA-1310-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-03-27 00:00:00 +0200 (Tue, 27 Mar 2018)\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/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/03/msg00013.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=DEB7\");\n\n script_tag(name:\"affected\", value:\"exempi on Debian Linux\");\n\n script_tag(name:\"solution\", value:\"For Debian 7 'Wheezy', these problems have been fixed in version\n2.2.0-1+deb7u1.\n\nWe recommend that you upgrade your exempi packages.\");\n\n script_tag(name:\"summary\", value:\"Various issues were discovered in exempi, a library to parse XMP\nmetadata that may cause a denial-of-service or may have other\nunspecified impact via crafted files.\n\nCVE-2017-18233\nAn Integer overflow in the Chunk class in RIFF.cpp allows remote\nattackers to cause a denial of service (infinite loop) via crafted\nXMP data in an .avi file.\n\nCVE-2017-18234\nAn issue was discovered that allows remote attackers to cause a\ndenial of service (invalid memcpy with resultant use-after-free)\nor possibly have unspecified other impact via a .pdf file containing\nJPEG data.\n\nCVE-2017-18236\nThe ASF_Support::ReadHeaderObject function in ASF_Support.cpp allows\nremote attackers to cause a denial of service (infinite loop) via a\ncrafted .asf file.\n\nCVE-2017-18238\nThe TradQT_Manager::ParseCachedBoxes function in\nQuickTime_Support.cpp allows remote attackers to cause\na denial of service (infinite loop) via crafted XMP data in\na .qt file.\n\nCVE-2018-7728\nTIFF_Handler.cpp mishandles a case of a zero length, leading to a\nheap-based buffer over-read in the MD5Update() function in\nMD5.cpp.\n\nCVE-2018-7730\nA certain case of a 0xffffffff length is mishandled in\nPSIR_FileWriter.cpp, leading to a heap-based buffer over-read\nin the PSD_MetaHandler::CacheFileData() function.\");\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:\"libexempi-dev\", ver:\"2.2.0-1+deb7u1\", rls:\"DEB7\"))) {\n report += res;\n}\nif(!isnull(res = isdpkgvuln(pkg:\"libexempi3\", ver:\"2.2.0-1+deb7u1\", rls:\"DEB7\"))) {\n report += res;\n}\nif(!isnull(res = isdpkgvuln(pkg:\"libexempi3-dbg\", ver:\"2.2.0-1+deb7u1\", rls:\"DEB7\"))) {\n report += res;\n}\n\nif(report != \"\") {\n security_message(data:report);\n} else if(__pkg_match) {\n exit(99);\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-01-27T18:35:34", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18236"], "description": "The remote host is missing an update for the Huawei EulerOS\n ", "modified": "2020-01-23T00:00:00", "published": "2020-01-23T00:00:00", "id": "OPENVAS:1361412562311220192575", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562311220192575", "type": "openvas", "title": "Huawei EulerOS: Security Advisory for exempi (EulerOS-SA-2019-2575)", "sourceData": "# Copyright (C) 2020 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) 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.1.2.2019.2575\");\n script_version(\"2020-01-23T13:06:53+0000\");\n script_cve_id(\"CVE-2017-18233\", \"CVE-2017-18236\", \"CVE-2017-18238\", \"CVE-2018-7730\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:N/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-01-23 13:06:53 +0000 (Thu, 23 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2020-01-23 13:06:53 +0000 (Thu, 23 Jan 2020)\");\n script_name(\"Huawei EulerOS: Security Advisory for exempi (EulerOS-SA-2019-2575)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2020 Greenbone Networks GmbH\");\n script_family(\"Huawei EulerOS Local Security Checks\");\n script_dependencies(\"gb_huawei_euleros_consolidation.nasl\");\n script_mandatory_keys(\"ssh/login/euleros\", \"ssh/login/rpms\", re:\"ssh/login/release=EULEROS-2\\.0SP3\");\n\n script_xref(name:\"EulerOS-SA\", value:\"2019-2575\");\n script_xref(name:\"URL\", value:\"https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2575\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the Huawei EulerOS\n 'exempi' package(s) announced via the EulerOS-SA-2019-2575 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:\"An issue was discovered in Exempi before 2.4.4. Integer overflow in the Chunk class in XMPFiles/source/FormatSupport/RIFF.cpp allows remote attackers to cause a denial of service (infinite loop) via crafted XMP data in a .avi file.(CVE-2017-18233)\n\nAn issue was discovered in Exempi before 2.4.4. The ASF_Support::ReadHeaderObject function in XMPFiles/source/FormatSupport/ASF_Support.cpp allows remote attackers to cause a denial of service (infinite loop) via a crafted .asf file.(CVE-2017-18236)\n\nAn issue was discovered in Exempi before 2.4.4. The TradQT_Manager::ParseCachedBoxes function in XMPFiles/source/FormatSupport/QuickTime_Support.cpp allows remote attackers to cause a denial of service (infinite loop) via crafted XMP data in a .qt file.(CVE-2017-18238)\n\nAn issue was discovered in Exempi through 2.4.4. A certain case of a 0xffffffff length is mishandled in XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp, leading to a heap-based buffer over-read in the PSD_MetaHandler::CacheFileData() function.(CVE-2018-7730)\");\n\n script_tag(name:\"affected\", value:\"'exempi' package(s) on Huawei EulerOS V2.0SP3.\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\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 = \"\";\nreport = \"\";\n\nif(release == \"EULEROS-2.0SP3\") {\n\n if(!isnull(res = isrpmvuln(pkg:\"exempi\", rpm:\"exempi~2.2.0~8.h2\", rls:\"EULEROS-2.0SP3\"))) {\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);", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2020-01-27T18:33:13", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2017-18236"], "description": "The remote host is missing an update for the Huawei EulerOS\n ", "modified": "2020-01-23T00:00:00", "published": "2020-01-23T00:00:00", "id": "OPENVAS:1361412562311220192373", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562311220192373", "type": "openvas", "title": "Huawei EulerOS: Security Advisory for exempi (EulerOS-SA-2019-2373)", "sourceData": "# Copyright (C) 2020 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) 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.1.2.2019.2373\");\n script_version(\"2020-01-23T12:51:47+0000\");\n script_cve_id(\"CVE-2017-18233\", \"CVE-2017-18236\", \"CVE-2017-18238\", \"CVE-2018-7730\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:N/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-01-23 12:51:47 +0000 (Thu, 23 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2020-01-23 12:51:47 +0000 (Thu, 23 Jan 2020)\");\n script_name(\"Huawei EulerOS: Security Advisory for exempi (EulerOS-SA-2019-2373)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2020 Greenbone Networks GmbH\");\n script_family(\"Huawei EulerOS Local Security Checks\");\n script_dependencies(\"gb_huawei_euleros_consolidation.nasl\");\n script_mandatory_keys(\"ssh/login/euleros\", \"ssh/login/rpms\", re:\"ssh/login/release=EULEROS-2\\.0SP2\");\n\n script_xref(name:\"EulerOS-SA\", value:\"2019-2373\");\n script_xref(name:\"URL\", value:\"https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2373\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the Huawei EulerOS\n 'exempi' package(s) announced via the EulerOS-SA-2019-2373 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:\"An issue was discovered in Exempi before 2.4.4. Integer overflow in the Chunk class in XMPFiles/source/FormatSupport/RIFF.cpp allows remote attackers to cause a denial of service (infinite loop) via crafted XMP data in a .avi file.(CVE-2017-18233)\n\nAn issue was discovered in Exempi before 2.4.4. The ASF_Support::ReadHeaderObject function in XMPFiles/source/FormatSupport/ASF_Support.cpp allows remote attackers to cause a denial of service (infinite loop) via a crafted .asf file.(CVE-2017-18236)\n\nAn issue was discovered in Exempi before 2.4.4. The TradQT_Manager::ParseCachedBoxes function in XMPFiles/source/FormatSupport/QuickTime_Support.cpp allows remote attackers to cause a denial of service (infinite loop) via crafted XMP data in a .qt file.(CVE-2017-18238)\n\nAn issue was discovered in Exempi through 2.4.4. A certain case of a 0xffffffff length is mishandled in XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp, leading to a heap-based buffer over-read in the PSD_MetaHandler::CacheFileData() function.(CVE-2018-7730)\");\n\n script_tag(name:\"affected\", value:\"'exempi' package(s) on Huawei EulerOS V2.0SP2.\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\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 = \"\";\nreport = \"\";\n\nif(release == \"EULEROS-2.0SP2\") {\n\n if(!isnull(res = isrpmvuln(pkg:\"exempi\", rpm:\"exempi~2.2.0~8.h2\", rls:\"EULEROS-2.0SP2\"))) {\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);", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2020-01-27T18:33:30", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2017-18233", "CVE-2017-18236"], "description": "The remote host is missing an update for the Huawei EulerOS\n ", "modified": "2020-01-23T00:00:00", "published": "2020-01-23T00:00:00", "id": "OPENVAS:1361412562311220192143", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562311220192143", "type": "openvas", "title": "Huawei EulerOS: Security Advisory for exempi (EulerOS-SA-2019-2143)", "sourceData": "# Copyright (C) 2020 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) 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.1.2.2019.2143\");\n script_version(\"2020-01-23T12:36:12+0000\");\n script_cve_id(\"CVE-2017-18233\", \"CVE-2017-18236\", \"CVE-2017-18238\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:N/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-01-23 12:36:12 +0000 (Thu, 23 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2020-01-23 12:36:12 +0000 (Thu, 23 Jan 2020)\");\n script_name(\"Huawei EulerOS: Security Advisory for exempi (EulerOS-SA-2019-2143)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2020 Greenbone Networks GmbH\");\n script_family(\"Huawei EulerOS Local Security Checks\");\n script_dependencies(\"gb_huawei_euleros_consolidation.nasl\");\n script_mandatory_keys(\"ssh/login/euleros\", \"ssh/login/rpms\", re:\"ssh/login/release=EULEROS-2\\.0SP5\");\n\n script_xref(name:\"EulerOS-SA\", value:\"2019-2143\");\n script_xref(name:\"URL\", value:\"https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2143\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the Huawei EulerOS\n 'exempi' package(s) announced via the EulerOS-SA-2019-2143 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:\"An issue was discovered in Exempi before 2.4.4. The ASF_Support::ReadHeaderObject function in XMPFiles/source/FormatSupport/ASF_Support.cpp allows remote attackers to cause a denial of service (infinite loop) via a crafted .asf file.(CVE-2017-18236)\n\nAn issue was discovered in Exempi before 2.4.4. The TradQT_Manager::ParseCachedBoxes function in XMPFiles/source/FormatSupport/QuickTime_Support.cpp allows remote attackers to cause a denial of service (infinite loop) via crafted XMP data in a .qt file.(CVE-2017-18238)\n\nAn issue was discovered in Exempi before 2.4.4. Integer overflow in the Chunk class in XMPFiles/source/FormatSupport/RIFF.cpp allows remote attackers to cause a denial of service (infinite loop) via crafted XMP data in a .avi file.(CVE-2017-18233)\");\n\n script_tag(name:\"affected\", value:\"'exempi' package(s) on Huawei EulerOS V2.0SP5.\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\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 = \"\";\nreport = \"\";\n\nif(release == \"EULEROS-2.0SP5\") {\n\n if(!isnull(res = isrpmvuln(pkg:\"exempi\", rpm:\"exempi~2.2.0~8.h4.eulerosv2r7\", rls:\"EULEROS-2.0SP5\"))) {\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);", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2020-01-31T17:37:30", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2017-18233", "CVE-2017-18236"], "description": "The remote host is missing an update for the ", "modified": "2020-01-31T00:00:00", "published": "2018-09-21T00:00:00", "id": "OPENVAS:1361412562310851899", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310851899", "type": "openvas", "title": "openSUSE: Security Advisory for exempi (openSUSE-SU-2018:2764-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.851899\");\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-21 08:10:35 +0200 (Fri, 21 Sep 2018)\");\n script_cve_id(\"CVE-2017-18233\", \"CVE-2017-18236\", \"CVE-2017-18238\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:N/A:P\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_name(\"openSUSE: Security Advisory for exempi (openSUSE-SU-2018:2764-1)\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'exempi'\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 exempi fixes the following security issue:\n\n - CVE-2017-18236: The ASF_Support::ReadHeaderObject function allowed\n remote attackers to cause a denial of service (infinite loop) via a\n crafted .asf file (bsc#1085589)\n\n - CVE-2017-18233: Prevent integer overflow in the Chunk class that allowed\n remote attackers to cause a denial of service (infinite loop) via\n crafted XMP data in a .avi file (bsc#1085584)\n\n - CVE-2017-18238: The TradQT_Manager::ParseCachedBoxes function allowed\n remote attackers to cause a denial of service (infinite loop) via\n crafted XMP data in a .qt file (bsc#1085583)\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-1022=1\");\n\n script_tag(name:\"affected\", value:\"exempi 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:2764-1\");\n script_xref(name:\"URL\", value:\"https://lists.opensuse.org/opensuse-security-announce/2018-09/msg00041.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:\"exempi-debugsource\", rpm:\"exempi-debugsource~2.2.2~6.8.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"exempi-tools\", rpm:\"exempi-tools~2.2.2~6.8.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"exempi-tools-debuginfo\", rpm:\"exempi-tools-debuginfo~2.2.2~6.8.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libexempi-devel\", rpm:\"libexempi-devel~2.2.2~6.8.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libexempi3\", rpm:\"libexempi3~2.2.2~6.8.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libexempi3-debuginfo\", rpm:\"libexempi3-debuginfo~2.2.2~6.8.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libexempi3-32bit\", rpm:\"libexempi3-32bit~2.2.2~6.8.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libexempi3-debuginfo-32bit\", rpm:\"libexempi3-debuginfo-32bit~2.2.2~6.8.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": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2019-05-29T18:33:24", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2018-7729", "CVE-2018-7731", "CVE-2018-7728", "CVE-2017-18234", "CVE-2017-18236"], "description": "The remote host is missing an update for the ", "modified": "2019-03-18T00:00:00", "published": "2018-06-05T00:00:00", "id": "OPENVAS:1361412562310843542", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310843542", "type": "openvas", "title": "Ubuntu Update for exempi USN-3668-1", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_ubuntu_USN_3668_1.nasl 14288 2019-03-18 16:34:17Z cfischer $\n#\n# Ubuntu Update for exempi USN-3668-1\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.843542\");\n script_version(\"$Revision: 14288 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-18 17:34:17 +0100 (Mon, 18 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2018-06-05 12:55:29 +0200 (Tue, 05 Jun 2018)\");\n script_cve_id(\"CVE-2017-18233\", \"CVE-2017-18234\", \"CVE-2017-18236\", \"CVE-2017-18238\",\n \"CVE-2018-7728\", \"CVE-2018-7729\", \"CVE-2018-7730\", \"CVE-2018-7731\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_name(\"Ubuntu Update for exempi USN-3668-1\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'exempi'\n package(s) announced via the referenced advisory.\");\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the\ntarget host.\");\n script_tag(name:\"insight\", value:\"It was discovered that Exempi incorrectly handled\ncertain media files. If a user or automated system were tricked into opening a\nspecially crafted file, a remote attacker could cause Exempi to hang or crash,\nresulting in a denial of service, or possibly execute arbitrary code.\");\n script_tag(name:\"affected\", value:\"exempi on Ubuntu 17.10,\n Ubuntu 16.04 LTS,\n Ubuntu 14.04 LTS\");\n script_tag(name:\"solution\", value:\"Please install the updated packages.\");\n\n script_xref(name:\"USN\", value:\"3668-1\");\n script_xref(name:\"URL\", value:\"http://www.ubuntu.com/usn/usn-3668-1/\");\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(\"Ubuntu Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/ubuntu_linux\", \"ssh/login/packages\", re:\"ssh/login/release=UBUNTU(14\\.04 LTS|17\\.10|16\\.04 LTS)\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-deb.inc\");\n\nrelease = dpkg_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"UBUNTU14.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"exempi\", ver:\"2.2.1-1ubuntu1.1\", rls:\"UBUNTU14.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isdpkgvuln(pkg:\"libexempi3\", ver:\"2.2.1-1ubuntu1.1\", rls:\"UBUNTU14.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU17.10\")\n{\n\n if ((res = isdpkgvuln(pkg:\"exempi\", ver:\"2.4.3-1ubuntu1.1\", rls:\"UBUNTU17.10\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isdpkgvuln(pkg:\"libexempi3\", ver:\"2.4.3-1ubuntu1.1\", rls:\"UBUNTU17.10\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU16.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"exempi\", ver:\"2.2.2-2ubuntu0.1\", rls:\"UBUNTU16.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isdpkgvuln(pkg:\"libexempi3\", ver:\"2.2.2-2ubuntu0.1\", rls:\"UBUNTU16.04 LTS\")) != 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": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-29T18:32:59", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-7730", "CVE-2017-18233", "CVE-2018-7729", "CVE-2018-7731", "CVE-2018-7728", "CVE-2017-18234", "CVE-2017-18235", "CVE-2017-18237", "CVE-2017-18236"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2018-04-06T00:00:00", "id": "OPENVAS:1361412562310874330", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310874330", "type": "openvas", "title": "Fedora Update for exempi FEDORA-2018-c442aad4dc", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_fedora_2018_c442aad4dc_exempi_fc27.nasl 14223 2019-03-15 13:49:35Z cfischer $\n#\n# Fedora Update for exempi FEDORA-2018-c442aad4dc\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.874330\");\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-04-06 10:09:12 +0200 (Fri, 06 Apr 2018)\");\n script_cve_id(\"CVE-2018-7728\", \"CVE-2018-7729\", \"CVE-2018-7730\", \"CVE-2018-7731\",\n \"CVE-2017-18233\", \"CVE-2017-18236\", \"CVE-2017-18234\", \"CVE-2017-18235\",\n \"CVE-2017-18237\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_name(\"Fedora Update for exempi FEDORA-2018-c442aad4dc\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'exempi'\n package(s) announced via the referenced advisory.\");\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n script_tag(name:\"affected\", value:\"exempi on Fedora 27\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_xref(name:\"FEDORA\", value:\"2018-c442aad4dc\");\n script_xref(name:\"URL\", value:\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/H4PKNNGR3XYNB7B7BYNWTABCOPERDDLB\");\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:\"exempi\", rpm:\"exempi~2.4.5~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": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-01-27T18:37:21", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18234"], "description": "The remote host is missing an update for the Huawei EulerOS\n ", "modified": "2020-01-23T00:00:00", "published": "2020-01-23T00:00:00", "id": "OPENVAS:1361412562311220181111", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562311220181111", "type": "openvas", "title": "Huawei EulerOS: Security Advisory for exempi (EulerOS-SA-2018-1111)", "sourceData": "# Copyright (C) 2020 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) 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.1.2.2018.1111\");\n script_version(\"2020-01-23T11:12:56+0000\");\n script_cve_id(\"CVE-2017-18234\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-01-23 11:12:56 +0000 (Thu, 23 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2020-01-23 11:12:56 +0000 (Thu, 23 Jan 2020)\");\n script_name(\"Huawei EulerOS: Security Advisory for exempi (EulerOS-SA-2018-1111)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2020 Greenbone Networks GmbH\");\n script_family(\"Huawei EulerOS Local Security Checks\");\n script_dependencies(\"gb_huawei_euleros_consolidation.nasl\");\n script_mandatory_keys(\"ssh/login/euleros\", \"ssh/login/rpms\", re:\"ssh/login/release=EULEROS-2\\.0SP2\");\n\n script_xref(name:\"EulerOS-SA\", value:\"2018-1111\");\n script_xref(name:\"URL\", value:\"https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2018-1111\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the Huawei EulerOS\n 'exempi' package(s) announced via the EulerOS-SA-2018-1111 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:\"An issue was discovered in Exempi before 2.4.3. It allows remote attackers to cause a denial of service (invalid memcpy with resultant use-after-free) or possibly have unspecified other impact via a .pdf file containing JPEG data, related to XMPFiles/source/FormatSupport/ReconcileTIFF.cpp, XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp, and XMPFiles/source/FormatSupport/TIFF_Support.hpp.(CVE-2017-18234)\");\n\n script_tag(name:\"affected\", value:\"'exempi' package(s) on Huawei EulerOS V2.0SP2.\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\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 = \"\";\nreport = \"\";\n\nif(release == \"EULEROS-2.0SP2\") {\n\n if(!isnull(res = isrpmvuln(pkg:\"exempi\", rpm:\"exempi~2.2.0~8.h1\", rls:\"EULEROS-2.0SP2\"))) {\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);", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-01-27T18:40:37", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18234"], "description": "The remote host is missing an update for the Huawei EulerOS\n ", "modified": "2020-01-23T00:00:00", "published": "2020-01-23T00:00:00", "id": "OPENVAS:1361412562311220181173", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562311220181173", "type": "openvas", "title": "Huawei EulerOS: Security Advisory for exempi (EulerOS-SA-2018-1173)", "sourceData": "# Copyright (C) 2020 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) 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.1.2.2018.1173\");\n script_version(\"2020-01-23T11:15:54+0000\");\n script_cve_id(\"CVE-2017-18234\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-01-23 11:15:54 +0000 (Thu, 23 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2020-01-23 11:15:54 +0000 (Thu, 23 Jan 2020)\");\n script_name(\"Huawei EulerOS: Security Advisory for exempi (EulerOS-SA-2018-1173)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2020 Greenbone Networks GmbH\");\n script_family(\"Huawei EulerOS Local Security Checks\");\n script_dependencies(\"gb_huawei_euleros_consolidation.nasl\");\n script_mandatory_keys(\"ssh/login/euleros\", \"ssh/login/rpms\", re:\"ssh/login/release=EULEROS-2\\.0SP3\");\n\n script_xref(name:\"EulerOS-SA\", value:\"2018-1173\");\n script_xref(name:\"URL\", value:\"https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2018-1173\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the Huawei EulerOS\n 'exempi' package(s) announced via the EulerOS-SA-2018-1173 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:\"An issue was discovered in Exempi before 2.4.3. It allows remote attackers to cause a denial of service (invalid memcpy with resultant use-after-free) or possibly have unspecified other impact via a .pdf file containing JPEG data, related to XMPFiles/source/FormatSupport/ReconcileTIFF.cpp, XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp, and XMPFiles/source/FormatSupport/TIFF_Support.hpp.(CVE-2017-18234)\");\n\n script_tag(name:\"affected\", value:\"'exempi' package(s) on Huawei EulerOS V2.0SP3.\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\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 = \"\";\nreport = \"\";\n\nif(release == \"EULEROS-2.0SP3\") {\n\n if(!isnull(res = isrpmvuln(pkg:\"exempi\", rpm:\"exempi~2.2.0~8.h1\", rls:\"EULEROS-2.0SP3\"))) {\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);", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-01-27T18:36:08", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-18234"], "description": "The remote host is missing an update for the Huawei EulerOS\n ", "modified": "2020-01-23T00:00:00", "published": "2020-01-23T00:00:00", "id": "OPENVAS:1361412562311220181124", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562311220181124", "type": "openvas", "title": "Huawei EulerOS: Security Advisory for exempi (EulerOS-SA-2018-1124)", "sourceData": "# Copyright (C) 2020 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) 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.1.2.2018.1124\");\n script_version(\"2020-01-23T15:42:05+0000\");\n script_cve_id(\"CVE-2017-18234\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-01-23 15:42:05 +0000 (Thu, 23 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2020-01-23 11:13:35 +0000 (Thu, 23 Jan 2020)\");\n script_name(\"Huawei EulerOS: Security Advisory for exempi (EulerOS-SA-2018-1124)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2020 Greenbone Networks GmbH\");\n script_family(\"Huawei EulerOS Local Security Checks\");\n script_dependencies(\"gb_huawei_euleros_consolidation.nasl\");\n script_mandatory_keys(\"ssh/login/euleros\", \"ssh/login/rpms\", re:\"ssh/login/release=EULEROS-2\\.0SP1\");\n\n script_xref(name:\"EulerOS-SA\", value:\"2018-1124\");\n script_xref(name:\"URL\", value:\"https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2018-1124\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the Huawei EulerOS\n 'exempi' package(s) announced via the EulerOS-SA-2018-1124 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:\"An issue was discovered in Exempi before 2.4.3. It allows remote attackers to cause a denial of service (invalid memcpy with resultant use-after-free) or possibly have unspecified other impact via a .pdf file containing JPEG data, related to XMPFiles/source/FormatSupport/ReconcileTIFF.cpp, XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp, and\n MPFiles/source/FormatSupport/TIFF_Support.hpp.(CVE-2017-18234)\");\n\n script_tag(name:\"affected\", value:\"'exempi' package(s) on Huawei EulerOS V2.0SP1.\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\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 = \"\";\nreport = \"\";\n\nif(release == \"EULEROS-2.0SP1\") {\n\n if(!isnull(res = isrpmvuln(pkg:\"exempi\", rpm:\"exempi~2.2.0~8.h1\", rls:\"EULEROS-2.0SP1\"))) {\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);", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "debian": [{"lastseen": "2019-05-30T02:21:25", "bulletinFamily": "unix", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2018-7728", "CVE-2017-18234", "CVE-2017-18236"], "description": "Package : exempi\nVersion : 2.2.0-1+deb7u1\nCVE ID : CVE-2017-18233 CVE-2017-18234 CVE-2017-18236\n CVE-2017-18238 CVE-2018-7728 CVE-2018-7730\n\nVarious issues were discovered in exempi, a library to parse XMP\nmetadata that may cause a denial-of-service or may have other\nunspecified impact via crafted files.\n\n\nCVE-2017-18233\n An Integer overflow in the Chunk class in RIFF.cpp allows remote\n attackers to cause a denial of service (infinite loop) via crafted\n XMP data in an .avi file.\n\nCVE-2017-18234\n An issue was discovered that allows remote attackers to cause a\n denial of service (invalid memcpy with resultant use-after-free)\n or possibly have unspecified other impact via a .pdf file containing\n JPEG data.\n\nCVE-2017-18236\n The ASF_Support::ReadHeaderObject function in ASF_Support.cpp allows\n remote attackers to cause a denial of service (infinite loop) via a\n crafted .asf file.\n\nCVE-2017-18238\n The TradQT_Manager::ParseCachedBoxes function in\n QuickTime_Support.cpp allows remote attackers to cause\n a denial of service (infinite loop) via crafted XMP data in\n a .qt file.\n\nCVE-2018-7728\n TIFF_Handler.cpp mishandles a case of a zero length, leading to a\n heap-based buffer over-read in the MD5Update() function in\n MD5.cpp.\n\nCVE-2018-7730\n A certain case of a 0xffffffff length is mishandled in\n PSIR_FileWriter.cpp, leading to a heap-based buffer over-read\n in the PSD_MetaHandler::CacheFileData() function.\n\nFor Debian 7 "Wheezy", these problems have been fixed in version\n2.2.0-1+deb7u1.\n\nWe recommend that you upgrade your exempi 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": 3, "modified": "2018-03-21T18:50:09", "published": "2018-03-21T18:50:09", "id": "DEBIAN:DLA-1310-1:908B7", "href": "https://lists.debian.org/debian-lts-announce/2018/debian-lts-announce-201803/msg00013.html", "title": "[SECURITY] [DLA 1310-1] exempi security update", "type": "debian", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "suse": [{"lastseen": "2018-09-20T14:00:51", "bulletinFamily": "unix", "cvelist": ["CVE-2017-18238", "CVE-2017-18233", "CVE-2017-18236"], "description": "This update for exempi fixes the following security issue:\n\n - CVE-2017-18236: The ASF_Support::ReadHeaderObject function allowed\n remote attackers to cause a denial of service (infinite loop) via a\n crafted .asf file (bsc#1085589)\n - CVE-2017-18233: Prevent integer overflow in the Chunk class that allowed\n remote attackers to cause a denial of service (infinite loop) via\n crafted XMP data in a .avi file (bsc#1085584)\n - CVE-2017-18238: The TradQT_Manager::ParseCachedBoxes function allowed\n remote attackers to cause a denial of service (infinite loop) via\n crafted XMP data in a .qt file (bsc#1085583)\n\n", "edition": 1, "modified": "2018-09-20T12:15:48", "published": "2018-09-20T12:15:48", "id": "OPENSUSE-SU-2018:2764-1", "href": "http://lists.opensuse.org/opensuse-security-announce/2018-09/msg00041.html", "title": "Security update for exempi (low)", "type": "suse", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:NONE/A:PARTIAL/"}}], "ubuntu": [{"lastseen": "2020-07-02T11:41:21", "bulletinFamily": "unix", "cvelist": ["CVE-2017-18238", "CVE-2018-7730", "CVE-2017-18233", "CVE-2018-7729", "CVE-2018-7731", "CVE-2018-7728", "CVE-2017-18234", "CVE-2017-18236"], "description": "It was discovered that Exempi incorrectly handled certain media files. If a \nuser or automated system were tricked into opening a specially crafted \nfile, a remote attacker could cause Exempi to hang or crash, resulting in a \ndenial of service, or possibly execute arbitrary code.", "edition": 5, "modified": "2018-06-04T00:00:00", "published": "2018-06-04T00:00:00", "id": "USN-3668-1", "href": "https://ubuntu.com/security/notices/USN-3668-1", "title": "Exempi vulnerabilities", "type": "ubuntu", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "fedora": [{"lastseen": "2020-12-21T08:17:54", "bulletinFamily": "unix", "cvelist": ["CVE-2017-18233", "CVE-2017-18234", "CVE-2017-18235", "CVE-2017-18237", "CVE-2018-7728", "CVE-2018-7729", "CVE-2018-7730", "CVE-2018-7731"], "description": "Exempi provides a library for easy parsing of XMP metadata. It is a port of Adobe XMP SDK to work on UNIX and to be build with GNU automake. It includes XMPCore and XMPFiles. ", "modified": "2018-04-04T17:10:51", "published": "2018-04-04T17:10:51", "id": "FEDORA:7096B6078F5A", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 27 Update: exempi-2.4.5-1.fc27", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:56", "bulletinFamily": "unix", "cvelist": ["CVE-2018-7728", "CVE-2018-7729", "CVE-2018-7730"], "description": "Python library to play with MS LDAP. ", "modified": "2020-10-23T22:21:19", "published": "2020-10-23T22:21:19", "id": "FEDORA:2078F313FB88", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 33 Update: python-msldap-0.3.15-1.fc33", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2020-12-21T08:17:54", "bulletinFamily": "unix", "cvelist": ["CVE-2018-7728", "CVE-2018-7729", "CVE-2018-7730", "CVE-2018-7731"], "description": "Exempi provides a library for easy parsing of XMP metadata. It is a port of Adobe XMP SDK to work on UNIX and to be build with GNU automake. It includes XMPCore and XMPFiles. ", "modified": "2018-04-04T15:54:05", "published": "2018-04-04T15:54:05", "id": "FEDORA:E4CB66049D29", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 28 Update: exempi-2.4.5-1.fc28", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}}]}