ID CVE-2013-2062 Type cve Reporter cve@mitre.org Modified 2013-09-12T03:34:00
Description
Multiple integer overflows in X.org libXp 1.0.1 and earlier allow X servers to trigger allocation of insufficient memory and a buffer overflow via vectors related to the (1) XpGetAttributes, (2) XpGetOneAttribute, (3) XpGetPrinterList, and (4) XpQueryScreens functions.
{"fedora": [{"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2062"], "description": "X.Org X11 libXp runtime library ", "modified": "2013-07-11T02:33:05", "published": "2013-07-11T02:33:05", "id": "FEDORA:C022822134", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 19 Update: libXp-1.0.2-1.fc19", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "nessus": [{"lastseen": "2021-01-12T10:10:53", "description": "Update to 1.0.2 which gives us a few years of general packaging\ncleanups but more importantly the fixes for CVE-2013-2062. There are\nvirtually no code changes other than that.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 13, "published": "2013-07-12T00:00:00", "title": "Fedora 19 : libXp-1.0.2-1.fc19 (2013-12083)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2062"], "modified": "2013-07-12T00:00:00", "cpe": ["cpe:/o:fedoraproject:fedora:19", "p-cpe:/a:fedoraproject:fedora:libXp"], "id": "FEDORA_2013-12083.NASL", "href": "https://www.tenable.com/plugins/nessus/67336", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2013-12083.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(67336);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2013-2062\");\n script_bugtraq_id(60131);\n script_xref(name:\"FEDORA\", value:\"2013-12083\");\n\n script_name(english:\"Fedora 19 : libXp-1.0.2-1.fc19 (2013-12083)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Update to 1.0.2 which gives us a few years of general packaging\ncleanups but more importantly the fixes for CVE-2013-2062. There are\nvirtually no code changes other than that.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.redhat.com/show_bug.cgi?id=960362\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-July/111176.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9a73a2ad\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected libXp package.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:libXp\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:19\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/07/01\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/07/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^19([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 19.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC19\", reference:\"libXp-1.0.2-1.fc19\")) 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, \"libXp\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-12T09:47:52", "description": "Ilja van Sprundel of IOActive discovered several security issues in\nmultiple components of the X.org graphics stack and the related\nlibraries: Various integer overflows, sign handling errors in integer\nconversions, buffer overflows, memory corruption and missing input\nsanitising may lead to privilege escalation or denial of service.", "edition": 16, "published": "2013-05-24T00:00:00", "title": "Debian DSA-2685-1 : libxp - several vulnerabilities", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2062"], "modified": "2013-05-24T00:00:00", "cpe": ["cpe:/o:debian:debian_linux:6.0", "cpe:/o:debian:debian_linux:7.0", "p-cpe:/a:debian:debian_linux:libxp"], "id": "DEBIAN_DSA-2685.NASL", "href": "https://www.tenable.com/plugins/nessus/66569", "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 DSA-2685. 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(66569);\n script_version(\"1.9\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2013-2062\");\n script_xref(name:\"DSA\", value:\"2685\");\n\n script_name(english:\"Debian DSA-2685-1 : libxp - several vulnerabilities\");\n script_summary(english:\"Checks dpkg output for the updated package\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Debian host is missing a security-related update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Ilja van Sprundel of IOActive discovered several security issues in\nmultiple components of the X.org graphics stack and the related\nlibraries: Various integer overflows, sign handling errors in integer\nconversions, buffer overflows, memory corruption and missing input\nsanitising may lead to privilege escalation or denial of service.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://packages.debian.org/source/squeeze/libxp\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://packages.debian.org/source/wheezy/libxp\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.debian.org/security/2013/dsa-2685\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"Upgrade the libxp packages.\n\nFor the oldstable distribution (squeeze), this problem has been fixed\nin version 1:1.0.0.xsf1-2+squeeze1.\n\nFor the stable distribution (wheezy), this problem has been fixed in\nversion 1:1.0.1-2+deb7u1.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:libxp\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:debian:debian_linux:6.0\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:debian:debian_linux:7.0\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/05/23\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/05/24\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-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:\"6.0\", prefix:\"libxp-dev\", reference:\"1:1.0.0.xsf1-2+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxp6\", reference:\"1:1.0.0.xsf1-2+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxp6-dbg\", reference:\"1:1.0.0.xsf1-2+squeeze1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxp-dev\", reference:\"1:1.0.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxp6\", reference:\"1:1.0.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxp6-dbg\", reference:\"1:1.0.1-2+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-20T12:26:41", "description": "This update of libXp fixes several integer overflow issues :\n\n -\n U_0001-integer-overflow-in-XpGetAttributes-XpGetOneAttri\n but.patch,\n U_0002-integer-overflows-in-XpGetPrinterList-CVE-2013-20\n 62-.patch,\n U_0003-integer-overflows-in-XpQueryScreens-CVE-2013-2062\n -3-.patch\n\n - integer overflow(s) in\n XpGetAttributes/XpGetOneAttribute, XpGetPrinterList()\n and XpQueryScreens() [CVE-2013-2062] (bnc#821668,\n bnc#815451)", "edition": 19, "published": "2014-06-13T00:00:00", "title": "openSUSE Security Update : libXp (openSUSE-SU-2013:1046-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2062"], "modified": "2014-06-13T00:00:00", "cpe": ["p-cpe:/a:novell:opensuse:libXp6-debuginfo-32bit", "cpe:/o:novell:opensuse:12.3", "p-cpe:/a:novell:opensuse:libXp-devel", "p-cpe:/a:novell:opensuse:libXp-devel-32bit", "p-cpe:/a:novell:opensuse:libXp-debugsource", "p-cpe:/a:novell:opensuse:libXp6-debuginfo", "p-cpe:/a:novell:opensuse:libXp6", "p-cpe:/a:novell:opensuse:libXp6-32bit", "cpe:/o:novell:opensuse:12.2"], "id": "OPENSUSE-2013-514.NASL", "href": "https://www.tenable.com/plugins/nessus/75050", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from openSUSE Security Update openSUSE-2013-514.\n#\n# The text description of this plugin is (C) SUSE LLC.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(75050);\n script_version(\"1.7\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_cve_id(\"CVE-2013-2062\");\n script_bugtraq_id(60131);\n\n script_name(english:\"openSUSE Security Update : libXp (openSUSE-SU-2013:1046-1)\");\n script_summary(english:\"Check for the openSUSE-2013-514 patch\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote openSUSE host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"This update of libXp fixes several integer overflow issues :\n\n -\n U_0001-integer-overflow-in-XpGetAttributes-XpGetOneAttri\n but.patch,\n U_0002-integer-overflows-in-XpGetPrinterList-CVE-2013-20\n 62-.patch,\n U_0003-integer-overflows-in-XpQueryScreens-CVE-2013-2062\n -3-.patch\n\n - integer overflow(s) in\n XpGetAttributes/XpGetOneAttribute, XpGetPrinterList()\n and XpQueryScreens() [CVE-2013-2062] (bnc#821668,\n bnc#815451)\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=815451\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=821668\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://lists.opensuse.org/opensuse-updates/2013-06/msg00170.html\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected libXp 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_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libXp-debugsource\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libXp-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libXp-devel-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libXp6\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libXp6-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libXp6-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libXp6-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:12.2\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:12.3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/06/11\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2014/06/13\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2014-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\", \"Host/cpu\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release =~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"openSUSE\");\nif (release !~ \"^(SUSE12\\.2|SUSE12\\.3)$\") audit(AUDIT_OS_RELEASE_NOT, \"openSUSE\", \"12.2 / 12.3\", release);\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nourarch = get_kb_item(\"Host/cpu\");\nif (!ourarch) audit(AUDIT_UNKNOWN_ARCH);\nif (ourarch !~ \"^(i586|i686|x86_64)$\") audit(AUDIT_ARCH_NOT, \"i586 / i686 / x86_64\", ourarch);\n\nflag = 0;\n\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libXp-debugsource-1.0.1-2.7.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libXp-devel-1.0.1-2.7.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libXp6-1.0.1-2.7.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libXp6-debuginfo-1.0.1-2.7.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libXp-devel-32bit-1.0.1-2.7.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libXp6-32bit-1.0.1-2.7.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libXp6-debuginfo-32bit-1.0.1-2.7.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libXp-debugsource-1.0.1-4.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libXp-devel-1.0.1-4.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libXp6-1.0.1-4.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libXp6-debuginfo-1.0.1-4.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libXp-devel-32bit-1.0.1-4.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libXp6-32bit-1.0.1-4.6.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libXp6-debuginfo-32bit-1.0.1-4.6.1\") ) 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, \"libXp-debugsource / libXp-devel / libXp-devel-32bit / libXp6 / etc\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-20T14:42:03", "description": "This update of xorg-x11-libXp fixes several integer overflow issues.\n\nBug 815451/821668 CVE-2013-2062", "edition": 15, "published": "2013-06-29T00:00:00", "title": "SuSE 11.2 / 11.3 Security Update : xorg-x11-libXp (SAT Patch Numbers 7844 / 7938)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2062"], "modified": "2013-06-29T00:00:00", "cpe": ["p-cpe:/a:novell:suse_linux:11:xorg-x11-libXp-devel", "cpe:/o:novell:suse_linux:11", "p-cpe:/a:novell:suse_linux:11:xorg-x11-libXp-32bit", "p-cpe:/a:novell:suse_linux:11:xorg-x11-libXp"], "id": "SUSE_11_XORG-X11-LIBXP-130612.NASL", "href": "https://www.tenable.com/plugins/nessus/67110", "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 SuSE 11 update information. The text itself is\n# copyright (C) Novell, Inc.\n#\n\nif (NASL_LEVEL < 3000) exit(0);\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(67110);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_cve_id(\"CVE-2013-2062\");\n\n script_name(english:\"SuSE 11.2 / 11.3 Security Update : xorg-x11-libXp (SAT Patch Numbers 7844 / 7938)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote SuSE 11 host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"This update of xorg-x11-libXp fixes several integer overflow issues.\n\nBug 815451/821668 CVE-2013-2062\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=815451\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=821668\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-2062.html\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Apply SAT patch number 7844 / 7938 as appropriate.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:xorg-x11-libXp\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:xorg-x11-libXp-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:xorg-x11-libXp-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:suse_linux:11\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/06/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/06/29\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.\");\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)11\") audit(AUDIT_OS_NOT, \"SuSE 11\");\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 11\", cpu);\n\n\nflag = 0;\nif (rpm_check(release:\"SLED11\", sp:2, cpu:\"i586\", reference:\"xorg-x11-libXp-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:2, cpu:\"i586\", reference:\"xorg-x11-libXp-devel-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:2, cpu:\"x86_64\", reference:\"xorg-x11-libXp-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:2, cpu:\"x86_64\", reference:\"xorg-x11-libXp-32bit-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:2, cpu:\"x86_64\", reference:\"xorg-x11-libXp-devel-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:3, cpu:\"i586\", reference:\"xorg-x11-libXp-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:3, cpu:\"x86_64\", reference:\"xorg-x11-libXp-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:3, cpu:\"x86_64\", reference:\"xorg-x11-libXp-32bit-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:2, reference:\"xorg-x11-libXp-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:2, cpu:\"s390x\", reference:\"xorg-x11-libXp-32bit-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:2, cpu:\"x86_64\", reference:\"xorg-x11-libXp-32bit-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:3, reference:\"xorg-x11-libXp-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:3, cpu:\"s390x\", reference:\"xorg-x11-libXp-32bit-7.4-1.18.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:3, cpu:\"x86_64\", reference:\"xorg-x11-libXp-32bit-7.4-1.18.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 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-02-01T07:17:11", "description": "Ilja van Sprundel discovered multiple security issues in various X.org\nlibraries and components. An attacker could use these issues to cause\napplications to crash, resulting in a denial of service, or possibly\nexecute arbitrary code.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Ubuntu security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 25, "published": "2013-06-06T00:00:00", "title": "Ubuntu 12.04 LTS / 12.10 / 13.04 : libxp vulnerability (USN-1861-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2062"], "modified": "2021-02-02T00:00:00", "cpe": ["cpe:/o:canonical:ubuntu_linux:12.10", "p-cpe:/a:canonical:ubuntu_linux:libxp6", "cpe:/o:canonical:ubuntu_linux:13.04", "cpe:/o:canonical:ubuntu_linux:12.04:-:lts"], "id": "UBUNTU_USN-1861-1.NASL", "href": "https://www.tenable.com/plugins/nessus/66825", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from Ubuntu Security Notice USN-1861-1. The text \n# itself is copyright (C) Canonical, Inc. See \n# <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered \n# trademark of Canonical, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(66825);\n script_version(\"1.11\");\n script_cvs_date(\"Date: 2019/09/19 12:54:29\");\n\n script_cve_id(\"CVE-2013-2062\");\n script_bugtraq_id(60131);\n script_xref(name:\"USN\", value:\"1861-1\");\n\n script_name(english:\"Ubuntu 12.04 LTS / 12.10 / 13.04 : libxp vulnerability (USN-1861-1)\");\n script_summary(english:\"Checks dpkg output for updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Ubuntu host is missing a security-related patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Ilja van Sprundel discovered multiple security issues in various X.org\nlibraries and components. An attacker could use these issues to cause\napplications to crash, resulting in a denial of service, or possibly\nexecute arbitrary code.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Ubuntu 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://usn.ubuntu.com/1861-1/\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected libxp6 package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:libxp6\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:12.04:-:lts\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:12.10\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:13.04\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2013/06/15\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/06/05\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/06/06\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"Ubuntu Security Notice (C) 2013-2019 Canonical, Inc. / NASL script (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Ubuntu Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/cpu\", \"Host/Ubuntu\", \"Host/Ubuntu/release\", \"Host/Debian/dpkg-l\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"ubuntu.inc\");\ninclude(\"misc_func.inc\");\n\nif ( ! get_kb_item(\"Host/local_checks_enabled\") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/Ubuntu/release\");\nif ( isnull(release) ) audit(AUDIT_OS_NOT, \"Ubuntu\");\nrelease = chomp(release);\nif (! preg(pattern:\"^(12\\.04|12\\.10|13\\.04)$\", string:release)) audit(AUDIT_OS_NOT, \"Ubuntu 12.04 / 12.10 / 13.04\", \"Ubuntu \" + release);\nif ( ! get_kb_item(\"Host/Debian/dpkg-l\") ) 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, \"Ubuntu\", cpu);\n\nflag = 0;\n\nif (ubuntu_check(osver:\"12.04\", pkgname:\"libxp6\", pkgver:\"1:1.0.1-2ubuntu0.12.04.1\")) flag++;\nif (ubuntu_check(osver:\"12.10\", pkgname:\"libxp6\", pkgver:\"1:1.0.1-2ubuntu0.12.10.1\")) flag++;\nif (ubuntu_check(osver:\"13.04\", pkgname:\"libxp6\", pkgver:\"1:1.0.1-2ubuntu0.13.04.1\")) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\n extra : ubuntu_report_get()\n );\n exit(0);\n}\nelse\n{\n tested = ubuntu_pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"libxp6\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-12T11:32:21", "description": "s700_800 11.23 X/Motif Runtime Patch : \n\nPotential security vulnerabilities has been identified with HP-UX\nrunning the X Windows Service libraries. These vulnerabilities could\nbe exploited remotely to create a Denial of Service (DoS) or execute\narbitrary code.", "edition": 23, "published": "2015-09-24T00:00:00", "title": "HP-UX PHSS_44149 : s700_800 11.23 X/Motif Runtime Patch", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-1997", "CVE-2013-2005", "CVE-2013-1982", "CVE-2013-1981", "CVE-2013-2062", "CVE-2013-2004", "CVE-2013-2002", "CVE-2013-2063"], "modified": "2015-09-24T00:00:00", "cpe": ["cpe:/o:hp:hp-ux"], "id": "HPUX_PHSS_44149.NASL", "href": "https://www.tenable.com/plugins/nessus/86118", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and patch checks in this plugin were \n# extracted from HP patch PHSS_44149. The text itself is\n# copyright (C) Hewlett-Packard Development Company, L.P.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(86118);\n script_version(\"2.2\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2013-1981\", \"CVE-2013-1982\", \"CVE-2013-1997\", \"CVE-2013-2002\", \"CVE-2013-2004\", \"CVE-2013-2005\", \"CVE-2013-2062\", \"CVE-2013-2063\");\n script_xref(name:\"HP\", value:\"emr_na-c04341797\");\n\n script_name(english:\"HP-UX PHSS_44149 : s700_800 11.23 X/Motif Runtime Patch\");\n script_summary(english:\"Checks for the patch in the swlist output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote HP-UX host is missing a security-related patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"s700_800 11.23 X/Motif Runtime Patch : \n\nPotential security vulnerabilities has been identified with HP-UX\nrunning the X Windows Service libraries. These vulnerabilities could\nbe exploited remotely to create a Denial of Service (DoS) or execute\narbitrary code.\"\n );\n # http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c04341797\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?050a1086\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Install patch PHSS_44149 or subsequent.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:hp:hp-ux\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2015/02/03\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2015/09/24\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2015-2021 Tenable Network Security, Inc.\");\n script_family(english:\"HP-UX Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/HP-UX/version\", \"Host/HP-UX/swlist\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"hpux.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/HP-UX/version\")) audit(AUDIT_OS_NOT, \"HP-UX\");\nif (!get_kb_item(\"Host/HP-UX/swlist\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nif (!hpux_check_ctx(ctx:\"11.23\"))\n{\n exit(0, \"The host is not affected since PHSS_44149 applies to a different OS release.\");\n}\n\npatches = make_list(\"PHSS_44149\");\nforeach patch (patches)\n{\n if (hpux_installed(app:patch))\n {\n exit(0, \"The host is not affected because patch \"+patch+\" is installed.\");\n }\n}\n\n\nflag = 0;\nif (hpux_check_patch(app:\"X11.MOTIF-SHLIB\", version:\"B.11.23\")) flag++;\nif (hpux_check_patch(app:\"X11.MOTIF-SHLIB-IA\", version:\"B.11.23\")) flag++;\nif (hpux_check_patch(app:\"X11.X11R6-SHLIBS\", version:\"B.11.23\")) flag++;\nif (hpux_check_patch(app:\"X11.X11R6-SLIBS-IA\", version:\"B.11.23\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:hpux_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-12T11:32:21", "description": "s700_800 11.11 X/Motif Runtime Periodic Patch : \n\nPotential security vulnerabilities has been identified with HP-UX\nrunning the X Windows Service libraries. These vulnerabilities could\nbe exploited remotely to create a Denial of Service (DoS) or execute\narbitrary code.", "edition": 23, "published": "2015-09-24T00:00:00", "title": "HP-UX PHSS_44188 : s700_800 11.11 X/Motif Runtime Periodic Patch", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-1997", "CVE-2013-2005", "CVE-2013-1982", "CVE-2013-1981", "CVE-2013-2062", "CVE-2013-2004", "CVE-2013-2002", "CVE-2013-2063"], "modified": "2015-09-24T00:00:00", "cpe": ["cpe:/o:hp:hp-ux"], "id": "HPUX_PHSS_44188.NASL", "href": "https://www.tenable.com/plugins/nessus/86119", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and patch checks in this plugin were \n# extracted from HP patch PHSS_44188. The text itself is\n# copyright (C) Hewlett-Packard Development Company, L.P.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(86119);\n script_version(\"2.2\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2013-1981\", \"CVE-2013-1982\", \"CVE-2013-1997\", \"CVE-2013-2002\", \"CVE-2013-2004\", \"CVE-2013-2005\", \"CVE-2013-2062\", \"CVE-2013-2063\");\n script_xref(name:\"HP\", value:\"emr_na-c04341797\");\n\n script_name(english:\"HP-UX PHSS_44188 : s700_800 11.11 X/Motif Runtime Periodic Patch\");\n script_summary(english:\"Checks for the patch in the swlist output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote HP-UX host is missing a security-related patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"s700_800 11.11 X/Motif Runtime Periodic Patch : \n\nPotential security vulnerabilities has been identified with HP-UX\nrunning the X Windows Service libraries. These vulnerabilities could\nbe exploited remotely to create a Denial of Service (DoS) or execute\narbitrary code.\"\n );\n # http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c04341797\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?050a1086\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Install patch PHSS_44188 or subsequent.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:hp:hp-ux\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2015/02/02\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2015/09/24\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2015-2021 Tenable Network Security, Inc.\");\n script_family(english:\"HP-UX Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/HP-UX/version\", \"Host/HP-UX/swlist\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"hpux.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/HP-UX/version\")) audit(AUDIT_OS_NOT, \"HP-UX\");\nif (!get_kb_item(\"Host/HP-UX/swlist\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nif (!hpux_check_ctx(ctx:\"11.11\"))\n{\n exit(0, \"The host is not affected since PHSS_44188 applies to a different OS release.\");\n}\n\npatches = make_list(\"PHSS_44188\");\nforeach patch (patches)\n{\n if (hpux_installed(app:patch))\n {\n exit(0, \"The host is not affected because patch \"+patch+\" is installed.\");\n }\n}\n\n\nflag = 0;\nif (hpux_check_patch(app:\"X11.MOTIF-SHLIB\", version:\"B.11.11\")) flag++;\nif (hpux_check_patch(app:\"X11.X11-FONT-AUX\", version:\"B.11.11\")) flag++;\nif (hpux_check_patch(app:\"X11.X11-FONT-MIN\", version:\"B.11.11\")) flag++;\nif (hpux_check_patch(app:\"X11.X11-TCH-B-MSG\", version:\"B.11.11\")) flag++;\nif (hpux_check_patch(app:\"X11.X11R5-SHLIBS\", version:\"B.11.11\")) flag++;\nif (hpux_check_patch(app:\"X11.X11R6-SHLIBS\", version:\"B.11.11\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:hpux_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-12T11:32:21", "description": "s700_800 11.31 X/Motif Runtime Patch : \n\nPotential security vulnerabilities has been identified with HP-UX\nrunning the X Windows Service libraries. These vulnerabilities could\nbe exploited remotely to create a Denial of Service (DoS) or execute\narbitrary code.", "edition": 24, "published": "2015-10-01T00:00:00", "title": "HP-UX PHSS_43690 : s700_800 11.31 X/Motif Runtime Patch", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-1997", "CVE-2013-2005", "CVE-2013-1982", "CVE-2013-1981", "CVE-2013-2062", "CVE-2013-2004", "CVE-2013-2002", "CVE-2013-2063"], "modified": "2015-10-01T00:00:00", "cpe": ["cpe:/o:hp:hp-ux"], "id": "HPUX_PHSS_43690.NASL", "href": "https://www.tenable.com/plugins/nessus/86215", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and patch checks in this plugin were \n# extracted from HP patch PHSS_43690. The text itself is\n# copyright (C) Hewlett-Packard Development Company, L.P.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(86215);\n script_version(\"2.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2013-1981\", \"CVE-2013-1982\", \"CVE-2013-1997\", \"CVE-2013-2002\", \"CVE-2013-2004\", \"CVE-2013-2005\", \"CVE-2013-2062\", \"CVE-2013-2063\");\n script_xref(name:\"HP\", value:\"emr_na-c04341797\");\n\n script_name(english:\"HP-UX PHSS_43690 : s700_800 11.31 X/Motif Runtime Patch\");\n script_summary(english:\"Checks for the patch in the swlist output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote HP-UX host is missing a security-related patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"s700_800 11.31 X/Motif Runtime Patch : \n\nPotential security vulnerabilities has been identified with HP-UX\nrunning the X Windows Service libraries. These vulnerabilities could\nbe exploited remotely to create a Denial of Service (DoS) or execute\narbitrary code.\"\n );\n # http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c04341797\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?050a1086\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Install patch PHSS_43690 or subsequent.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:hp:hp-ux\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2015/02/02\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2015/10/01\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2015-2021 Tenable Network Security, Inc.\");\n script_family(english:\"HP-UX Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/HP-UX/version\", \"Host/HP-UX/swlist\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"hpux.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/HP-UX/version\")) audit(AUDIT_OS_NOT, \"HP-UX\");\nif (!get_kb_item(\"Host/HP-UX/swlist\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nif (!hpux_check_ctx(ctx:\"11.31\"))\n{\n exit(0, \"The host is not affected since PHSS_43690 applies to a different OS release.\");\n}\n\npatches = make_list(\"PHSS_43690\", \"PHSS_44707\");\nforeach patch (patches)\n{\n if (hpux_installed(app:patch))\n {\n exit(0, \"The host is not affected because patch \"+patch+\" is installed.\");\n }\n}\n\n\nflag = 0;\nif (hpux_check_patch(app:\"X11.MOTIF-SHLIB\", version:\"B.11.31\")) flag++;\nif (hpux_check_patch(app:\"X11.MOTIF-SHLIB-IA\", version:\"B.11.31\")) flag++;\nif (hpux_check_patch(app:\"X11.X11R6-SHLIBS\", version:\"B.11.31\")) flag++;\nif (hpux_check_patch(app:\"X11.X11R6-SLIBS-IA\", version:\"B.11.31\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:hpux_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-17T14:01:20", "description": "The remote Solaris system is missing necessary patches to address\nsecurity updates :\n\n - Multiple integer overflows in X.org libX11 1.5.99.901\n (1.6 RC1) and earlier allow X servers to trigger\n allocation of insufficient memory and a buffer overflow\n via vectors related to the (1) XQueryFont, (2)\n _XF86BigfontQueryFont, (3) XListFontsWithInfo, (4)\n XGetMotionEvents, (5) XListHosts, (6)\n XGetModifierMapping, (7) XGetPointerMapping, (8)\n XGetKeyboardMapping, (9) XGetWindowProperty, (10)\n XGetImage, (11) LoadColornameDB, (12)\n XrmGetFileDatabase, (13) _XimParseStringFile, or (14)\n TransFileName functions. (CVE-2013-1981)\n\n - Multiple integer overflows in X.org libXext 1.3.1 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XcupGetReservedColormapEntries, (2)\n XcupStoreColors, (3) XdbeGetVisualInfo, (4)\n XeviGetVisualInfo, (5) XShapeGetRectangles, and (6)\n XSyncListSystemCounters functions. (CVE-2013-1982)\n\n - Multiple integer overflows in X.org libXi 1.7.1 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XGetDeviceControl, (2)\n XGetFeedbackControl, (3) XGetDeviceDontPropagateList,\n (4) XGetDeviceMotionEvents, (5) XIGetProperty, (6)\n XIGetSelectedEvents, (7) XGetDeviceProperties, and (8)\n XListInputDevices functions. (CVE-2013-1984)\n\n - Integer overflow in X.org libXinerama 1.1.2 and earlier\n allows X servers to trigger allocation of insufficient\n memory and a buffer overflow via vectors related to the\n XineramaQueryScreens function. (CVE-2013-1985)\n\n - X.org libXi 1.7.1 and earlier allows X servers to\n trigger allocation of insufficient memory and a buffer\n overflow via vectors related to an unexpected sign\n extension in the XListInputDevices function.\n (CVE-2013-1995)\n\n - X.org libFS 1.0.4 and earlier allows X servers to\n trigger allocation of insufficient memory and a buffer\n overflow via vectors related to an unexpected sign\n extension in the FSOpenServer function. (CVE-2013-1996)\n\n - Multiple buffer overflows in X.org libX11 1.5.99.901\n (1.6 RC1) and earlier allow X servers to cause a denial\n of service (crash) and possibly execute arbitrary code\n via crafted length or index values to the (1)\n XAllocColorCells, (2) _XkbReadGetDeviceInfoReply, (3)\n _XkbReadGeomShapes, (4) _XkbReadGetGeometryReply, (5)\n _XkbReadKeySyms, (6) _XkbReadKeyActions, (7)\n _XkbReadKeyBehaviors, (8) _XkbReadModifierMap, (9)\n _XkbReadExplicitComponents, (10) _XkbReadVirtualModMap,\n (11) _XkbReadGetNamesReply, (12) _XkbReadGetMapReply,\n (13) _XimXGetReadData, (14) XListFonts, (15)\n XListExtensions, and (16) XGetFontPath functions.\n (CVE-2013-1997)\n\n - Multiple buffer overflows in X.org libXi 1.7.1 and\n earlier allow X servers to cause a denial of service\n (crash) and possibly execute arbitrary code via crafted\n length or index values to the (1)\n XGetDeviceButtonMapping, (2) XIPassiveGrabDevice, and\n (3) XQueryDeviceState functions. (CVE-2013-1998)\n\n - Buffer overflow in X.org libXt 1.1.3 and earlier allows\n X servers to cause a denial of service (crash) and\n possibly execute arbitrary code via crafted length or\n index values to the _XtResourceConfigurationEH function.\n (CVE-2013-2002)\n\n - The (1) GetDatabase and (2) _XimParseStringFile\n functions in X.org libX11 1.5.99.901 (1.6 RC1) and\n earlier do not restrict the recursion depth when\n processing directives to include files, which allows X\n servers to cause a denial of service (stack consumption)\n via a crafted file. (CVE-2013-2004)\n\n - X.org libXt 1.1.3 and earlier does not check the return\n value of the XGetWindowProperty function, which allows X\n servers to trigger use of an uninitialized pointer and\n memory corruption via vectors related to the (1)\n ReqCleanup, (2) HandleSelectionEvents, (3) ReqTimedOut,\n (4) HandleNormal, and (5) HandleSelectionReplies\n functions. (CVE-2013-2005)\n\n - Multiple integer overflows in X.org libXp 1.0.1 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XpGetAttributes, (2)\n XpGetOneAttribute, (3) XpGetPrinterList, and (4)\n XpQueryScreens functions. (CVE-2013-2062)", "edition": 24, "published": "2015-01-19T00:00:00", "title": "Oracle Solaris Third-Party Patch Update : xorg (multiple_vulnerabilities_in_x_org1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-1997", "CVE-2013-2005", "CVE-2013-1985", "CVE-2013-1982", "CVE-2013-1984", "CVE-2013-1981", "CVE-2013-2062", "CVE-2013-1995", "CVE-2013-2004", "CVE-2013-2002", "CVE-2013-1998", "CVE-2013-1996"], "modified": "2015-01-19T00:00:00", "cpe": ["cpe:/o:oracle:solaris:11.1", "p-cpe:/a:oracle:solaris:xorg"], "id": "SOLARIS11_XORG_20141107.NASL", "href": "https://www.tenable.com/plugins/nessus/80822", "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 the Oracle Third Party software advisories.\n#\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(80822);\n script_version(\"1.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/14\");\n\n script_cve_id(\"CVE-2013-1981\", \"CVE-2013-1982\", \"CVE-2013-1984\", \"CVE-2013-1985\", \"CVE-2013-1995\", \"CVE-2013-1996\", \"CVE-2013-1997\", \"CVE-2013-1998\", \"CVE-2013-2002\", \"CVE-2013-2004\", \"CVE-2013-2005\", \"CVE-2013-2062\");\n\n script_name(english:\"Oracle Solaris Third-Party Patch Update : xorg (multiple_vulnerabilities_in_x_org1)\");\n script_summary(english:\"Check for the 'entire' version.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote Solaris system is missing a security patch for third-party\nsoftware.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"The remote Solaris system is missing necessary patches to address\nsecurity updates :\n\n - Multiple integer overflows in X.org libX11 1.5.99.901\n (1.6 RC1) and earlier allow X servers to trigger\n allocation of insufficient memory and a buffer overflow\n via vectors related to the (1) XQueryFont, (2)\n _XF86BigfontQueryFont, (3) XListFontsWithInfo, (4)\n XGetMotionEvents, (5) XListHosts, (6)\n XGetModifierMapping, (7) XGetPointerMapping, (8)\n XGetKeyboardMapping, (9) XGetWindowProperty, (10)\n XGetImage, (11) LoadColornameDB, (12)\n XrmGetFileDatabase, (13) _XimParseStringFile, or (14)\n TransFileName functions. (CVE-2013-1981)\n\n - Multiple integer overflows in X.org libXext 1.3.1 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XcupGetReservedColormapEntries, (2)\n XcupStoreColors, (3) XdbeGetVisualInfo, (4)\n XeviGetVisualInfo, (5) XShapeGetRectangles, and (6)\n XSyncListSystemCounters functions. (CVE-2013-1982)\n\n - Multiple integer overflows in X.org libXi 1.7.1 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XGetDeviceControl, (2)\n XGetFeedbackControl, (3) XGetDeviceDontPropagateList,\n (4) XGetDeviceMotionEvents, (5) XIGetProperty, (6)\n XIGetSelectedEvents, (7) XGetDeviceProperties, and (8)\n XListInputDevices functions. (CVE-2013-1984)\n\n - Integer overflow in X.org libXinerama 1.1.2 and earlier\n allows X servers to trigger allocation of insufficient\n memory and a buffer overflow via vectors related to the\n XineramaQueryScreens function. (CVE-2013-1985)\n\n - X.org libXi 1.7.1 and earlier allows X servers to\n trigger allocation of insufficient memory and a buffer\n overflow via vectors related to an unexpected sign\n extension in the XListInputDevices function.\n (CVE-2013-1995)\n\n - X.org libFS 1.0.4 and earlier allows X servers to\n trigger allocation of insufficient memory and a buffer\n overflow via vectors related to an unexpected sign\n extension in the FSOpenServer function. (CVE-2013-1996)\n\n - Multiple buffer overflows in X.org libX11 1.5.99.901\n (1.6 RC1) and earlier allow X servers to cause a denial\n of service (crash) and possibly execute arbitrary code\n via crafted length or index values to the (1)\n XAllocColorCells, (2) _XkbReadGetDeviceInfoReply, (3)\n _XkbReadGeomShapes, (4) _XkbReadGetGeometryReply, (5)\n _XkbReadKeySyms, (6) _XkbReadKeyActions, (7)\n _XkbReadKeyBehaviors, (8) _XkbReadModifierMap, (9)\n _XkbReadExplicitComponents, (10) _XkbReadVirtualModMap,\n (11) _XkbReadGetNamesReply, (12) _XkbReadGetMapReply,\n (13) _XimXGetReadData, (14) XListFonts, (15)\n XListExtensions, and (16) XGetFontPath functions.\n (CVE-2013-1997)\n\n - Multiple buffer overflows in X.org libXi 1.7.1 and\n earlier allow X servers to cause a denial of service\n (crash) and possibly execute arbitrary code via crafted\n length or index values to the (1)\n XGetDeviceButtonMapping, (2) XIPassiveGrabDevice, and\n (3) XQueryDeviceState functions. (CVE-2013-1998)\n\n - Buffer overflow in X.org libXt 1.1.3 and earlier allows\n X servers to cause a denial of service (crash) and\n possibly execute arbitrary code via crafted length or\n index values to the _XtResourceConfigurationEH function.\n (CVE-2013-2002)\n\n - The (1) GetDatabase and (2) _XimParseStringFile\n functions in X.org libX11 1.5.99.901 (1.6 RC1) and\n earlier do not restrict the recursion depth when\n processing directives to include files, which allows X\n servers to cause a denial of service (stack consumption)\n via a crafted file. (CVE-2013-2004)\n\n - X.org libXt 1.1.3 and earlier does not check the return\n value of the XGetWindowProperty function, which allows X\n servers to trigger use of an uninitialized pointer and\n memory corruption via vectors related to the (1)\n ReqCleanup, (2) HandleSelectionEvents, (3) ReqTimedOut,\n (4) HandleNormal, and (5) HandleSelectionReplies\n functions. (CVE-2013-2005)\n\n - Multiple integer overflows in X.org libXp 1.0.1 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XpGetAttributes, (2)\n XpGetOneAttribute, (3) XpGetPrinterList, and (4)\n XpQueryScreens functions. (CVE-2013-2062)\"\n );\n # https://www.oracle.com/technetwork/topics/security/thirdparty-patch-map-1482893.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?4a913f44\"\n );\n # https://blogs.oracle.com/sunsecurity/multiple-vulnerabilities-in-xorg\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?f5fab6fd\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Upgrade to Solaris 11.1.8.4.0.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:oracle:solaris:11.1\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:solaris:xorg\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2014/11/07\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2015/01/19\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2015-2021 Tenable Network Security, Inc.\");\n script_family(english:\"Solaris Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/Solaris11/release\", \"Host/Solaris11/pkg-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"solaris.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/Solaris11/release\");\nif (isnull(release)) audit(AUDIT_OS_NOT, \"Solaris11\");\npkg_list = solaris_pkg_list_leaves();\nif (isnull (pkg_list)) audit(AUDIT_PACKAGE_LIST_MISSING, \"Solaris pkg-list packages\");\n\nif (empty_or_null(egrep(string:pkg_list, pattern:\"^xorg$\"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, \"xorg\");\n\nflag = 0;\n\nif (solaris_check_release(release:\"0.5.11-0.175.1.8.0.4.0\", sru:\"SRU 11.1.8.4.0\") > 0) flag++;\n\nif (flag)\n{\n error_extra = 'Affected package : xorg\\n' + solaris_get_report2();\n error_extra = ereg_replace(pattern:\"version\", replace:\"OS version\", string:error_extra);\n if (report_verbosity > 0) security_warning(port:0, extra:error_extra);\n else security_warning(0);\n exit(0);\n}\nelse audit(AUDIT_PACKAGE_NOT_AFFECTED, \"xorg\");\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-20T15:18:13", "description": "This update of xorg-x11 fixes several security vulnerabilities.\n\n - Bug 815451- X.Org Security Advisory: May 23, 2013\n\n - Bug 821664 - libX11\n\n - Bug 821671 - libXv\n\n - Bug 821670 - libXt\n\n - Bug 821669 - libXrender\n\n - Bug 821668 - libXp\n\n - Bug 821667 - libXfixes\n\n - Bug 821665 - libXext\n\n - Bug 821663 - libFS, libXcursor, libXi, libXinerama,\n libXRes, libXtst, libXvMC, libXxf86dga, libXxf86vm,\n libdmx", "edition": 15, "published": "2013-07-12T00:00:00", "title": "SuSE 10 Security Update : xorg-x11 (ZYPP Patch Number 8623)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-1997", "CVE-2013-1991", "CVE-2013-2005", "CVE-2013-1988", "CVE-2013-1989", "CVE-2013-1985", "CVE-2013-1982", "CVE-2013-1984", "CVE-2013-2000", "CVE-2013-1981", "CVE-2013-2003", "CVE-2013-1987", "CVE-2013-1983", "CVE-2013-2001", "CVE-2013-2062", "CVE-2013-1995", "CVE-2013-1999", "CVE-2013-2066", "CVE-2013-2004", "CVE-2013-1990", "CVE-2013-2002", "CVE-2013-1992", "CVE-2013-2063", "CVE-2013-1998", "CVE-2013-1996"], "modified": "2013-07-12T00:00:00", "cpe": ["cpe:/o:suse:suse_linux"], "id": "SUSE_XORG-X11-8623.NASL", "href": "https://www.tenable.com/plugins/nessus/67256", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The text description of this plugin is (C) Novell, Inc.\n#\n\nif (NASL_LEVEL < 3000) exit(0);\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(67256);\n script_version(\"1.4\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_cve_id(\"CVE-2013-1981\", \"CVE-2013-1982\", \"CVE-2013-1983\", \"CVE-2013-1984\", \"CVE-2013-1985\", \"CVE-2013-1987\", \"CVE-2013-1988\", \"CVE-2013-1989\", \"CVE-2013-1990\", \"CVE-2013-1991\", \"CVE-2013-1992\", \"CVE-2013-1995\", \"CVE-2013-1996\", \"CVE-2013-1997\", \"CVE-2013-1998\", \"CVE-2013-1999\", \"CVE-2013-2000\", \"CVE-2013-2001\", \"CVE-2013-2002\", \"CVE-2013-2003\", \"CVE-2013-2004\", \"CVE-2013-2005\", \"CVE-2013-2062\", \"CVE-2013-2063\", \"CVE-2013-2066\");\n\n script_name(english:\"SuSE 10 Security Update : xorg-x11 (ZYPP Patch Number 8623)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote SuSE 10 host is missing a security-related patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"This update of xorg-x11 fixes several security vulnerabilities.\n\n - Bug 815451- X.Org Security Advisory: May 23, 2013\n\n - Bug 821664 - libX11\n\n - Bug 821671 - libXv\n\n - Bug 821670 - libXt\n\n - Bug 821669 - libXrender\n\n - Bug 821668 - libXp\n\n - Bug 821667 - libXfixes\n\n - Bug 821665 - libXext\n\n - Bug 821663 - libFS, libXcursor, libXi, libXinerama,\n libXRes, libXtst, libXvMC, libXxf86dga, libXxf86vm,\n libdmx\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1981.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1982.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1983.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1984.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1985.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1987.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1988.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1989.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1990.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1991.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1992.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1995.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1996.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1997.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1998.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-1999.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-2000.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-2001.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-2002.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-2003.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-2004.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-2005.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-2062.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-2063.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-2066.html\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Apply ZYPP patch number 8623.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:suse:suse_linux\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2013/06/15\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/06/19\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/07/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) 2013-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/cpu\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) exit(0, \"Local checks are not enabled.\");\nif (!get_kb_item(\"Host/SuSE/release\")) exit(0, \"The host is not running SuSE.\");\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) exit(1, \"Could not obtain the list of installed packages.\");\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) exit(1, \"Failed to determine the architecture type.\");\nif (cpu >!< \"x86_64\" && cpu !~ \"^i[3-6]86$\") exit(1, \"Local checks for SuSE 10 on the '\"+cpu+\"' architecture have not been implemented.\");\n\n\nflag = 0;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-Xnest-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-Xvfb-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-Xvnc-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-devel-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-fonts-100dpi-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-fonts-75dpi-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-fonts-cyrillic-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-fonts-scalable-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-fonts-syriac-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-libs-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-man-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-server-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"xorg-x11-server-glx-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, cpu:\"x86_64\", reference:\"xorg-x11-devel-32bit-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, cpu:\"x86_64\", reference:\"xorg-x11-libs-32bit-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-Xnest-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-Xvfb-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-Xvnc-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-devel-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-doc-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-fonts-100dpi-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-fonts-75dpi-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-fonts-cyrillic-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-fonts-scalable-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-fonts-syriac-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-libs-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-man-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-sdk-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-server-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, reference:\"xorg-x11-server-glx-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, cpu:\"x86_64\", reference:\"xorg-x11-devel-32bit-6.9.0-50.84.4\")) flag++;\nif (rpm_check(release:\"SLES10\", sp:4, cpu:\"x86_64\", reference:\"xorg-x11-libs-32bit-6.9.0-50.84.4\")) 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 exit(0, \"The host is not affected.\");\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "openvas": [{"lastseen": "2019-05-29T18:38:24", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2062"], "description": "The remote host is missing an update for the ", "modified": "2019-03-13T00:00:00", "published": "2013-06-07T00:00:00", "id": "OPENVAS:1361412562310841464", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310841464", "type": "openvas", "title": "Ubuntu Update for libxp USN-1861-1", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_ubuntu_USN_1861_1.nasl 14132 2019-03-13 09:25:59Z cfischer $\n#\n# Ubuntu Update for libxp USN-1861-1\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 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.841464\");\n script_version(\"$Revision: 14132 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-13 10:25:59 +0100 (Wed, 13 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2013-06-07 10:05:19 +0530 (Fri, 07 Jun 2013)\");\n script_cve_id(\"CVE-2013-2062\");\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_name(\"Ubuntu Update for libxp USN-1861-1\");\n\n script_xref(name:\"USN\", value:\"1861-1\");\n script_xref(name:\"URL\", value:\"http://www.ubuntu.com/usn/usn-1861-1/\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'libxp'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 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(12\\.04 LTS|12\\.10|13\\.04)\");\n script_tag(name:\"affected\", value:\"libxp on Ubuntu 13.04,\n Ubuntu 12.10,\n Ubuntu 12.04 LTS\");\n script_tag(name:\"insight\", value:\"Ilja van Sprundel discovered multiple security issues in various X.org\n libraries and components. An attacker could use these issues to cause\n applications to crash, resulting in a denial of service, or possibly\n execute arbitrary code.\");\n script_tag(name:\"solution\", value:\"Please Install the Updated Packages.\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\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 == \"UBUNTU12.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"libxp6\", ver:\"1:1.0.1-2\", rls:\"UBUNTU12.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 == \"UBUNTU12.10\")\n{\n\n if ((res = isdpkgvuln(pkg:\"libxp6:i386\", ver:\"1:1.0.1-2ubuntu0.12.10.1\", rls:\"UBUNTU12.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 == \"UBUNTU13.04\")\n{\n\n if ((res = isdpkgvuln(pkg:\"libxp6:i386\", ver:\"1:1.0.1-2ubuntu0.13.04.1\", rls:\"UBUNTU13.04\")) != 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:38:28", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2062"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2013-08-20T00:00:00", "id": "OPENVAS:1361412562310866814", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310866814", "type": "openvas", "title": "Fedora Update for libXp FEDORA-2013-12083", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for libXp FEDORA-2013-12083\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 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.866814\");\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:\"2013-08-20 15:29:08 +0530 (Tue, 20 Aug 2013)\");\n script_cve_id(\"CVE-2013-2062\");\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_name(\"Fedora Update for libXp FEDORA-2013-12083\");\n\n\n script_tag(name:\"affected\", value:\"libXp on Fedora 19\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"FEDORA\", value:\"2013-12083\");\n script_xref(name:\"URL\", value:\"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/111176.html\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'libXp'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 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=FC19\");\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 == \"FC19\")\n{\n\n if ((res = isrpmvuln(pkg:\"libXp\", rpm:\"libXp~1.0.2~1.fc19\", rls:\"FC19\")) != 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": "2018-01-19T15:08:43", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2062"], "description": "Check for the Version of libxp", "modified": "2018-01-19T00:00:00", "published": "2013-06-07T00:00:00", "id": "OPENVAS:841464", "href": "http://plugins.openvas.org/nasl.php?oid=841464", "type": "openvas", "title": "Ubuntu Update for libxp USN-1861-1", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_ubuntu_USN_1861_1.nasl 8466 2018-01-19 06:58:30Z teissa $\n#\n# Ubuntu Update for libxp USN-1861-1\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\ntag_affected = \"libxp on Ubuntu 13.04 ,\n Ubuntu 12.10 ,\n Ubuntu 12.04 LTS\";\ntag_insight = \"Ilja van Sprundel discovered multiple security issues in various X.org\n libraries and components. An attacker could use these issues to cause\n applications to crash, resulting in a denial of service, or possibly\n execute arbitrary code.\";\ntag_solution = \"Please Install the Updated Packages.\";\n\nif(description)\n{\n script_id(841464);\n script_version(\"$Revision: 8466 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-19 07:58:30 +0100 (Fri, 19 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-06-07 10:05:19 +0530 (Fri, 07 Jun 2013)\");\n script_cve_id(\"CVE-2013-2062\");\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_name(\"Ubuntu Update for libxp USN-1861-1\");\n\n script_xref(name: \"USN\", value: \"1861-1\");\n script_xref(name: \"URL\" , value: \"http://www.ubuntu.com/usn/usn-1861-1/\");\n script_tag(name: \"summary\" , value: \"Check for the Version of libxp\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 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\");\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-deb.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"UBUNTU12.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"libxp6\", ver:\"1:1.0.1-2\", rls:\"UBUNTU12.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n\n\nif(release == \"UBUNTU12.10\")\n{\n\n if ((res = isdpkgvuln(pkg:\"libxp6:i386\", ver:\"1:1.0.1-2ubuntu0.12.10.1\", rls:\"UBUNTU12.10\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n\n\nif(release == \"UBUNTU13.04\")\n{\n\n if ((res = isdpkgvuln(pkg:\"libxp6:i386\", ver:\"1:1.0.1-2ubuntu0.13.04.1\", rls:\"UBUNTU13.04\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2019-05-29T18:38:09", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2062"], "description": "Ilja van Sprundel of IOActive discovered several security issues in\nmultiple components of the X.org graphics stack and the related\nlibraries: Various integer overflows, sign handling errors in integer\nconversions, buffer overflows, memory corruption and missing input\nsanitising may lead to privilege escalation or denial of service.", "modified": "2019-03-18T00:00:00", "published": "2013-05-23T00:00:00", "id": "OPENVAS:1361412562310892685", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310892685", "type": "openvas", "title": "Debian Security Advisory DSA 2685-1 (libxp - several vulnerabilities)", "sourceData": "# OpenVAS Vulnerability Test\n# $Id: deb_2685.nasl 14276 2019-03-18 14:43:56Z cfischer $\n# Auto-generated from advisory DSA 2685-1 using nvtgen 1.0\n# Script version: 1.0\n#\n# Author:\n# Greenbone Networks\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH http://greenbone.net\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (c) the respective author(s)\n#\n# This program is free software; you can redistribute it and/or\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#\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.892685\");\n script_version(\"$Revision: 14276 $\");\n script_cve_id(\"CVE-2013-2062\");\n script_name(\"Debian Security Advisory DSA 2685-1 (libxp - several vulnerabilities)\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-18 15:43:56 +0100 (Mon, 18 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2013-05-23 00:00:00 +0200 (Thu, 23 May 2013)\");\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\n script_xref(name:\"URL\", value:\"http://www.debian.org/security/2013/dsa-2685.html\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 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=DEB(6|7)\");\n script_tag(name:\"affected\", value:\"libxp on Debian Linux\");\n script_tag(name:\"solution\", value:\"For the oldstable distribution (squeeze), this problem has been fixed in\nversion 1:1.0.0.xsf1-2+squeeze1.\n\nFor the stable distribution (wheezy), this problem has been fixed in\nversion 1:1.0.1-2+deb7u1.\n\nFor the unstable distribution (sid), this problem has been fixed in\nversion 1:1.0.1-2+deb7u1.\n\nWe recommend that you upgrade your libxp packages.\");\n script_tag(name:\"summary\", value:\"Ilja van Sprundel of IOActive discovered several security issues in\nmultiple components of the X.org graphics stack and the related\nlibraries: Various integer overflows, sign handling errors in integer\nconversions, buffer overflows, memory corruption and missing input\nsanitising may lead to privilege escalation or denial of service.\");\n script_tag(name:\"vuldetect\", value:\"This check tests the installed software version using the apt package manager.\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-deb.inc\");\n\nres = \"\";\nreport = \"\";\nif((res = isdpkgvuln(pkg:\"libxp-dev\", ver:\"1:1.0.0.xsf1-2+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxp6\", ver:\"1:1.0.0.xsf1-2+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxp6-dbg\", ver:\"1:1.0.0.xsf1-2+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxp-dev\", ver:\"1:1.0.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxp6\", ver:\"1:1.0.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxp6-dbg\", ver:\"1:1.0.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\n\nif(report != \"\") {\n security_message(data:report);\n} else if(__pkg_match) {\n exit(99);\n}", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2017-07-24T12:51:57", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2062"], "description": "Ilja van Sprundel of IOActive discovered several security issues in\nmultiple components of the X.org graphics stack and the related\nlibraries: Various integer overflows, sign handling errors in integer\nconversions, buffer overflows, memory corruption and missing input\nsanitising may lead to privilege escalation or denial of service.", "modified": "2017-07-07T00:00:00", "published": "2013-05-23T00:00:00", "id": "OPENVAS:892685", "href": "http://plugins.openvas.org/nasl.php?oid=892685", "type": "openvas", "title": "Debian Security Advisory DSA 2685-1 (libxp - several vulnerabilities)", "sourceData": "# OpenVAS Vulnerability Test\n# $Id: deb_2685.nasl 6611 2017-07-07 12:07:20Z cfischer $\n# Auto-generated from advisory DSA 2685-1 using nvtgen 1.0\n# Script version: 1.0\n#\n# Author:\n# Greenbone Networks\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH http://greenbone.net\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (c) the respective author(s)\n#\n# This program is free software; you can redistribute it and/or\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#\n\ninclude(\"revisions-lib.inc\");\n\ntag_affected = \"libxp on Debian Linux\";\ntag_insight = \"libXp provides public APIs to allow client applications to render\nto non-display devices, making use of the X Print Service.\";\ntag_solution = \"For the oldstable distribution (squeeze), this problem has been fixed in\nversion 1:1.0.0.xsf1-2+squeeze1.\n\nFor the stable distribution (wheezy), this problem has been fixed in\nversion 1:1.0.1-2+deb7u1.\n\nFor the unstable distribution (sid), this problem has been fixed in\nversion 1:1.0.1-2+deb7u1.\n\nWe recommend that you upgrade your libxp packages.\";\ntag_summary = \"Ilja van Sprundel of IOActive discovered several security issues in\nmultiple components of the X.org graphics stack and the related\nlibraries: Various integer overflows, sign handling errors in integer\nconversions, buffer overflows, memory corruption and missing input\nsanitising may lead to privilege escalation or denial of service.\";\ntag_vuldetect = \"This check tests the installed software version using the apt package manager.\";\n\nif(description)\n{\n script_id(892685);\n script_version(\"$Revision: 6611 $\");\n script_cve_id(\"CVE-2013-2062\");\n script_name(\"Debian Security Advisory DSA 2685-1 (libxp - several vulnerabilities)\");\n script_tag(name: \"last_modification\", value:\"$Date: 2017-07-07 14:07:20 +0200 (Fri, 07 Jul 2017) $\");\n script_tag(name: \"creation_date\", value:\"2013-05-23 00:00:00 +0200 (Thu, 23 May 2013)\");\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\n script_xref(name: \"URL\", value: \"http://www.debian.org/security/2013/dsa-2685.html\");\n\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (c) 2013 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\");\n script_tag(name: \"affected\", value: tag_affected);\n script_tag(name: \"insight\", value: tag_insight);\n# script_tag(name: \"impact\", value: tag_impact);\n script_tag(name: \"solution\", value: tag_solution);\n script_tag(name: \"summary\", value: tag_summary);\n script_tag(name: \"vuldetect\", value: tag_vuldetect);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\ninclude(\"pkg-lib-deb.inc\");\n\nres = \"\";\nreport = \"\";\nif ((res = isdpkgvuln(pkg:\"libxp-dev\", ver:\"1:1.0.0.xsf1-2+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxp6\", ver:\"1:1.0.0.xsf1-2+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxp6-dbg\", ver:\"1:1.0.0.xsf1-2+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxp-dev\", ver:\"1:1.0.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxp6\", ver:\"1:1.0.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxp6-dbg\", ver:\"1:1.0.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\n\nif (report != \"\") {\n security_message(data:report);\n} else if (__pkg_match) {\n exit(99); # Not vulnerable.\n}\n", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-01-18T11:08:37", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2062"], "description": "Check for the Version of libXp", "modified": "2018-01-17T00:00:00", "published": "2013-08-20T00:00:00", "id": "OPENVAS:866814", "href": "http://plugins.openvas.org/nasl.php?oid=866814", "type": "openvas", "title": "Fedora Update for libXp FEDORA-2013-12083", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for libXp FEDORA-2013-12083\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(866814);\n script_version(\"$Revision: 8448 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-17 17:18:06 +0100 (Wed, 17 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-08-20 15:29:08 +0530 (Tue, 20 Aug 2013)\");\n script_cve_id(\"CVE-2013-2062\");\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_name(\"Fedora Update for libXp FEDORA-2013-12083\");\n\n tag_insight = \"X.Org X11 libXp runtime library\n\";\n\n tag_affected = \"libXp on Fedora 19\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"FEDORA\", value: \"2013-12083\");\n script_xref(name: \"URL\" , value: \"https://lists.fedoraproject.org/pipermail/package-announce/2013-July/111176.html\");\n script_tag(name: \"summary\" , value: \"Check for the Version of libXp\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2013 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC19\")\n{\n\n if ((res = isrpmvuln(pkg:\"libXp\", rpm:\"libXp~1.0.2~1.fc19\", rls:\"FC19\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2019-05-29T18:37:22", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-1997", "CVE-2013-1991", "CVE-2013-2005", "CVE-2013-1988", "CVE-2013-1989", "CVE-2013-1985", "CVE-2013-1982", "CVE-2013-2064", "CVE-2013-1984", "CVE-2013-2000", "CVE-2013-1981", "CVE-2013-2003", "CVE-2013-1987", "CVE-2013-1983", "CVE-2013-2001", "CVE-2013-2062", "CVE-2013-1995", "CVE-2013-1999", "CVE-2013-2066", "CVE-2013-2004", "CVE-2013-1990", "CVE-2013-1986", "CVE-2013-2002", "CVE-2013-1998"], "description": "The remote host is missing an update for the ", "modified": "2018-11-23T00:00:00", "published": "2014-10-15T00:00:00", "id": "OPENVAS:1361412562310871265", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310871265", "type": "openvas", "title": "RedHat Update for X11 client libraries RHSA-2014:1436-02", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# RedHat Update for X11 client libraries RHSA-2014:1436-02\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2014 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.871265\");\n script_version(\"$Revision: 12497 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-11-23 09:28:21 +0100 (Fri, 23 Nov 2018) $\");\n script_tag(name:\"creation_date\", value:\"2014-10-15 06:05:51 +0200 (Wed, 15 Oct 2014)\");\n script_cve_id(\"CVE-2013-1981\", \"CVE-2013-1982\", \"CVE-2013-1983\", \"CVE-2013-1984\",\n \"CVE-2013-1985\", \"CVE-2013-1986\", \"CVE-2013-1987\", \"CVE-2013-1988\",\n \"CVE-2013-1989\", \"CVE-2013-1990\", \"CVE-2013-1991\", \"CVE-2013-1995\",\n \"CVE-2013-1997\", \"CVE-2013-1998\", \"CVE-2013-1999\", \"CVE-2013-2000\",\n \"CVE-2013-2001\", \"CVE-2013-2002\", \"CVE-2013-2003\", \"CVE-2013-2004\",\n \"CVE-2013-2005\", \"CVE-2013-2062\", \"CVE-2013-2064\", \"CVE-2013-2066\");\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_name(\"RedHat Update for X11 client libraries RHSA-2014:1436-02\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'X11 client libraries'\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:\"insight\", value:\"The X11 (Xorg) libraries provide library routines that are used within all\nX Window applications.\n\nMultiple integer overflow flaws, leading to heap-based buffer overflows,\nwere found in the way various X11 client libraries handled certain protocol\ndata. An attacker able to submit invalid protocol data to an X11 server via\na malicious X11 client could use either of these flaws to potentially\nescalate their privileges on the system. (CVE-2013-1981, CVE-2013-1982,\nCVE-2013-1983, CVE-2013-1984, CVE-2013-1985, CVE-2013-1986, CVE-2013-1987,\nCVE-2013-1988, CVE-2013-1989, CVE-2013-1990, CVE-2013-1991, CVE-2013-2003,\nCVE-2013-2062, CVE-2013-2064)\n\nMultiple array index errors, leading to heap-based buffer out-of-bounds\nwrite flaws, were found in the way various X11 client libraries handled\ndata returned from an X11 server. A malicious X11 server could possibly use\nthis flaw to execute arbitrary code with the privileges of the user running\nan X11 client. (CVE-2013-1997, CVE-2013-1998, CVE-2013-1999, CVE-2013-2000,\nCVE-2013-2001, CVE-2013-2002, CVE-2013-2066)\n\nA buffer overflow flaw was found in the way the XListInputDevices()\nfunction of X.Org X11's libXi runtime library handled signed numbers.\nA malicious X11 server could possibly use this flaw to execute arbitrary\ncode with the privileges of the user running an X11 client. (CVE-2013-1995)\n\nA flaw was found in the way the X.Org X11 libXt runtime library used\nuninitialized pointers. A malicious X11 server could possibly use this flaw\nto execute arbitrary code with the privileges of the user running an X11\nclient. (CVE-2013-2005)\n\nTwo stack-based buffer overflow flaws were found in the way libX11, the\nCore X11 protocol client library, processed certain user-specified files.\nA malicious X11 server could possibly use this flaw to crash an X11 client\nvia a specially crafted file. (CVE-2013-2004)\n\nThe xkeyboard-config package has been upgraded to upstream version 2.11,\nwhich provides a number of bug fixes and enhancements over the previous\nversion. (BZ#1077471)\n\nThis update also fixes the following bugs:\n\n * Previously, updating the mesa-libGL package did not update the libX11\npackage, although it was listed as a dependency of mesa-libGL. This bug has\nbeen fixed and updating mesa-libGL now updates all dependent packages as\nexpected. (BZ#1054614)\n\n * Previously, closing a customer application could occasionally cause the X\nServer to terminate unexpectedly. After this update, the X Server no longer\nhangs when a user closes a customer application. (BZ#971626)\n\nAll X11 client libraries users are advised to upgrade to these updated\npackages, which correct these issues and add these enhancements.\");\n script_tag(name:\"affected\", value:\"X11 client libraries on Red Hat Enterprise Linux Desktop (v. 6),\n Red Hat Enterprise Linux Server (v. 6),\n Red Hat Enterprise Linux Workstation (v. 6)\");\n script_tag(name:\"solution\", value:\"Please Install the Updated Packages.\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"RHSA\", value:\"2014:1436-02\");\n script_xref(name:\"URL\", value:\"https://www.redhat.com/archives/rhsa-announce/2014-October/msg00018.html\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2014 Greenbone Networks GmbH\");\n script_family(\"Red Hat Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/rhel\", \"ssh/login/rpms\", re:\"ssh/login/release=RHENT_6\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release) exit(0);\n\nres = \"\";\n\nif(release == \"RHENT_6\")\n{\n\n if ((res = isrpmvuln(pkg:\"libX11\", rpm:\"libX11~1.6.0~2.2.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libX11-debuginfo\", rpm:\"libX11-debuginfo~1.6.0~2.2.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libX11-devel\", rpm:\"libX11-devel~1.6.0~2.2.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXcursor\", rpm:\"libXcursor~1.1.14~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXcursor-debuginfo\", rpm:\"libXcursor-debuginfo~1.1.14~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXcursor-devel\", rpm:\"libXcursor-devel~1.1.14~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXext\", rpm:\"libXext~1.3.2~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXext-debuginfo\", rpm:\"libXext-debuginfo~1.3.2~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXext-devel\", rpm:\"libXext-devel~1.3.2~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXfixes\", rpm:\"libXfixes~5.0.1~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXfixes-debuginfo\", rpm:\"libXfixes-debuginfo~5.0.1~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXfixes-devel\", rpm:\"libXfixes-devel~5.0.1~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXi\", rpm:\"libXi~1.7.2~2.2.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXi-debuginfo\", rpm:\"libXi-debuginfo~1.7.2~2.2.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXi-devel\", rpm:\"libXi-devel~1.7.2~2.2.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXinerama\", rpm:\"libXinerama~1.1.3~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXinerama-debuginfo\", rpm:\"libXinerama-debuginfo~1.1.3~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXinerama-devel\", rpm:\"libXinerama-devel~1.1.3~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXp\", rpm:\"libXp~1.0.2~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXp-debuginfo\", rpm:\"libXp-debuginfo~1.0.2~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXp-devel\", rpm:\"libXp-devel~1.0.2~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXrandr\", rpm:\"libXrandr~1.4.1~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXrandr-debuginfo\", rpm:\"libXrandr-debuginfo~1.4.1~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXrandr-devel\", rpm:\"libXrandr-devel~1.4.1~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXrender\", rpm:\"libXrender~0.9.8~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXrender-debuginfo\", rpm:\"libXrender-debuginfo~0.9.8~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXrender-devel\", rpm:\"libXrender-devel~0.9.8~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXres\", rpm:\"libXres~1.0.7~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXres-debuginfo\", rpm:\"libXres-debuginfo~1.0.7~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXt\", rpm:\"libXt~1.1.4~6.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXt-debuginfo\", rpm:\"libXt-debuginfo~1.1.4~6.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXt-devel\", rpm:\"libXt-devel~1.1.4~6.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXtst\", rpm:\"libXtst~1.2.2~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXtst-debuginfo\", rpm:\"libXtst-debuginfo~1.2.2~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXtst-devel\", rpm:\"libXtst-devel~1.2.2~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXv\", rpm:\"libXv~1.0.9~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXv-debuginfo\", rpm:\"libXv-debuginfo~1.0.9~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXv-devel\", rpm:\"libXv-devel~1.0.9~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXvMC\", rpm:\"libXvMC~1.0.8~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXvMC-debuginfo\", rpm:\"libXvMC-debuginfo~1.0.8~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXxf86dga\", rpm:\"libXxf86dga~1.1.4~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXxf86dga-debuginfo\", rpm:\"libXxf86dga-debuginfo~1.1.4~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXxf86vm\", rpm:\"libXxf86vm~1.1.3~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXxf86vm-debuginfo\", rpm:\"libXxf86vm-debuginfo~1.1.3~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libXxf86vm-devel\", rpm:\"libXxf86vm-devel~1.1.3~2.1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libdmx\", rpm:\"libdmx~1.1.3~3.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libdmx-debuginfo\", rpm:\"libdmx-debuginfo~1.1.3~3.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libxcb\", rpm:\"libxcb~1.9.1~2.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libxcb-debuginfo\", rpm:\"libxcb-debuginfo~1.9.1~2.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libxcb-devel\", rpm:\"libxcb-devel~1.9.1~2.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libX11-common\", rpm:\"libX11-common~1.6.0~2.2.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xkeyboard-config\", rpm:\"xkeyboard-config~2.11~1.el6\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xorg-x11-proto-devel\", rpm:\"xorg-x11-proto-devel~7.7~9.el6\", rls:\"RHENT_6\")) != 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-03-17T23:00:22", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-1997", "CVE-2013-1991", "CVE-2013-2005", "CVE-2013-1988", "CVE-2013-1989", "CVE-2013-1985", "CVE-2013-1982", "CVE-2013-2064", "CVE-2013-1984", "CVE-2013-2000", "CVE-2013-1981", "CVE-2013-2003", "CVE-2013-1987", "CVE-2013-1983", "CVE-2013-2001", "CVE-2013-2062", "CVE-2013-1995", "CVE-2013-1999", "CVE-2013-2066", "CVE-2013-2004", "CVE-2013-1990", "CVE-2013-1986", "CVE-2013-2002", "CVE-2013-1998"], "description": "The remote host is missing an update announced via the referenced Security Advisory.", "modified": "2020-03-13T00:00:00", "published": "2015-09-08T00:00:00", "id": "OPENVAS:1361412562310120017", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310120017", "type": "openvas", "title": "Amazon Linux: Security Advisory (ALAS-2014-452)", "sourceData": "# Copyright (C) 2015 Eero Volotinen\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.120017\");\n script_version(\"2020-03-13T13:19:50+0000\");\n script_tag(name:\"creation_date\", value:\"2015-09-08 13:15:02 +0200 (Tue, 08 Sep 2015)\");\n script_tag(name:\"last_modification\", value:\"2020-03-13 13:19:50 +0000 (Fri, 13 Mar 2020)\");\n script_name(\"Amazon Linux: Security Advisory (ALAS-2014-452)\");\n script_tag(name:\"insight\", value:\"Multiple flaws were found in X11. Please see the references for more information.\");\n script_tag(name:\"solution\", value:\"Run yum update libX11 libXcursor libXfixes libXi libXrandr libXrender libXres libXt libXv libXvMC libXxf86dga libXxf86vm libdmx xorg-x11-proto-devel to update your system.\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"URL\", value:\"https://alas.aws.amazon.com/ALAS-2014-452.html\");\n script_cve_id(\"CVE-2013-2062\", \"CVE-2013-2064\", \"CVE-2013-2066\", \"CVE-2013-2003\", \"CVE-2013-2002\", \"CVE-2013-2001\", \"CVE-2013-2000\", \"CVE-2013-2005\", \"CVE-2013-2004\", \"CVE-2013-1990\", \"CVE-2013-1991\", \"CVE-2013-1995\", \"CVE-2013-1998\", \"CVE-2013-1999\", \"CVE-2013-1989\", \"CVE-2013-1988\", \"CVE-2013-1987\", \"CVE-2013-1986\", \"CVE-2013-1985\", \"CVE-2013-1984\", \"CVE-2013-1983\", \"CVE-2013-1982\", \"CVE-2013-1981\", \"CVE-2013-1997\");\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_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/amazon_linux\", \"ssh/login/release\");\n script_category(ACT_GATHER_INFO);\n script_tag(name:\"summary\", value:\"The remote host is missing an update announced via the referenced Security Advisory.\");\n script_copyright(\"Copyright (C) 2015 Eero Volotinen\");\n script_family(\"Amazon Linux Local Security Checks\");\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 == \"AMAZON\") {\n if(!isnull(res = isrpmvuln(pkg:\"libX11-debuginfo\", rpm:\"libX11-debuginfo~1.6.0~2.2.12.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libX11\", rpm:\"libX11~1.6.0~2.2.12.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libX11-common\", rpm:\"libX11-common~1.6.0~2.2.12.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libX11-devel\", rpm:\"libX11-devel~1.6.0~2.2.12.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXcursor-debuginfo\", rpm:\"libXcursor-debuginfo~1.1.14~2.1.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXcursor\", rpm:\"libXcursor~1.1.14~2.1.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXcursor-devel\", rpm:\"libXcursor-devel~1.1.14~2.1.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXfixes\", rpm:\"libXfixes~5.0.1~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXfixes-debuginfo\", rpm:\"libXfixes-debuginfo~5.0.1~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXfixes-devel\", rpm:\"libXfixes-devel~5.0.1~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXrandr-debuginfo\", rpm:\"libXrandr-debuginfo~1.4.1~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXrandr\", rpm:\"libXrandr~1.4.1~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXrandr-devel\", rpm:\"libXrandr-devel~1.4.1~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXrender\", rpm:\"libXrender~0.9.8~2.1.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXrender-debuginfo\", rpm:\"libXrender-debuginfo~0.9.8~2.1.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXrender-devel\", rpm:\"libXrender-devel~0.9.8~2.1.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXres-debuginfo\", rpm:\"libXres-debuginfo~1.0.7~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXres\", rpm:\"libXres~1.0.7~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXres-devel\", rpm:\"libXres-devel~1.0.7~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXt-devel\", rpm:\"libXt-devel~1.1.4~6.1.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXt-debuginfo\", rpm:\"libXt-debuginfo~1.1.4~6.1.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXt\", rpm:\"libXt~1.1.4~6.1.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXv-devel\", rpm:\"libXv-devel~1.0.9~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXv-debuginfo\", rpm:\"libXv-debuginfo~1.0.9~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXv\", rpm:\"libXv~1.0.9~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXvMC\", rpm:\"libXvMC~1.0.8~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXvMC-debuginfo\", rpm:\"libXvMC-debuginfo~1.0.8~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXvMC-devel\", rpm:\"libXvMC-devel~1.0.8~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXi\", rpm:\"libXi~1.7.2~2.2.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXi-devel\", rpm:\"libXi-devel~1.7.2~2.2.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXi-debuginfo\", rpm:\"libXi-debuginfo~1.7.2~2.2.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXxf86dga\", rpm:\"libXxf86dga~1.1.4~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXxf86dga-debuginfo\", rpm:\"libXxf86dga-debuginfo~1.1.4~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXxf86dga-devel\", rpm:\"libXxf86dga-devel~1.1.4~2.1.8.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXxf86vm-devel\", rpm:\"libXxf86vm-devel~1.1.3~2.1.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXxf86vm-debuginfo\", rpm:\"libXxf86vm-debuginfo~1.1.3~2.1.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libXxf86vm\", rpm:\"libXxf86vm~1.1.3~2.1.9.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libdmx-debuginfo\", rpm:\"libdmx-debuginfo~1.1.3~3.7.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libdmx\", rpm:\"libdmx~1.1.3~3.7.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"xorg-x11-proto-devel\", rpm:\"xorg-x11-proto-devel~7.7~9.10.amzn1\", rls:\"AMAZON\"))) {\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": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-29T18:36:42", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-1997", "CVE-2013-1991", "CVE-2013-2005", "CVE-2013-1988", "CVE-2013-1989", "CVE-2013-1985", "CVE-2013-4396", "CVE-2013-1982", "CVE-2013-2064", "CVE-2013-1984", "CVE-2013-2000", "CVE-2013-1981", "CVE-2013-2003", "CVE-2013-1987", "CVE-2013-1056", "CVE-2013-1983", "CVE-2013-2001", "CVE-2013-1993", "CVE-2013-2062", "CVE-2013-1995", "CVE-2013-1999", "CVE-2013-2066", "CVE-2013-2004", "CVE-2013-1990", "CVE-2013-1986", "CVE-2013-2002", "CVE-2013-1992", "CVE-2013-2063", "CVE-2013-1994", "CVE-2013-1940", "CVE-2013-1998", "CVE-2013-1996"], "description": "Gentoo Linux Local Security Checks GLSA 201405-07", "modified": "2018-10-26T00:00:00", "published": "2015-09-29T00:00:00", "id": "OPENVAS:1361412562310121182", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310121182", "type": "openvas", "title": "Gentoo Security Advisory GLSA 201405-07", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: glsa-201405-07.nasl 12128 2018-10-26 13:35:25Z cfischer $\n#\n# Gentoo Linux security check\n#\n# Authors:\n# Eero Volotinen <eero.volotinen@solinor.com>\n#\n# Copyright:\n# Copyright (c) 2015 Eero Volotinen, http://solinor.com\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.121182\");\n script_version(\"$Revision: 12128 $\");\n script_tag(name:\"creation_date\", value:\"2015-09-29 11:27:08 +0300 (Tue, 29 Sep 2015)\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-10-26 15:35:25 +0200 (Fri, 26 Oct 2018) $\");\n script_name(\"Gentoo Security Advisory GLSA 201405-07\");\n script_tag(name:\"insight\", value:\"Multiple vulnerabilities have been discovered in X.Org X Server. Please review the CVE identifiers referenced below for details.\");\n script_tag(name:\"solution\", value:\"Update the affected packages to the latest available version.\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"URL\", value:\"https://security.gentoo.org/glsa/201405-07\");\n script_cve_id(\"CVE-2013-1056\", \"CVE-2013-1940\", \"CVE-2013-1981\", \"CVE-2013-1982\", \"CVE-2013-1983\", \"CVE-2013-1984\", \"CVE-2013-1985\", \"CVE-2013-1986\", \"CVE-2013-1987\", \"CVE-2013-1988\", \"CVE-2013-1989\", \"CVE-2013-1990\", \"CVE-2013-1991\", \"CVE-2013-1992\", \"CVE-2013-1993\", \"CVE-2013-1994\", \"CVE-2013-1995\", \"CVE-2013-1996\", \"CVE-2013-1997\", \"CVE-2013-1998\", \"CVE-2013-1999\", \"CVE-2013-2000\", \"CVE-2013-2001\", \"CVE-2013-2002\", \"CVE-2013-2003\", \"CVE-2013-2004\", \"CVE-2013-2005\", \"CVE-2013-2062\", \"CVE-2013-2063\", \"CVE-2013-2064\", \"CVE-2013-2066\", \"CVE-2013-4396\");\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_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/gentoo\", \"ssh/login/pkg\");\n script_category(ACT_GATHER_INFO);\n script_tag(name:\"summary\", value:\"Gentoo Linux Local Security Checks GLSA 201405-07\");\n script_copyright(\"Eero Volotinen\");\n script_family(\"Gentoo Local Security Checks\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-gentoo.inc\");\n\nres = \"\";\nreport = \"\";\n\nif((res=ispkgvuln(pkg:\"x11-base/xorg-server\", unaffected: make_list(\"ge 1.14.3-r2\"), vulnerable: make_list(\"lt 1.14.3-r2\"))) != NULL) {\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"}}], "securityvulns": [{"lastseen": "2018-08-31T11:10:48", "bulletinFamily": "software", "cvelist": ["CVE-2013-2062"], "description": "\r\n\r\n-----BEGIN PGP SIGNED MESSAGE-----\r\nHash: SHA1\r\n\r\n- -------------------------------------------------------------------------\r\nDebian Security Advisory DSA-2685-1 security@debian.org\r\nhttp://www.debian.org/security/ Moritz Muehlenhoff\r\nMay 23, 2013 http://www.debian.org/security/faq\r\n- -------------------------------------------------------------------------\r\n\r\nPackage : libxp\r\nVulnerability : several\r\nProblem type : remote\r\nDebian-specific: no\r\nCVE ID : CVE-2013-2062\r\n\r\nIlja van Sprundel of IOActive discovered several security issues in\r\nmultiple components of the X.org graphics stack and the related\r\nlibraries: Various integer overflows, sign handling errors in integer\r\nconversions, buffer overflows, memory corruption and missing input\r\nsanitising may lead to privilege escalation or denial of service.\r\n\r\nFor the oldstable distribution (squeeze), this problem has been fixed in\r\nversion 1:1.0.0.xsf1-2+squeeze1.\r\n\r\nFor the stable distribution (wheezy), this problem has been fixed in\r\nversion 1:1.0.1-2+deb7u1.\r\n\r\nFor the unstable distribution (sid), this problem has been fixed in\r\nversion 1:1.0.1-2+deb7u1.\r\n\r\nWe recommend that you upgrade your libxp packages.\r\n\r\nFurther information about Debian Security Advisories, how to apply\r\nthese updates to your system and frequently asked questions can be\r\nfound at: http://www.debian.org/security/\r\n\r\nMailing list: debian-security-announce@lists.debian.org\r\n-----BEGIN PGP SIGNATURE-----\r\nVersion: GnuPG v1.4.12 (GNU/Linux)\r\n\r\niEYEARECAAYFAlGeN4AACgkQXm3vHE4uylp7JQCguqKXqXG9GqBhrNDb2B7SIKUe\r\nczoAoNnzD4qyJRi9CbqIPR/j2pjDyDRn\r\n=umC9\r\n-----END PGP SIGNATURE-----\r\n", "edition": 1, "modified": "2013-05-27T00:00:00", "published": "2013-05-27T00:00:00", "id": "SECURITYVULNS:DOC:29413", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:29413", "title": "[SECURITY] [DSA 2685-1] libxp security update", "type": "securityvulns", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-08-31T11:09:51", "bulletinFamily": "software", "cvelist": ["CVE-2013-1997", "CVE-2013-1991", "CVE-2013-1872", "CVE-2013-2005", "CVE-2013-1988", "CVE-2013-1989", "CVE-2013-1985", "CVE-2013-1982", "CVE-2013-2064", "CVE-2013-1984", "CVE-2013-2000", "CVE-2013-1981", "CVE-2013-2003", "CVE-2013-1987", "CVE-2013-1983", "CVE-2013-2001", "CVE-2013-1993", "CVE-2013-2062", "CVE-2013-1995", "CVE-2013-1999", "CVE-2013-2066", "CVE-2013-2004", "CVE-2013-1990", "CVE-2013-1986", "CVE-2013-2002", "CVE-2013-1992", "CVE-2013-2063", "CVE-2013-1994", "CVE-2013-1998", "CVE-2013-1996"], "description": "Multiple integer overflows, buffer overflows, memory corruptions, etc.", "edition": 1, "modified": "2013-06-17T00:00:00", "published": "2013-06-17T00:00:00", "id": "SECURITYVULNS:VULN:13089", "href": "https://vulners.com/securityvulns/SECURITYVULNS:VULN:13089", "title": "X servers and libraries security vulnerabilities", "type": "securityvulns", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "ubuntu": [{"lastseen": "2020-07-02T11:36:16", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2062"], "description": "Ilja van Sprundel discovered multiple security issues in various X.org \nlibraries and components. An attacker could use these issues to cause \napplications to crash, resulting in a denial of service, or possibly \nexecute arbitrary code.", "edition": 5, "modified": "2013-06-05T00:00:00", "published": "2013-06-05T00:00:00", "id": "USN-1861-1", "href": "https://ubuntu.com/security/notices/USN-1861-1", "title": "libxp vulnerability", "type": "ubuntu", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "debian": [{"lastseen": "2020-11-11T13:25:26", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2062"], "description": "- -------------------------------------------------------------------------\nDebian Security Advisory DSA-2685-1 security@debian.org\nhttp://www.debian.org/security/ Moritz Muehlenhoff\nMay 23, 2013 http://www.debian.org/security/faq\n- -------------------------------------------------------------------------\n\nPackage : libxp\nVulnerability : several\nProblem type : remote\nDebian-specific: no\nCVE ID : CVE-2013-2062\n\nIlja van Sprundel of IOActive discovered several security issues in\nmultiple components of the X.org graphics stack and the related\nlibraries: Various integer overflows, sign handling errors in integer\nconversions, buffer overflows, memory corruption and missing input\nsanitising may lead to privilege escalation or denial of service.\n\nFor the oldstable distribution (squeeze), this problem has been fixed in\nversion 1:1.0.0.xsf1-2+squeeze1.\n\nFor the stable distribution (wheezy), this problem has been fixed in\nversion 1:1.0.1-2+deb7u1.\n\nFor the unstable distribution (sid), this problem has been fixed in\nversion 1:1.0.1-2+deb7u1.\n\nWe recommend that you upgrade your libxp packages.\n\nFurther information about Debian Security Advisories, how to apply\nthese updates to your system and frequently asked questions can be\nfound at: http://www.debian.org/security/\n\nMailing list: debian-security-announce@lists.debian.org\n", "edition": 4, "modified": "2013-05-23T16:18:58", "published": "2013-05-23T16:18:58", "id": "DEBIAN:DSA-2685-1:BED17", "href": "https://lists.debian.org/debian-security-announce/debian-security-announce-2013/msg00089.html", "title": "[SECURITY] [DSA 2685-1] libxp security update", "type": "debian", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "amazon": [{"lastseen": "2020-11-10T12:34:56", "bulletinFamily": "unix", "cvelist": ["CVE-2013-1997", "CVE-2013-1991", "CVE-2013-2005", "CVE-2013-1988", "CVE-2013-1989", "CVE-2013-1985", "CVE-2013-1982", "CVE-2013-2064", "CVE-2013-1984", "CVE-2013-2000", "CVE-2013-1981", "CVE-2013-2003", "CVE-2013-1987", "CVE-2013-1983", "CVE-2013-2001", "CVE-2013-2062", "CVE-2013-1995", "CVE-2013-1999", "CVE-2013-2066", "CVE-2013-2004", "CVE-2013-1990", "CVE-2013-1986", "CVE-2013-2002", "CVE-2013-1998"], "description": "**Issue Overview:**\n\nMultiple integer overflow flaws, leading to heap-based buffer overflows, were found in the way various X11 client libraries handled certain protocol data. An attacker able to submit invalid protocol data to an X11 server via a malicious X11 client could use either of these flaws to potentially escalate their privileges on the system. ([CVE-2013-1981 __](<https://access.redhat.com/security/cve/CVE-2013-1981>), [CVE-2013-1982 __](<https://access.redhat.com/security/cve/CVE-2013-1982>), [CVE-2013-1983 __](<https://access.redhat.com/security/cve/CVE-2013-1983>), [CVE-2013-1984 __](<https://access.redhat.com/security/cve/CVE-2013-1984>), [CVE-2013-1985 __](<https://access.redhat.com/security/cve/CVE-2013-1985>), [CVE-2013-1986 __](<https://access.redhat.com/security/cve/CVE-2013-1986>), [CVE-2013-1987 __](<https://access.redhat.com/security/cve/CVE-2013-1987>), [CVE-2013-1988 __](<https://access.redhat.com/security/cve/CVE-2013-1988>), [CVE-2013-1989 __](<https://access.redhat.com/security/cve/CVE-2013-1989>), [CVE-2013-1990 __](<https://access.redhat.com/security/cve/CVE-2013-1990>), [CVE-2013-1991 __](<https://access.redhat.com/security/cve/CVE-2013-1991>), [CVE-2013-2003 __](<https://access.redhat.com/security/cve/CVE-2013-2003>), [CVE-2013-2062 __](<https://access.redhat.com/security/cve/CVE-2013-2062>), [CVE-2013-2064 __](<https://access.redhat.com/security/cve/CVE-2013-2064>))\n\nMultiple array index errors, leading to heap-based buffer out-of-bounds write flaws, were found in the way various X11 client libraries handled data returned from an X11 server. A malicious X11 server could possibly use this flaw to execute arbitrary code with the privileges of the user running an X11 client. ([CVE-2013-1997 __](<https://access.redhat.com/security/cve/CVE-2013-1997>), [CVE-2013-1998 __](<https://access.redhat.com/security/cve/CVE-2013-1998>), [CVE-2013-1999 __](<https://access.redhat.com/security/cve/CVE-2013-1999>), [CVE-2013-2000 __](<https://access.redhat.com/security/cve/CVE-2013-2000>), [CVE-2013-2001 __](<https://access.redhat.com/security/cve/CVE-2013-2001>), [CVE-2013-2002 __](<https://access.redhat.com/security/cve/CVE-2013-2002>), [CVE-2013-2066 __](<https://access.redhat.com/security/cve/CVE-2013-2066>))\n\nA buffer overflow flaw was found in the way the XListInputDevices() function of X.Org X11's libXi runtime library handled signed numbers. A malicious X11 server could possibly use this flaw to execute arbitrary code with the privileges of the user running an X11 client. ([CVE-2013-1995 __](<https://access.redhat.com/security/cve/CVE-2013-1995>))\n\nA flaw was found in the way the X.Org X11 libXt runtime library used uninitialized pointers. A malicious X11 server could possibly use this flaw to execute arbitrary code with the privileges of the user running an X11 client. ([CVE-2013-2005 __](<https://access.redhat.com/security/cve/CVE-2013-2005>))\n\nTwo stack-based buffer overflow flaws were found in the way libX11, the Core X11 protocol client library, processed certain user-specified files. A malicious X11 server could possibly use this flaw to crash an X11 client via a specially crafted file. ([CVE-2013-2004 __](<https://access.redhat.com/security/cve/CVE-2013-2004>))\n\n \n**Affected Packages:** \n\n\nlibX11, libXcursor, libXfixes, libXi, libXrandr, libXrender, libXres, libXt, libXv, libXvMC, libXxf86dga, libXxf86vm, libdmx, xorg-x11-proto-devel\n\n \n**Issue Correction:** \nRun _yum update libX11 libXcursor libXfixes libXi libXrandr libXrender libXres libXt libXv libXvMC libXxf86dga libXxf86vm libdmx xorg-x11-proto-devel_ to update your system.\n\n \n\n\n**New Packages:**\n \n \n i686: \n libX11-debuginfo-1.6.0-2.2.12.amzn1.i686 \n libX11-1.6.0-2.2.12.amzn1.i686 \n libX11-common-1.6.0-2.2.12.amzn1.i686 \n libX11-devel-1.6.0-2.2.12.amzn1.i686 \n libXcursor-debuginfo-1.1.14-2.1.9.amzn1.i686 \n libXcursor-1.1.14-2.1.9.amzn1.i686 \n libXcursor-devel-1.1.14-2.1.9.amzn1.i686 \n libXfixes-5.0.1-2.1.8.amzn1.i686 \n libXfixes-debuginfo-5.0.1-2.1.8.amzn1.i686 \n libXfixes-devel-5.0.1-2.1.8.amzn1.i686 \n libXrandr-debuginfo-1.4.1-2.1.8.amzn1.i686 \n libXrandr-1.4.1-2.1.8.amzn1.i686 \n libXrandr-devel-1.4.1-2.1.8.amzn1.i686 \n libXrender-0.9.8-2.1.9.amzn1.i686 \n libXrender-debuginfo-0.9.8-2.1.9.amzn1.i686 \n libXrender-devel-0.9.8-2.1.9.amzn1.i686 \n libXres-debuginfo-1.0.7-2.1.8.amzn1.i686 \n libXres-1.0.7-2.1.8.amzn1.i686 \n libXres-devel-1.0.7-2.1.8.amzn1.i686 \n libXt-devel-1.1.4-6.1.9.amzn1.i686 \n libXt-debuginfo-1.1.4-6.1.9.amzn1.i686 \n libXt-1.1.4-6.1.9.amzn1.i686 \n libXv-devel-1.0.9-2.1.8.amzn1.i686 \n libXv-debuginfo-1.0.9-2.1.8.amzn1.i686 \n libXv-1.0.9-2.1.8.amzn1.i686 \n libXvMC-1.0.8-2.1.8.amzn1.i686 \n libXvMC-debuginfo-1.0.8-2.1.8.amzn1.i686 \n libXvMC-devel-1.0.8-2.1.8.amzn1.i686 \n libXi-1.7.2-2.2.9.amzn1.i686 \n libXi-devel-1.7.2-2.2.9.amzn1.i686 \n libXi-debuginfo-1.7.2-2.2.9.amzn1.i686 \n libXxf86dga-1.1.4-2.1.8.amzn1.i686 \n libXxf86dga-debuginfo-1.1.4-2.1.8.amzn1.i686 \n libXxf86dga-devel-1.1.4-2.1.8.amzn1.i686 \n libXxf86vm-devel-1.1.3-2.1.9.amzn1.i686 \n libXxf86vm-debuginfo-1.1.3-2.1.9.amzn1.i686 \n libXxf86vm-1.1.3-2.1.9.amzn1.i686 \n libdmx-debuginfo-1.1.3-3.7.amzn1.i686 \n libdmx-1.1.3-3.7.amzn1.i686 \n libdmx-devel-1.1.3-3.7.amzn1.i686 \n \n noarch: \n xorg-x11-proto-devel-7.7-9.10.amzn1.noarch \n \n src: \n libX11-1.6.0-2.2.12.amzn1.src \n libXcursor-1.1.14-2.1.9.amzn1.src \n libXfixes-5.0.1-2.1.8.amzn1.src \n libXrandr-1.4.1-2.1.8.amzn1.src \n xorg-x11-proto-devel-7.7-9.10.amzn1.src \n libXrender-0.9.8-2.1.9.amzn1.src \n libXres-1.0.7-2.1.8.amzn1.src \n libXt-1.1.4-6.1.9.amzn1.src \n libXv-1.0.9-2.1.8.amzn1.src \n libXvMC-1.0.8-2.1.8.amzn1.src \n libXi-1.7.2-2.2.9.amzn1.src \n libXxf86dga-1.1.4-2.1.8.amzn1.src \n libXxf86vm-1.1.3-2.1.9.amzn1.src \n libdmx-1.1.3-3.7.amzn1.src \n \n x86_64: \n libX11-1.6.0-2.2.12.amzn1.x86_64 \n libX11-devel-1.6.0-2.2.12.amzn1.x86_64 \n libX11-common-1.6.0-2.2.12.amzn1.x86_64 \n libX11-debuginfo-1.6.0-2.2.12.amzn1.x86_64 \n libXcursor-debuginfo-1.1.14-2.1.9.amzn1.x86_64 \n libXcursor-devel-1.1.14-2.1.9.amzn1.x86_64 \n libXcursor-1.1.14-2.1.9.amzn1.x86_64 \n libXfixes-devel-5.0.1-2.1.8.amzn1.x86_64 \n libXfixes-debuginfo-5.0.1-2.1.8.amzn1.x86_64 \n libXfixes-5.0.1-2.1.8.amzn1.x86_64 \n libXrandr-devel-1.4.1-2.1.8.amzn1.x86_64 \n libXrandr-debuginfo-1.4.1-2.1.8.amzn1.x86_64 \n libXrandr-1.4.1-2.1.8.amzn1.x86_64 \n libXrender-devel-0.9.8-2.1.9.amzn1.x86_64 \n libXrender-0.9.8-2.1.9.amzn1.x86_64 \n libXrender-debuginfo-0.9.8-2.1.9.amzn1.x86_64 \n libXres-devel-1.0.7-2.1.8.amzn1.x86_64 \n libXres-debuginfo-1.0.7-2.1.8.amzn1.x86_64 \n libXres-1.0.7-2.1.8.amzn1.x86_64 \n libXt-devel-1.1.4-6.1.9.amzn1.x86_64 \n libXt-1.1.4-6.1.9.amzn1.x86_64 \n libXt-debuginfo-1.1.4-6.1.9.amzn1.x86_64 \n libXv-devel-1.0.9-2.1.8.amzn1.x86_64 \n libXv-1.0.9-2.1.8.amzn1.x86_64 \n libXv-debuginfo-1.0.9-2.1.8.amzn1.x86_64 \n libXvMC-1.0.8-2.1.8.amzn1.x86_64 \n libXvMC-debuginfo-1.0.8-2.1.8.amzn1.x86_64 \n libXvMC-devel-1.0.8-2.1.8.amzn1.x86_64 \n libXi-debuginfo-1.7.2-2.2.9.amzn1.x86_64 \n libXi-1.7.2-2.2.9.amzn1.x86_64 \n libXi-devel-1.7.2-2.2.9.amzn1.x86_64 \n libXxf86dga-debuginfo-1.1.4-2.1.8.amzn1.x86_64 \n libXxf86dga-devel-1.1.4-2.1.8.amzn1.x86_64 \n libXxf86dga-1.1.4-2.1.8.amzn1.x86_64 \n libXxf86vm-debuginfo-1.1.3-2.1.9.amzn1.x86_64 \n libXxf86vm-devel-1.1.3-2.1.9.amzn1.x86_64 \n libXxf86vm-1.1.3-2.1.9.amzn1.x86_64 \n libdmx-debuginfo-1.1.3-3.7.amzn1.x86_64 \n libdmx-1.1.3-3.7.amzn1.x86_64 \n libdmx-devel-1.1.3-3.7.amzn1.x86_64 \n \n \n", "edition": 5, "modified": "2014-11-22T14:00:00", "published": "2014-11-22T14:00:00", "id": "ALAS-2014-452", "href": "https://alas.aws.amazon.com/ALAS-2014-452.html", "title": "Medium: libX11, libXcursor, libXfixes, libXi, libXrandr, libXrender, libXres, libXt, libXv, libXvMC, libXxf86dga, libXxf86vm, libdmx, xorg-x11-proto-devel", "type": "amazon", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "centos": [{"lastseen": "2019-12-20T18:24:01", "bulletinFamily": "unix", "cvelist": ["CVE-2013-1997", "CVE-2013-1991", "CVE-2013-2005", "CVE-2013-1988", "CVE-2013-1989", "CVE-2013-1985", "CVE-2013-1982", "CVE-2013-2064", "CVE-2013-1984", "CVE-2013-2000", "CVE-2013-1981", "CVE-2013-2003", "CVE-2013-1987", "CVE-2013-1983", "CVE-2013-2001", "CVE-2013-2062", "CVE-2013-1995", "CVE-2013-1999", "CVE-2013-2066", "CVE-2013-2004", "CVE-2013-1990", "CVE-2013-1986", "CVE-2013-2002", "CVE-2013-1992", "CVE-2013-2063", "CVE-2013-1998"], "description": "**CentOS Errata and Security Advisory** CESA-2014:1436\n\n\nThe X11 (Xorg) libraries provide library routines that are used within all\nX Window applications.\n\nMultiple integer overflow flaws, leading to heap-based buffer overflows,\nwere found in the way various X11 client libraries handled certain protocol\ndata. An attacker able to submit invalid protocol data to an X11 server via\na malicious X11 client could use either of these flaws to potentially\nescalate their privileges on the system. (CVE-2013-1981, CVE-2013-1982,\nCVE-2013-1983, CVE-2013-1984, CVE-2013-1985, CVE-2013-1986, CVE-2013-1987,\nCVE-2013-1988, CVE-2013-1989, CVE-2013-1990, CVE-2013-1991, CVE-2013-2003,\nCVE-2013-2062, CVE-2013-2064)\n\nMultiple array index errors, leading to heap-based buffer out-of-bounds\nwrite flaws, were found in the way various X11 client libraries handled\ndata returned from an X11 server. A malicious X11 server could possibly use\nthis flaw to execute arbitrary code with the privileges of the user running\nan X11 client. (CVE-2013-1997, CVE-2013-1998, CVE-2013-1999, CVE-2013-2000,\nCVE-2013-2001, CVE-2013-2002, CVE-2013-2066)\n\nA buffer overflow flaw was found in the way the XListInputDevices()\nfunction of X.Org X11's libXi runtime library handled signed numbers.\nA malicious X11 server could possibly use this flaw to execute arbitrary\ncode with the privileges of the user running an X11 client. (CVE-2013-1995)\n\nA flaw was found in the way the X.Org X11 libXt runtime library used\nuninitialized pointers. A malicious X11 server could possibly use this flaw\nto execute arbitrary code with the privileges of the user running an X11\nclient. (CVE-2013-2005)\n\nTwo stack-based buffer overflow flaws were found in the way libX11, the\nCore X11 protocol client library, processed certain user-specified files.\nA malicious X11 server could possibly use this flaw to crash an X11 client\nvia a specially crafted file. (CVE-2013-2004)\n\nThe xkeyboard-config package has been upgraded to upstream version 2.11,\nwhich provides a number of bug fixes and enhancements over the previous\nversion. (BZ#1077471)\n\nThis update also fixes the following bugs:\n\n* Previously, updating the mesa-libGL package did not update the libX11\npackage, although it was listed as a dependency of mesa-libGL. This bug has\nbeen fixed and updating mesa-libGL now updates all dependent packages as\nexpected. (BZ#1054614)\n\n* Previously, closing a customer application could occasionally cause the X\nServer to terminate unexpectedly. After this update, the X Server no longer\nhangs when a user closes a customer application. (BZ#971626)\n\nAll X11 client libraries users are advised to upgrade to these updated\npackages, which correct these issues and add these enhancements.\n\n\n**Merged security bulletin from advisories:**\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007433.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007464.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007465.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007466.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007467.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007468.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007469.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007470.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007471.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007472.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007473.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007474.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007475.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007476.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007477.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007478.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007479.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007480.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007599.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007606.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007657.html\nhttp://lists.centos.org/pipermail/centos-cr-announce/2014-October/007660.html\n\n**Affected packages:**\nlibX11\nlibX11-common\nlibX11-devel\nlibXcursor\nlibXcursor-devel\nlibXext\nlibXext-devel\nlibXfixes\nlibXfixes-devel\nlibXi\nlibXi-devel\nlibXinerama\nlibXinerama-devel\nlibXp\nlibXp-devel\nlibXrandr\nlibXrandr-devel\nlibXrender\nlibXrender-devel\nlibXres\nlibXres-devel\nlibXt\nlibXt-devel\nlibXtst\nlibXtst-devel\nlibXv\nlibXv-devel\nlibXvMC\nlibXvMC-devel\nlibXxf86dga\nlibXxf86dga-devel\nlibXxf86vm\nlibXxf86vm-devel\nlibdmx\nlibdmx-devel\nlibxcb\nlibxcb-devel\nlibxcb-doc\nlibxcb-python\nxcb-proto\nxkeyboard-config\nxkeyboard-config-devel\nxorg-x11-proto-devel\nxorg-x11-xtrans-devel\n\n**Upstream details at:**\nhttps://rhn.redhat.com/errata/RHSA-2014-1436.html", "edition": 5, "modified": "2014-10-20T18:11:33", "published": "2014-10-20T18:09:28", "href": "http://lists.centos.org/pipermail/centos-cr-announce/2014-October/007433.html", "id": "CESA-2014:1436", "title": "libX11, libXcursor, libXext, libXfixes, libXi, libXinerama, libXp, libXrandr, libXrender, libXres, libXt, libXtst, libXv, libXvMC, libXxf86dga, libXxf86vm, libdmx, libxcb, xcb, xkeyboard, xorg security update", "type": "centos", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "redhat": [{"lastseen": "2019-12-11T13:32:29", "bulletinFamily": "unix", "cvelist": ["CVE-2013-1981", "CVE-2013-1982", "CVE-2013-1983", "CVE-2013-1984", "CVE-2013-1985", "CVE-2013-1986", "CVE-2013-1987", "CVE-2013-1988", "CVE-2013-1989", "CVE-2013-1990", "CVE-2013-1991", "CVE-2013-1992", "CVE-2013-1995", "CVE-2013-1997", "CVE-2013-1998", "CVE-2013-1999", "CVE-2013-2000", "CVE-2013-2001", "CVE-2013-2002", "CVE-2013-2003", "CVE-2013-2004", "CVE-2013-2005", "CVE-2013-2062", "CVE-2013-2063", "CVE-2013-2064", "CVE-2013-2066"], "description": "The X11 (Xorg) libraries provide library routines that are used within all\nX Window applications.\n\nMultiple integer overflow flaws, leading to heap-based buffer overflows,\nwere found in the way various X11 client libraries handled certain protocol\ndata. An attacker able to submit invalid protocol data to an X11 server via\na malicious X11 client could use either of these flaws to potentially\nescalate their privileges on the system. (CVE-2013-1981, CVE-2013-1982,\nCVE-2013-1983, CVE-2013-1984, CVE-2013-1985, CVE-2013-1986, CVE-2013-1987,\nCVE-2013-1988, CVE-2013-1989, CVE-2013-1990, CVE-2013-1991, CVE-2013-2003,\nCVE-2013-2062, CVE-2013-2064)\n\nMultiple array index errors, leading to heap-based buffer out-of-bounds\nwrite flaws, were found in the way various X11 client libraries handled\ndata returned from an X11 server. A malicious X11 server could possibly use\nthis flaw to execute arbitrary code with the privileges of the user running\nan X11 client. (CVE-2013-1997, CVE-2013-1998, CVE-2013-1999, CVE-2013-2000,\nCVE-2013-2001, CVE-2013-2002, CVE-2013-2066)\n\nA buffer overflow flaw was found in the way the XListInputDevices()\nfunction of X.Org X11's libXi runtime library handled signed numbers.\nA malicious X11 server could possibly use this flaw to execute arbitrary\ncode with the privileges of the user running an X11 client. (CVE-2013-1995)\n\nA flaw was found in the way the X.Org X11 libXt runtime library used\nuninitialized pointers. A malicious X11 server could possibly use this flaw\nto execute arbitrary code with the privileges of the user running an X11\nclient. (CVE-2013-2005)\n\nTwo stack-based buffer overflow flaws were found in the way libX11, the\nCore X11 protocol client library, processed certain user-specified files.\nA malicious X11 server could possibly use this flaw to crash an X11 client\nvia a specially crafted file. (CVE-2013-2004)\n\nThe xkeyboard-config package has been upgraded to upstream version 2.11,\nwhich provides a number of bug fixes and enhancements over the previous\nversion. (BZ#1077471)\n\nThis update also fixes the following bugs:\n\n* Previously, updating the mesa-libGL package did not update the libX11\npackage, although it was listed as a dependency of mesa-libGL. This bug has\nbeen fixed and updating mesa-libGL now updates all dependent packages as\nexpected. (BZ#1054614)\n\n* Previously, closing a customer application could occasionally cause the X\nServer to terminate unexpectedly. After this update, the X Server no longer\nhangs when a user closes a customer application. (BZ#971626)\n\nAll X11 client libraries users are advised to upgrade to these updated\npackages, which correct these issues and add these enhancements.\n", "modified": "2018-06-06T20:24:13", "published": "2014-10-14T04:00:00", "id": "RHSA-2014:1436", "href": "https://access.redhat.com/errata/RHSA-2014:1436", "type": "redhat", "title": "(RHSA-2014:1436) Moderate: X11 client libraries security, bug fix, and enhancement update", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "freebsd": [{"lastseen": "2019-05-29T18:33:36", "bulletinFamily": "unix", "cvelist": ["CVE-2013-1997", "CVE-2013-1991", "CVE-2013-2005", "CVE-2013-1988", "CVE-2013-1989", "CVE-2013-1985", "CVE-2013-1982", "CVE-2013-2064", "CVE-2013-1984", "CVE-2013-2000", "CVE-2013-1981", "CVE-2013-2003", "CVE-2013-1987", "CVE-2013-1983", "CVE-2013-2001", "CVE-2013-1993", "CVE-2013-2062", "CVE-2013-1995", "CVE-2013-1999", "CVE-2013-2066", "CVE-2013-2004", "CVE-2013-1990", "CVE-2013-1986", "CVE-2013-2002", "CVE-2013-1992", "CVE-2013-2063", "CVE-2013-1994", "CVE-2013-1998", "CVE-2013-1996"], "description": "\nfreedesktop.org reports:\n\nIlja van Sprundel, a security researcher with IOActive, has\n\t discovered a large number of issues in the way various X client\n\t libraries handle the responses they receive from servers, and has\n\t worked with X.Org's security team to analyze, confirm, and fix\n\t these issues.\nMost of these issues stem from the client libraries trusting the\n\t server to send correct protocol data, and not verifying that the\n\t values will not overflow or cause other damage. Most of the time X\n\t clients & servers are run by the same user, with the server\n\t more privileged from the clients, so this is not a problem, but\n\t there are scenarios in which a privileged client can be connected\n\t to an unprivileged server, for instance, connecting a setuid X\n\t client (such as a screen lock program) to a virtual X server (such\n\t as Xvfb or Xephyr) which the user has modified to return invalid\n\t data, potentially allowing the user to escalate their privileges.\nThe vulnerabilities include:\nInteger overflows calculating memory needs for replies.\nSign extension issues calculating memory needs for replies.\nBuffer overflows due to not validating length or offset values in\n\t replies.\nInteger overflows parsing user-specified files.\nUnbounded recursion parsing user-specified files.\nMemory corruption due to unchecked return values.\n\n", "edition": 4, "modified": "2013-05-23T00:00:00", "published": "2013-05-23T00:00:00", "id": "2EEBEBFF-CD3B-11E2-8F09-001B38C3836C", "href": "https://vuxml.freebsd.org/freebsd/2eebebff-cd3b-11e2-8f09-001b38c3836c.html", "title": "xorg -- protocol handling issues in X Window System client libraries", "type": "freebsd", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "gentoo": [{"lastseen": "2016-09-06T19:46:27", "bulletinFamily": "unix", "cvelist": ["CVE-2013-1997", "CVE-2013-1991", "CVE-2013-2005", "CVE-2013-1988", "CVE-2013-1989", "CVE-2013-1985", "CVE-2013-4396", "CVE-2013-1982", "CVE-2013-2064", "CVE-2013-1984", "CVE-2013-2000", "CVE-2013-1981", "CVE-2013-2003", "CVE-2013-1987", "CVE-2013-1056", "CVE-2013-1983", "CVE-2013-2001", "CVE-2013-1993", "CVE-2013-2062", "CVE-2013-1995", "CVE-2013-1999", "CVE-2013-2066", "CVE-2013-2004", "CVE-2013-1990", "CVE-2013-1986", "CVE-2013-2002", "CVE-2013-1992", "CVE-2013-2063", "CVE-2013-1994", "CVE-2013-1940", "CVE-2013-1998", "CVE-2013-1996"], "edition": 1, "description": "### Background\n\nThe X Window System is a graphical windowing system based on a client/server model. \n\n### Description\n\nMultiple vulnerabilities have been discovered in X.Org X Server. Please review the CVE identifiers referenced below for details. \n\n### Impact\n\nA context-dependent attacker could execute arbitrary code with the privileges of the process, cause a Denial of Service condition, or obtain sensitive information. \n\n### Workaround\n\nThere is no known workaround at this time.\n\n### Resolution\n\nAll X.Org X Server users should upgrade to the latest version:\n \n \n # emerge --sync\n # emerge --ask --oneshot --verbose \">=x11-base/xorg-server-1.14.3-r2\"", "modified": "2014-05-15T00:00:00", "published": "2014-05-15T00:00:00", "id": "GLSA-201405-07", "href": "https://security.gentoo.org/glsa/201405-07", "type": "gentoo", "title": "X.Org X Server: Multiple vulnerabilities", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}]}