ID OPENVAS:865696 Type openvas Reporter Copyright (c) 2013 Greenbone Networks GmbH Modified 2017-07-10T00:00:00
Description
Check for the Version of libxcb
###############################################################################
# OpenVAS Vulnerability Test
#
# Fedora Update for libxcb FEDORA-2013-9156
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
include("revisions-lib.inc");
tag_solution = "Please Install the Updated Packages.";
tag_insight = "The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.";
tag_affected = "libxcb on Fedora 18";
if(description)
{
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_id(865696);
script_version("$Revision: 6628 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-10 08:32:47 +0200 (Mon, 10 Jul 2017) $");
script_tag(name:"creation_date", value:"2013-06-07 10:03:07 +0530 (Fri, 07 Jun 2013)");
script_cve_id("CVE-2013-2064");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Fedora Update for libxcb FEDORA-2013-9156");
script_xref(name: "FEDORA", value: "2013-9156");
script_xref(name: "URL" , value: "https://lists.fedoraproject.org/pipermail/package-announce/2013-June/107841.html");
script_summary("Check for the Version of libxcb");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
script_family("Fedora Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/fedora", "ssh/login/rpms");
exit(0);
}
include("pkg-lib-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "FC18")
{
if ((res = isrpmvuln(pkg:"libxcb", rpm:"libxcb~1.9~3.fc18", rls:"FC18")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
{"id": "OPENVAS:865696", "type": "openvas", "bulletinFamily": "scanner", "title": "Fedora Update for libxcb FEDORA-2013-9156", "description": "Check for the Version of libxcb", "published": "2013-06-07T00:00:00", "modified": "2017-07-10T00:00:00", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}, "href": "http://plugins.openvas.org/nasl.php?oid=865696", "reporter": "Copyright (c) 2013 Greenbone Networks GmbH", "references": ["2013-9156", "https://lists.fedoraproject.org/pipermail/package-announce/2013-June/107841.html"], "cvelist": ["CVE-2013-2064"], "lastseen": "2017-07-25T10:51:29", "viewCount": 0, "enchantments": {"score": {"value": 6.5, "vector": "NONE", "modified": "2017-07-25T10:51:29", "rev": 2}, "dependencies": {"references": [{"type": "cve", "idList": ["CVE-2013-2064"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562310120494", "OPENVAS:1361412562310871265", "OPENVAS:892686", "OPENVAS:1361412562310841462", "OPENVAS:841462", "OPENVAS:1361412562310892686", "OPENVAS:1361412562310121182", "OPENVAS:1361412562310865696", "OPENVAS:1361412562310120017"]}, {"type": "amazon", "idList": ["ALAS-2014-452", "ALAS-2014-405"]}, {"type": "nessus", "idList": ["ALA_ALAS-2014-405.NASL", "CENTOS_RHSA-2014-1436.NASL", "DEBIAN_DSA-2686.NASL", "ORACLE_SECURE_GLOBAL_DESKTOP_JUL_2016_CPU.NASL", "SOLARIS11_XORG_20130924.NASL", "UBUNTU_USN-1855-1.NASL", "FEDORA_2013-9070.NASL", "FEDORA_2013-9156.NASL", "OPENSUSE-2013-486.NASL", "SUSE_11_XORG-X11-LIBXCB-130524.NASL"]}, {"type": "securityvulns", "idList": ["SECURITYVULNS:DOC:29414", "SECURITYVULNS:VULN:13089"]}, {"type": "ubuntu", "idList": ["USN-1855-1"]}, {"type": "debian", "idList": ["DEBIAN:DSA-2686-1:EE02D"]}, {"type": "redhat", "idList": ["RHSA-2014:1436"]}, {"type": "centos", "idList": ["CESA-2014:1436"]}, {"type": "gentoo", "idList": ["GLSA-201405-07"]}, {"type": "freebsd", "idList": ["2EEBEBFF-CD3B-11E2-8F09-001B38C3836C"]}, {"type": "oracle", "idList": ["ORACLE:CPUJUL2016-2881720"]}], "modified": "2017-07-25T10:51:29", "rev": 2}, "vulnersScore": 6.5}, "pluginID": "865696", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for libxcb FEDORA-2013-9156\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_solution = \"Please Install the Updated Packages.\";\ntag_insight = \"The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a\n small footprint, latency hiding, direct access to the protocol, improved\n threading support, and extensibility.\";\ntag_affected = \"libxcb on Fedora 18\";\n\n\nif(description)\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_id(865696);\n script_version(\"$Revision: 6628 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-10 08:32:47 +0200 (Mon, 10 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2013-06-07 10:03:07 +0530 (Fri, 07 Jun 2013)\");\n script_cve_id(\"CVE-2013-2064\");\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_tag(name:\"solution_type\", value:\"VendorFix\");\n script_name(\"Fedora Update for libxcb FEDORA-2013-9156\");\n\n script_xref(name: \"FEDORA\", value: \"2013-9156\");\n script_xref(name: \"URL\" , value: \"https://lists.fedoraproject.org/pipermail/package-announce/2013-June/107841.html\");\n script_summary(\"Check for the Version of libxcb\");\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 == \"FC18\")\n{\n\n if ((res = isrpmvuln(pkg:\"libxcb\", rpm:\"libxcb~1.9~3.fc18\", rls:\"FC18\")) != 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", "naslFamily": "Fedora Local Security Checks"}
{"cve": [{"lastseen": "2020-12-09T19:52:40", "description": "Integer overflow in X.org libxcb 1.9 and earlier allows X servers to trigger allocation of insufficient memory and a buffer overflow via vectors related to the read_packet function.", "edition": 5, "cvss3": {}, "published": "2013-06-15T19:55:00", "title": "CVE-2013-2064", "type": "cve", "cwe": ["CWE-189"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 6.8, "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 6.4, "obtainUserPrivilege": false}, "cvelist": ["CVE-2013-2064"], "modified": "2018-10-30T16:27:00", "cpe": ["cpe:/o:debian:debian_linux:6.0", "cpe:/a:oracle:secure_global_desktop:5.2", "cpe:/a:x:libxcb:1.1.92", "cpe:/a:oracle:secure_global_desktop:4.71", "cpe:/a:x:libxcb:1.1.93", "cpe:/a:x:libxcb:1.1.91", "cpe:/o:fedoraproject:fedora:19", "cpe:/a:x:libxcb:1.7", "cpe:/o:canonical:ubuntu_linux:12.04", "cpe:/a:x:libxcb:1.6", "cpe:/a:x:libxcb:1.9", "cpe:/a:x:libxcb:1.8.1", "cpe:/o:canonical:ubuntu_linux:12.10", "cpe:/a:x:libxcb:1.1.90.1", "cpe:/a:x:libxcb:1.2", "cpe:/o:canonical:ubuntu_linux:10.04", "cpe:/o:canonical:ubuntu_linux:13.04", "cpe:/o:opensuse:opensuse:12.2", "cpe:/o:debian:debian_linux:7.0", "cpe:/a:x:libxcb:1.3", "cpe:/o:opensuse:opensuse:12.3", "cpe:/a:x:libxcb:1.5", "cpe:/a:x:libxcb:1.4", "cpe:/a:x:libxcb:1.8"], "id": "CVE-2013-2064", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-2064", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}, "cpe23": ["cpe:2.3:a:x:libxcb:1.2:*:*:*:*:*:*:*", "cpe:2.3:o:fedoraproject:fedora:19:*:*:*:*:*:*:*", "cpe:2.3:o:opensuse:opensuse:12.3:*:*:*:*:*:*:*", "cpe:2.3:a:x:libxcb:1.1.91:*:*:*:*:*:*:*", "cpe:2.3:o:opensuse:opensuse:12.2:*:*:*:*:*:*:*", "cpe:2.3:a:x:libxcb:1.5:*:*:*:*:*:*:*", "cpe:2.3:a:x:libxcb:1.1.92:*:*:*:*:*:*:*", "cpe:2.3:a:x:libxcb:1.1.93:*:*:*:*:*:*:*", "cpe:2.3:a:x:libxcb:1.3:*:*:*:*:*:*:*", "cpe:2.3:a:x:libxcb:1.8.1:*:*:*:*:*:*:*", "cpe:2.3:a:x:libxcb:1.4:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:10.04:*:*:*:lts:*:*:*", "cpe:2.3:a:x:libxcb:1.8:*:*:*:*:*:*:*", "cpe:2.3:a:x:libxcb:1.1.90.1:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:13.04:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:12.10:*:*:*:*:*:*:*", "cpe:2.3:a:x:libxcb:1.9:*:*:*:*:*:*:*", "cpe:2.3:a:oracle:secure_global_desktop:4.71:*:*:*:*:*:*:*", "cpe:2.3:a:oracle:secure_global_desktop:5.2:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:lts:*:*:*", "cpe:2.3:a:x:libxcb:1.6:*:*:*:*:*:*:*", "cpe:2.3:o:debian:debian_linux:6.0:*:*:*:*:*:*:*", "cpe:2.3:a:x:libxcb:1.7:*:*:*:*:*:*:*", "cpe:2.3:o:debian:debian_linux:7.0:*:*:*:*:*:*:*"]}], "openvas": [{"lastseen": "2017-12-04T11:22:11", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "description": "Check for the Version of libxcb", "modified": "2017-12-01T00:00:00", "published": "2013-06-07T00:00:00", "id": "OPENVAS:841462", "href": "http://plugins.openvas.org/nasl.php?oid=841462", "type": "openvas", "title": "Ubuntu Update for libxcb USN-1855-1", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_ubuntu_USN_1855_1.nasl 7958 2017-12-01 06:47:47Z santu $\n#\n# Ubuntu Update for libxcb USN-1855-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 = \"libxcb on Ubuntu 13.04 ,\n Ubuntu 12.10 ,\n Ubuntu 12.04 LTS ,\n Ubuntu 10.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(841462);\n script_version(\"$Revision: 7958 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-01 07:47:47 +0100 (Fri, 01 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2013-06-07 10:05:15 +0530 (Fri, 07 Jun 2013)\");\n script_cve_id(\"CVE-2013-2064\");\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 libxcb USN-1855-1\");\n\n script_xref(name: \"USN\", value: \"1855-1\");\n script_xref(name: \"URL\" , value: \"http://www.ubuntu.com/usn/usn-1855-1/\");\n script_summary(\"Check for the Version of libxcb\");\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:\"libxcb1\", ver:\"1.8.1-1\", 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 == \"UBUNTU10.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"libxcb1\", ver:\"1.5-2ubuntu0.1\", rls:\"UBUNTU10.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:\"libxcb1:i386 \", ver:\"1.8.1-1ubuntu1\", 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:\"libxcb1:i386\", ver:\"1.8.1-2ubuntu2\", 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": "2017-07-24T12:51:49", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "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:892686", "href": "http://plugins.openvas.org/nasl.php?oid=892686", "type": "openvas", "title": "Debian Security Advisory DSA 2686-1 (libxcb - several vulnerabilities)", "sourceData": "# OpenVAS Vulnerability Test\n# $Id: deb_2686.nasl 6611 2017-07-07 12:07:20Z cfischer $\n# Auto-generated from advisory DSA 2686-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 = \"libxcb on Debian Linux\";\ntag_insight = \"The XCB library provides an interface to the X Window System protocol,\ndesigned to replace the Xlib interface.\";\ntag_solution = \"For the oldstable distribution (squeeze), this problem has been fixed in\nversion 1.6-1+squeeze1.\n\nFor the stable distribution (wheezy), this problem has been fixed in\nversion 1.8.1-2+deb7u1.\n\nFor the unstable distribution (sid), this problem has been fixed in\nversion 1.8.1-2+deb7u1.\n\nWe recommend that you upgrade your libxcb 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(892686);\n script_version(\"$Revision: 6611 $\");\n script_cve_id(\"CVE-2013-2064\");\n script_name(\"Debian Security Advisory DSA 2686-1 (libxcb - 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-2686.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:\"libxcb-composite0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-composite0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-composite0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-damage0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-damage0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-damage0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-dpms0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-dpms0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-dpms0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-dri2-0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-dri2-0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-dri2-0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-glx0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-glx0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-glx0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-randr0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-randr0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-randr0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-record0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-record0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-record0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-render0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-render0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-render0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-res0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-res0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-res0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-screensaver0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-screensaver0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-screensaver0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-shape0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-shape0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-shape0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-shm0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-shm0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-shm0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-sync0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-sync0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-sync0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xevie0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xevie0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xevie0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xf86dri0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xf86dri0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xf86dri0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xfixes0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xfixes0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xfixes0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xinerama0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xinerama0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xinerama0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xprint0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xprint0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xprint0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xtest0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xtest0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xtest0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xv0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xv0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xv0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xvmc0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xvmc0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xvmc0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb1\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb1-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb1-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb1-udeb\", ver:\"1.6-1+squeeze1\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-composite0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-composite0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-composite0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-damage0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-damage0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-damage0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-doc\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-dpms0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-dpms0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-dpms0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-dri2-0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-dri2-0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-dri2-0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-glx0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-glx0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-glx0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-randr0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-randr0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-randr0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-record0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-record0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-record0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-render0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-render0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-render0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-res0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-res0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-res0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-screensaver0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-screensaver0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-screensaver0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-shape0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-shape0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-shape0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-shm0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-shm0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-shm0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-sync0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-sync0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-sync0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xevie0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xevie0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xevie0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xf86dri0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xf86dri0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xf86dri0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xfixes0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xfixes0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xfixes0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xinerama0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xinerama0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xinerama0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xprint0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xprint0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xprint0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xtest0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xtest0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xtest0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xv0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xv0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xv0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xvmc0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xvmc0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb-xvmc0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb1\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb1-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb1-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libxcb1-udeb\", ver:\"1.8.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": "2020-03-05T18:58:55", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "description": "The remote host is missing an update for the ", "modified": "2020-03-03T00:00:00", "published": "2013-06-07T00:00:00", "id": "OPENVAS:1361412562310841462", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310841462", "type": "openvas", "title": "Ubuntu Update for libxcb USN-1855-1", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Ubuntu Update for libxcb USN-1855-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.841462\");\n script_version(\"2020-03-03T11:46:51+0000\");\n script_tag(name:\"last_modification\", value:\"2020-03-03 11:46:51 +0000 (Tue, 03 Mar 2020)\");\n script_tag(name:\"creation_date\", value:\"2013-06-07 10:05:15 +0530 (Fri, 07 Jun 2013)\");\n script_cve_id(\"CVE-2013-2064\");\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 libxcb USN-1855-1\");\n\n script_xref(name:\"USN\", value:\"1855-1\");\n script_xref(name:\"URL\", value:\"http://www.ubuntu.com/usn/usn-1855-1/\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'libxcb'\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|10\\.04 LTS|12\\.10|13\\.04)\");\n script_tag(name:\"affected\", value:\"libxcb on Ubuntu 13.04,\n Ubuntu 12.10,\n Ubuntu 12.04 LTS,\n Ubuntu 10.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:\"libxcb1\", ver:\"1.8.1-1\", 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 == \"UBUNTU10.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"libxcb1\", ver:\"1.5-2ubuntu0.1\", rls:\"UBUNTU10.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:\"libxcb1\", ver:\"1.8.1-1ubuntu1\", 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:\"libxcb1\", ver:\"1.8.1-2ubuntu2\", 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:04", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "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:1361412562310892686", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310892686", "type": "openvas", "title": "Debian Security Advisory DSA 2686-1 (libxcb - several vulnerabilities)", "sourceData": "# OpenVAS Vulnerability Test\n# $Id: deb_2686.nasl 14276 2019-03-18 14:43:56Z cfischer $\n# Auto-generated from advisory DSA 2686-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.892686\");\n script_version(\"$Revision: 14276 $\");\n script_cve_id(\"CVE-2013-2064\");\n script_name(\"Debian Security Advisory DSA 2686-1 (libxcb - 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-2686.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:\"libxcb on Debian Linux\");\n script_tag(name:\"solution\", value:\"For the oldstable distribution (squeeze), this problem has been fixed in\nversion 1.6-1+squeeze1.\n\nFor the stable distribution (wheezy), this problem has been fixed in\nversion 1.8.1-2+deb7u1.\n\nFor the unstable distribution (sid), this problem has been fixed in\nversion 1.8.1-2+deb7u1.\n\nWe recommend that you upgrade your libxcb 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:\"libxcb-composite0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-composite0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-composite0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-damage0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-damage0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-damage0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-dpms0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-dpms0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-dpms0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-dri2-0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-dri2-0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-dri2-0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-glx0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-glx0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-glx0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-randr0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-randr0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-randr0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-record0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-record0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-record0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-render0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-render0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-render0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-res0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-res0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-res0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-screensaver0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-screensaver0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-screensaver0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-shape0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-shape0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-shape0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-shm0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-shm0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-shm0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-sync0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-sync0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-sync0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xevie0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xevie0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xevie0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xf86dri0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xf86dri0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xf86dri0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xfixes0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xfixes0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xfixes0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xinerama0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xinerama0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xinerama0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xprint0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xprint0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xprint0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xtest0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xtest0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xtest0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xv0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xv0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xv0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xvmc0\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xvmc0-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xvmc0-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb1\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb1-dbg\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb1-dev\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb1-udeb\", ver:\"1.6-1+squeeze1\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-composite0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-composite0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-composite0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-damage0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-damage0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-damage0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-doc\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-dpms0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-dpms0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-dpms0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-dri2-0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-dri2-0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-dri2-0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-glx0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-glx0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-glx0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-randr0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-randr0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-randr0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-record0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-record0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-record0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-render0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-render0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-render0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-res0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-res0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-res0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-screensaver0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-screensaver0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-screensaver0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-shape0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-shape0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-shape0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-shm0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-shm0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-shm0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-sync0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-sync0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-sync0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xevie0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xevie0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xevie0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xf86dri0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xf86dri0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xf86dri0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xfixes0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xfixes0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xfixes0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xinerama0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xinerama0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xinerama0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xprint0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xprint0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xprint0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xtest0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xtest0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xtest0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xv0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xv0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xv0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xvmc0\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xvmc0-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb-xvmc0-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb1\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb1-dbg\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb1-dev\", ver:\"1.8.1-2+deb7u1\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libxcb1-udeb\", ver:\"1.8.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": "2020-03-17T23:00:54", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "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:1361412562310120494", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310120494", "type": "openvas", "title": "Amazon Linux: Security Advisory (ALAS-2014-405)", "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.120494\");\n script_version(\"2020-03-13T13:19:50+0000\");\n script_tag(name:\"creation_date\", value:\"2015-09-08 13:27:43 +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-405)\");\n script_tag(name:\"insight\", value:\"Integer overflow in X.org libxcb 1.9 and earlier allows X servers to trigger allocation of insufficient memory and a buffer overflow via vectors related to the read_packet function.\");\n script_tag(name:\"solution\", value:\"Run yum update libxcb 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-405.html\");\n script_cve_id(\"CVE-2013-2064\");\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:\"libxcb-debuginfo\", rpm:\"libxcb-debuginfo~1.8.1~1.15.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libxcb-devel\", rpm:\"libxcb-devel~1.8.1~1.15.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libxcb-python\", rpm:\"libxcb-python~1.8.1~1.15.amzn1\", rls:\"AMAZON\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"libxcb-doc\", rpm:\"libxcb-doc~1.8.1~1.15.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:37:58", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2013-06-07T00:00:00", "id": "OPENVAS:1361412562310865696", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310865696", "type": "openvas", "title": "Fedora Update for libxcb FEDORA-2013-9156", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for libxcb FEDORA-2013-9156\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_tag(name:\"affected\", value:\"libxcb on Fedora 18\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.865696\");\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-06-07 10:03:07 +0530 (Fri, 07 Jun 2013)\");\n script_cve_id(\"CVE-2013-2064\");\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_tag(name:\"solution_type\", value:\"VendorFix\");\n script_name(\"Fedora Update for libxcb FEDORA-2013-9156\");\n script_xref(name:\"FEDORA\", value:\"2013-9156\");\n script_xref(name:\"URL\", value:\"https://lists.fedoraproject.org/pipermail/package-announce/2013-June/107841.html\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'libxcb'\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=FC18\");\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 == \"FC18\")\n{\n\n if ((res = isrpmvuln(pkg:\"libxcb\", rpm:\"libxcb~1.9~3.fc18\", rls:\"FC18\")) != 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: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"}}], "ubuntu": [{"lastseen": "2020-07-02T11:40:38", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2064"], "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-1855-1", "href": "https://ubuntu.com/security/notices/USN-1855-1", "title": "libxcb vulnerability", "type": "ubuntu", "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-2064"], "description": "\r\n\r\n-----BEGIN PGP SIGNED MESSAGE-----\r\nHash: SHA1\r\n\r\n- -------------------------------------------------------------------------\r\nDebian Security Advisory DSA-2686-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 : libxcb\r\nVulnerability : several\r\nProblem type : remote\r\nDebian-specific: no\r\nCVE ID : CVE-2013-2064\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.6-1+squeeze1.\r\n\r\nFor the stable distribution (wheezy), this problem has been fixed in\r\nversion 1.8.1-2+deb7u1.\r\n\r\nFor the unstable distribution (sid), this problem has been fixed in\r\nversion 1.8.1-2+deb7u1.\r\n\r\nWe recommend that you upgrade your libxcb 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\niEYEARECAAYFAlGeN9EACgkQXm3vHE4uylr53gCeMXQ0/KXlRqLQ5Xw4bvtkHa8d\r\nce4AnjyUYH34VDTIq56rV5CVhOkLU+U8\r\n=ucCl\r\n-----END PGP SIGNATURE-----\r\n", "edition": 1, "modified": "2013-05-27T00:00:00", "published": "2013-05-27T00:00:00", "id": "SECURITYVULNS:DOC:29414", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:29414", "title": "[SECURITY] [DSA 2686-1] libxcb 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/"}}], "amazon": [{"lastseen": "2020-11-10T12:37:24", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2064"], "description": "**Issue Overview:**\n\nInteger overflow in X.org libxcb 1.9 and earlier allows X servers to trigger allocation of insufficient memory and a buffer overflow via vectors related to the read_packet function.\n\n \n**Affected Packages:** \n\n\nlibxcb\n\n \n**Issue Correction:** \nRun _yum update libxcb_ to update your system.\n\n \n\n\n**New Packages:**\n \n \n i686: \n libxcb-debuginfo-1.8.1-1.15.amzn1.i686 \n libxcb-devel-1.8.1-1.15.amzn1.i686 \n libxcb-python-1.8.1-1.15.amzn1.i686 \n libxcb-1.8.1-1.15.amzn1.i686 \n \n noarch: \n libxcb-doc-1.8.1-1.15.amzn1.noarch \n \n src: \n libxcb-1.8.1-1.15.amzn1.src \n \n x86_64: \n libxcb-1.8.1-1.15.amzn1.x86_64 \n libxcb-devel-1.8.1-1.15.amzn1.x86_64 \n libxcb-debuginfo-1.8.1-1.15.amzn1.x86_64 \n libxcb-python-1.8.1-1.15.amzn1.x86_64 \n \n \n", "edition": 4, "modified": "2014-09-17T21:45:00", "published": "2014-09-17T21:45:00", "id": "ALAS-2014-405", "href": "https://alas.aws.amazon.com/ALAS-2014-405.html", "title": "Medium: libxcb", "type": "amazon", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"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"}}], "debian": [{"lastseen": "2020-11-11T13:22:07", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2064"], "description": "- -------------------------------------------------------------------------\nDebian Security Advisory DSA-2686-1 security@debian.org\nhttp://www.debian.org/security/ Moritz Muehlenhoff\nMay 23, 2013 http://www.debian.org/security/faq\n- -------------------------------------------------------------------------\n\nPackage : libxcb\nVulnerability : several\nProblem type : remote\nDebian-specific: no\nCVE ID : CVE-2013-2064\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.6-1+squeeze1.\n\nFor the stable distribution (wheezy), this problem has been fixed in\nversion 1.8.1-2+deb7u1.\n\nFor the unstable distribution (sid), this problem has been fixed in\nversion 1.8.1-2+deb7u1.\n\nWe recommend that you upgrade your libxcb 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:20:23", "published": "2013-05-23T16:20:23", "id": "DEBIAN:DSA-2686-1:EE02D", "href": "https://lists.debian.org/debian-security-announce/debian-security-announce-2013/msg00090.html", "title": "[SECURITY] [DSA 2686-1] libxcb security update", "type": "debian", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "fedora": [{"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2064"], "description": "The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility. ", "modified": "2013-06-06T01:38:16", "published": "2013-06-06T01:38:16", "id": "FEDORA:E2E6921BA7", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 18 Update: libxcb-1.9-3.fc18", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:51", "bulletinFamily": "unix", "cvelist": ["CVE-2013-2064"], "description": "The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility. ", "modified": "2013-05-27T03:20:40", "published": "2013-05-27T03:20:40", "id": "FEDORA:B51DC212EF", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 19 Update: libxcb-1.9-3.fc19", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "nessus": [{"lastseen": "2021-01-12T10:11:59", "description": "Fix integer overflow (CVE-2013-2064)\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 18 : libxcb-1.9-3.fc18 (2013-9156)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "modified": "2013-07-12T00:00:00", "cpe": ["cpe:/o:fedoraproject:fedora:18", "p-cpe:/a:fedoraproject:fedora:libxcb"], "id": "FEDORA_2013-9156.NASL", "href": "https://www.tenable.com/plugins/nessus/67355", "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-9156.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(67355);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2013-2064\");\n script_bugtraq_id(60148);\n script_xref(name:\"FEDORA\", value:\"2013-9156\");\n\n script_name(english:\"Fedora 18 : libxcb-1.9-3.fc18 (2013-9156)\");\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\"Fix integer overflow (CVE-2013-2064)\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=960367\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-June/107841.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?531f9d7c\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected libxcb package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"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:libxcb\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:18\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/05/25\");\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:\"^18([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 18.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC18\", reference:\"libxcb-1.9-3.fc18\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"libxcb\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-01T06:39:39", "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 10.04 LTS / 12.04 LTS / 12.10 / 13.04 : libxcb vulnerability (USN-1855-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/o:canonical:ubuntu_linux:10.04:-:lts", "cpe:/o:canonical:ubuntu_linux:12.10", "p-cpe:/a:canonical:ubuntu_linux:libxcb1", "cpe:/o:canonical:ubuntu_linux:13.04", "cpe:/o:canonical:ubuntu_linux:12.04:-:lts"], "id": "UBUNTU_USN-1855-1.NASL", "href": "https://www.tenable.com/plugins/nessus/66819", "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-1855-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(66819);\n script_version(\"1.10\");\n script_cvs_date(\"Date: 2019/09/19 12:54:29\");\n\n script_cve_id(\"CVE-2013-2064\");\n script_bugtraq_id(60148);\n script_xref(name:\"USN\", value:\"1855-1\");\n\n script_name(english:\"Ubuntu 10.04 LTS / 12.04 LTS / 12.10 / 13.04 : libxcb vulnerability (USN-1855-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/1855-1/\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected libxcb1 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:libxcb1\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:10.04:-:lts\");\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:\"^(10\\.04|12\\.04|12\\.10|13\\.04)$\", string:release)) audit(AUDIT_OS_NOT, \"Ubuntu 10.04 / 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:\"10.04\", pkgname:\"libxcb1\", pkgver:\"1.5-2ubuntu0.1\")) flag++;\nif (ubuntu_check(osver:\"12.04\", pkgname:\"libxcb1\", pkgver:\"1.8.1-1ubuntu0.2\")) flag++;\nif (ubuntu_check(osver:\"12.10\", pkgname:\"libxcb1\", pkgver:\"1.8.1-1ubuntu1.1\")) flag++;\nif (ubuntu_check(osver:\"13.04\", pkgname:\"libxcb1\", pkgver:\"1.8.1-2ubuntu2.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, \"libxcb1\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-01T01:18:54", "description": "Integer overflow in X.org libxcb 1.9 and earlier allows X servers to\ntrigger allocation of insufficient memory and a buffer overflow via\nvectors related to the read_packet function.", "edition": 23, "published": "2014-10-12T00:00:00", "title": "Amazon Linux AMI : libxcb (ALAS-2014-405)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "modified": "2021-01-02T00:00:00", "cpe": ["p-cpe:/a:amazon:linux:libxcb-debuginfo", "p-cpe:/a:amazon:linux:libxcb-devel", "p-cpe:/a:amazon:linux:libxcb-doc", "p-cpe:/a:amazon:linux:libxcb-python", "p-cpe:/a:amazon:linux:libxcb", "cpe:/o:amazon:linux"], "id": "ALA_ALAS-2014-405.NASL", "href": "https://www.tenable.com/plugins/nessus/78348", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from Amazon Linux AMI Security Advisory ALAS-2014-405.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(78348);\n script_version(\"1.3\");\n script_cvs_date(\"Date: 2018/04/18 15:09:35\");\n\n script_cve_id(\"CVE-2013-2064\");\n script_xref(name:\"ALAS\", value:\"2014-405\");\n\n script_name(english:\"Amazon Linux AMI : libxcb (ALAS-2014-405)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Amazon Linux AMI host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Integer overflow in X.org libxcb 1.9 and earlier allows X servers to\ntrigger allocation of insufficient memory and a buffer overflow via\nvectors related to the read_packet function.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://alas.aws.amazon.com/ALAS-2014-405.html\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Run 'yum update libxcb' to update your system.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libxcb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libxcb-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libxcb-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libxcb-doc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libxcb-python\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:amazon:linux\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2014/09/17\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2014/10/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2014-2018 Tenable Network Security, Inc.\");\n script_family(english:\"Amazon Linux Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/AmazonLinux/release\", \"Host/AmazonLinux/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\n\nrelease = get_kb_item(\"Host/AmazonLinux/release\");\nif (isnull(release) || !strlen(release)) audit(AUDIT_OS_NOT, \"Amazon Linux\");\nos_ver = pregmatch(pattern: \"^AL(A|\\d)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Amazon Linux\");\nos_ver = os_ver[1];\nif (os_ver != \"A\")\n{\n if (os_ver == 'A') os_ver = 'AMI';\n audit(AUDIT_OS_NOT, \"Amazon Linux AMI\", \"Amazon Linux \" + os_ver);\n}\n\nif (!get_kb_item(\"Host/AmazonLinux/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\nif (rpm_check(release:\"ALA\", reference:\"libxcb-1.8.1-1.15.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libxcb-debuginfo-1.8.1-1.15.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libxcb-devel-1.8.1-1.15.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libxcb-doc-1.8.1-1.15.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libxcb-python-1.8.1-1.15.amzn1\")) 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, \"libxcb / libxcb-debuginfo / libxcb-devel / libxcb-doc / etc\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-12T10:11:58", "description": "Fix integer overflow (CVE-2013-2064)\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-05-28T00:00:00", "title": "Fedora 19 : libxcb-1.9-3.fc19 (2013-9070)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "modified": "2013-05-28T00:00:00", "cpe": ["p-cpe:/a:fedoraproject:fedora:libxcb", "cpe:/o:fedoraproject:fedora:19"], "id": "FEDORA_2013-9070.NASL", "href": "https://www.tenable.com/plugins/nessus/66608", "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-9070.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(66608);\n script_version(\"1.9\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2013-2064\");\n script_bugtraq_id(60148);\n script_xref(name:\"FEDORA\", value:\"2013-9070\");\n\n script_name(english:\"Fedora 19 : libxcb-1.9-3.fc19 (2013-9070)\");\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\"Fix integer overflow (CVE-2013-2064)\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=960367\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2013-May/106752.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?20e90ebe\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected libxcb package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"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:libxcb\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:19\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2013/05/24\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/05/28\");\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:\"libxcb-1.9-3.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, \"libxcb\");\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 for xorg-x11-libxcb addresses the following security\nissues :\n\n - Fix a deadlock with multi-threaded applications running\n on real time kernels. (bnc#818829)\n\n - Fix an integer overflow in read_packet(). (bnc#821584,\n CVE-2013-2064)", "edition": 17, "published": "2013-06-29T00:00:00", "title": "SuSE 11.2 Security Update : xorg-x11-libxcb (SAT Patch Number 7760)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "modified": "2013-06-29T00:00:00", "cpe": ["p-cpe:/a:novell:suse_linux:11:xorg-x11-libxcb-32bit", "cpe:/o:novell:suse_linux:11", "p-cpe:/a:novell:suse_linux:11:xorg-x11-libxcb-devel", "p-cpe:/a:novell:suse_linux:11:xorg-x11-libxcb"], "id": "SUSE_11_XORG-X11-LIBXCB-130524.NASL", "href": "https://www.tenable.com/plugins/nessus/67114", "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(67114);\n script_version(\"1.4\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_cve_id(\"CVE-2013-2064\");\n\n script_name(english:\"SuSE 11.2 Security Update : xorg-x11-libxcb (SAT Patch Number 7760)\");\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 for xorg-x11-libxcb addresses the following security\nissues :\n\n - Fix a deadlock with multi-threaded applications running\n on real time kernels. (bnc#818829)\n\n - Fix an integer overflow in read_packet(). (bnc#821584,\n CVE-2013-2064)\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=818829\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=821584\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2013-2064.html\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Apply SAT patch number 7760.\");\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-libxcb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:xorg-x11-libxcb-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:xorg-x11-libxcb-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/05/24\");\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\npl = get_kb_item(\"Host/SuSE/patchlevel\");\nif (isnull(pl) || int(pl) != 2) audit(AUDIT_OS_NOT, \"SuSE 11.2\");\n\n\nflag = 0;\nif (rpm_check(release:\"SLED11\", sp:2, cpu:\"i586\", reference:\"xorg-x11-libxcb-7.4-1.22.5.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:2, cpu:\"i586\", reference:\"xorg-x11-libxcb-devel-7.4-1.22.5.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:2, cpu:\"x86_64\", reference:\"xorg-x11-libxcb-7.4-1.22.5.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:2, cpu:\"x86_64\", reference:\"xorg-x11-libxcb-32bit-7.4-1.22.5.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:2, cpu:\"x86_64\", reference:\"xorg-x11-libxcb-devel-7.4-1.22.5.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:2, reference:\"xorg-x11-libxcb-7.4-1.22.5.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:2, cpu:\"s390x\", reference:\"xorg-x11-libxcb-32bit-7.4-1.22.5.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:2, cpu:\"x86_64\", reference:\"xorg-x11-libxcb-32bit-7.4-1.22.5.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-01-20T12:26:40", "description": "This update of libxcb fixes a integer overflow issue :\n\n -\n U_0001-integer-overflow-in-read_packet-CVE-2013-2064.pat\n ch \n\n - fixes integer overflow in read_packet() [CVE-2013-2064]\n (bnc#821584, bnc#815451)", "edition": 20, "published": "2014-06-13T00:00:00", "title": "openSUSE Security Update : libxcb (openSUSE-SU-2013:1007-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "modified": "2014-06-13T00:00:00", "cpe": ["p-cpe:/a:novell:opensuse:libxcb-dri2-0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-xtest0-32bit", "p-cpe:/a:novell:opensuse:libxcb-screensaver0", "p-cpe:/a:novell:opensuse:libxcb-xinerama0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-xfixes0-32bit", "p-cpe:/a:novell:opensuse:libxcb-xvmc0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-xfixes0", "p-cpe:/a:novell:opensuse:libxcb-render0", "cpe:/o:novell:opensuse:12.3", "p-cpe:/a:novell:opensuse:libxcb-glx0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-xfixes0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-dpms0-32bit", "p-cpe:/a:novell:opensuse:libxcb-shape0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-render0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-record0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-composite0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-sync0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb1", "p-cpe:/a:novell:opensuse:libxcb-devel-32bit", "p-cpe:/a:novell:opensuse:libxcb-damage0-32bit", "p-cpe:/a:novell:opensuse:libxcb-xv0", "p-cpe:/a:novell:opensuse:libxcb-xprint0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-xfixes0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-res0-32bit", "p-cpe:/a:novell:opensuse:libxcb-render0-32bit", "p-cpe:/a:novell:opensuse:libxcb-damage0", "p-cpe:/a:novell:opensuse:libxcb-xf86dri0-32bit", "p-cpe:/a:novell:opensuse:libxcb-damage0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-dpms0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-xvmc0", "p-cpe:/a:novell:opensuse:libxcb-res0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-sync0", "p-cpe:/a:novell:opensuse:libxcb1-32bit", "p-cpe:/a:novell:opensuse:libxcb-composite0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-glx0", "p-cpe:/a:novell:opensuse:libxcb-xevie0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-debugsource", "p-cpe:/a:novell:opensuse:libxcb-dpms0", "p-cpe:/a:novell:opensuse:libxcb-shape0", "p-cpe:/a:novell:opensuse:libxcb-dri2-0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-xinerama0-32bit", "p-cpe:/a:novell:opensuse:libxcb-sync0-32bit", "p-cpe:/a:novell:opensuse:libxcb-randr0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-glx0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-xv0-32bit", "p-cpe:/a:novell:opensuse:libxcb-dri2-0", "p-cpe:/a:novell:opensuse:libxcb-xprint0-32bit", "p-cpe:/a:novell:opensuse:libxcb-shm0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-xf86dri0", "p-cpe:/a:novell:opensuse:libxcb-xinerama0", "p-cpe:/a:novell:opensuse:libxcb-xtest0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-shape0-32bit", "p-cpe:/a:novell:opensuse:libxcb-composite0", "p-cpe:/a:novell:opensuse:libxcb-xtest0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-xv0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-xprint0", "p-cpe:/a:novell:opensuse:libxcb-sync0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-screensaver0-32bit", "p-cpe:/a:novell:opensuse:libxcb-render0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-xv0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-xf86dri0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-shm0-32bit", "p-cpe:/a:novell:opensuse:libxcb-glx0-32bit", "p-cpe:/a:novell:opensuse:libxcb-record0", "p-cpe:/a:novell:opensuse:libxcb-res0", "p-cpe:/a:novell:opensuse:libxcb-damage0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-screensaver0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-record0-32bit", "p-cpe:/a:novell:opensuse:libxcb-randr0", "p-cpe:/a:novell:opensuse:libxcb-screensaver0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-xevie0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-composite0-32bit", "p-cpe:/a:novell:opensuse:libxcb-xf86dri0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-shm0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb1-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-xinerama0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-dpms0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-dri2-0-32bit", "p-cpe:/a:novell:opensuse:libxcb-xvmc0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb-devel", "p-cpe:/a:novell:opensuse:libxcb-xevie0", "p-cpe:/a:novell:opensuse:libxcb-xtest0", "p-cpe:/a:novell:opensuse:libxcb-xevie0-32bit", "p-cpe:/a:novell:opensuse:libxcb-record0-debuginfo-32bit", "p-cpe:/a:novell:opensuse:libxcb1-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-randr0-32bit", "p-cpe:/a:novell:opensuse:libxcb-xprint0-debuginfo-32bit", "cpe:/o:novell:opensuse:12.2", "p-cpe:/a:novell:opensuse:libxcb-shm0", "p-cpe:/a:novell:opensuse:libxcb-xvmc0-32bit", "p-cpe:/a:novell:opensuse:libxcb-res0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-randr0-debuginfo", "p-cpe:/a:novell:opensuse:libxcb-shape0-debuginfo"], "id": "OPENSUSE-2013-486.NASL", "href": "https://www.tenable.com/plugins/nessus/75027", "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-486.\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(75027);\n script_version(\"1.6\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_cve_id(\"CVE-2013-2064\");\n script_bugtraq_id(60148);\n\n script_name(english:\"openSUSE Security Update : libxcb (openSUSE-SU-2013:1007-1)\");\n script_summary(english:\"Check for the openSUSE-2013-486 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 libxcb fixes a integer overflow issue :\n\n -\n U_0001-integer-overflow-in-read_packet-CVE-2013-2064.pat\n ch \n\n - fixes integer overflow in read_packet() [CVE-2013-2064]\n (bnc#821584, 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=821584\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://lists.opensuse.org/opensuse-updates/2013-06/msg00137.html\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected libxcb 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:libxcb-composite0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-composite0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-composite0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-composite0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-damage0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-damage0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-damage0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-damage0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-debugsource\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-devel-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-dpms0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-dpms0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-dpms0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-dpms0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-dri2-0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-dri2-0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-dri2-0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-dri2-0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-glx0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-glx0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-glx0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-glx0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-randr0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-randr0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-randr0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-randr0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-record0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-record0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-record0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-record0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-render0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-render0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-render0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-render0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-res0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-res0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-res0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-res0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-screensaver0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-screensaver0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-screensaver0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-screensaver0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-shape0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-shape0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-shape0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-shape0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-shm0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-shm0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-shm0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-shm0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-sync0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-sync0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-sync0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-sync0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xevie0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xevie0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xevie0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xevie0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xf86dri0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xf86dri0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xf86dri0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xf86dri0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xfixes0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xfixes0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xfixes0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xfixes0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xinerama0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xinerama0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xinerama0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xinerama0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xprint0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xprint0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xprint0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xprint0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xtest0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xtest0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xtest0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xtest0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xv0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xv0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xv0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xv0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xvmc0\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xvmc0-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xvmc0-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb-xvmc0-debuginfo-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb1\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb1-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb1-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libxcb1-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/05/31\");\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:\"libxcb-composite0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-composite0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-damage0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-damage0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-debugsource-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-devel-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-dpms0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-dpms0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-dri2-0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-dri2-0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-glx0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-glx0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-randr0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-randr0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-record0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-record0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-render0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-render0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-res0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-res0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-screensaver0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-screensaver0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-shape0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-shape0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-shm0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-shm0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-sync0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-sync0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xevie0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xevie0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xf86dri0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xf86dri0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xfixes0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xfixes0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xinerama0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xinerama0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xprint0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xprint0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xtest0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xtest0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xv0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xv0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xvmc0-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb-xvmc0-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb1-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", reference:\"libxcb1-debuginfo-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-composite0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-composite0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-damage0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-damage0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-devel-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-dpms0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-dpms0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-dri2-0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-dri2-0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-glx0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-glx0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-randr0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-randr0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-record0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-record0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-render0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-render0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-res0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-res0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-screensaver0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-screensaver0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-shape0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-shape0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-shm0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-shm0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-sync0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-sync0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xevie0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xevie0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xf86dri0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xf86dri0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xfixes0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xfixes0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xinerama0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xinerama0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xprint0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xprint0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xtest0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xtest0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xv0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xv0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xvmc0-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb-xvmc0-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb1-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.2\", cpu:\"x86_64\", reference:\"libxcb1-debuginfo-32bit-1.8.1-2.8.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-composite0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-composite0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-damage0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-damage0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-debugsource-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-devel-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-dpms0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-dpms0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-dri2-0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-dri2-0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-glx0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-glx0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-randr0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-randr0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-record0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-record0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-render0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-render0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-res0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-res0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-screensaver0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-screensaver0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-shape0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-shape0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-shm0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-shm0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-sync0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-sync0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xevie0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xevie0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xf86dri0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xf86dri0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xfixes0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xfixes0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xinerama0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xinerama0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xprint0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xprint0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xtest0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xtest0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xv0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xv0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xvmc0-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb-xvmc0-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb1-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", reference:\"libxcb1-debuginfo-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-composite0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-composite0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-damage0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-damage0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-devel-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-dpms0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-dpms0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-dri2-0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-dri2-0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-glx0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-glx0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-randr0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-randr0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-record0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-record0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-render0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-render0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-res0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-res0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-screensaver0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-screensaver0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-shape0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-shape0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-shm0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-shm0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-sync0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-sync0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xevie0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xevie0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xf86dri0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xf86dri0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xfixes0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xfixes0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xinerama0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xinerama0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xprint0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xprint0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xtest0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xtest0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xv0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xv0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xvmc0-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb-xvmc0-debuginfo-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb1-32bit-1.9-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE12.3\", cpu:\"x86_64\", reference:\"libxcb1-debuginfo-32bit-1.9-2.4.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, \"libxcb-composite0 / libxcb-composite0-32bit / etc\");\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": 17, "published": "2013-05-24T00:00:00", "title": "Debian DSA-2686-1 : libxcb - several vulnerabilities", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2064"], "modified": "2013-05-24T00:00:00", "cpe": ["cpe:/o:debian:debian_linux:6.0", "p-cpe:/a:debian:debian_linux:libxcb", "cpe:/o:debian:debian_linux:7.0"], "id": "DEBIAN_DSA-2686.NASL", "href": "https://www.tenable.com/plugins/nessus/66570", "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-2686. 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(66570);\n script_version(\"1.9\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2013-2064\");\n script_xref(name:\"DSA\", value:\"2686\");\n\n script_name(english:\"Debian DSA-2686-1 : libxcb - 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/libxcb\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://packages.debian.org/source/wheezy/libxcb\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.debian.org/security/2013/dsa-2686\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"Upgrade the libxcb packages.\n\nFor the oldstable distribution (squeeze), this problem has been fixed\nin version 1.6-1+squeeze1.\n\nFor the stable distribution (wheezy), this problem has been fixed in\nversion 1.8.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:libxcb\");\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:\"libxcb-composite0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-composite0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-composite0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-damage0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-damage0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-damage0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-dpms0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-dpms0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-dpms0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-dri2-0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-dri2-0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-dri2-0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-glx0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-glx0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-glx0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-randr0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-randr0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-randr0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-record0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-record0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-record0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-render0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-render0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-render0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-res0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-res0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-res0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-screensaver0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-screensaver0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-screensaver0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-shape0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-shape0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-shape0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-shm0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-shm0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-shm0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-sync0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-sync0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-sync0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xevie0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xevie0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xevie0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xf86dri0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xf86dri0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xf86dri0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xfixes0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xfixes0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xfixes0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xinerama0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xinerama0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xinerama0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xprint0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xprint0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xprint0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xtest0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xtest0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xtest0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xv0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xv0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xv0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xvmc0\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xvmc0-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb-xvmc0-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb1\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb1-dbg\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb1-dev\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libxcb1-udeb\", reference:\"1.6-1+squeeze1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-composite0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-composite0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-composite0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-damage0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-damage0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-damage0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-doc\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-dpms0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-dpms0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-dpms0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-dri2-0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-dri2-0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-dri2-0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-glx0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-glx0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-glx0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-randr0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-randr0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-randr0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-record0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-record0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-record0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-render0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-render0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-render0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-res0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-res0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-res0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-screensaver0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-screensaver0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-screensaver0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-shape0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-shape0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-shape0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-shm0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-shm0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-shm0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-sync0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-sync0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-sync0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xevie0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xevie0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xevie0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xf86dri0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xf86dri0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xf86dri0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xfixes0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xfixes0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xfixes0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xinerama0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xinerama0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xinerama0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xprint0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xprint0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xprint0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xtest0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xtest0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xtest0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xv0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xv0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xv0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xvmc0\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xvmc0-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb-xvmc0-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb1\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb1-dbg\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb1-dev\", reference:\"1.8.1-2+deb7u1\")) flag++;\nif (deb_check(release:\"7.0\", prefix:\"libxcb1-udeb\", reference:\"1.8.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-01T04:35:06", "description": "The version of Oracle Secure Global Desktop installed on the remote\nhost is 4.63, 4.71, or 5.2 and is missing a security patch from the\nJuly 2016 Critical Patch Update (CPU). It is, therefore, affected by\nthe following vulnerabilities :\n\n - An integer overflow condition exists in the X Server\n subcomponent in the read_packet() function due to\n improper validation of user-supplied input when\n calculating the amount of memory required to handle\n returned data. A remote attacker can exploit this to\n cause a denial of service condition or the execution of\n arbitrary code. Note that this vulnerability only\n affects versions 4.71 and 5.2. (CVE-2013-2064)\n\n - A carry propagating flaw exists in the OpenSSL\n subcomponent in the x86_64 Montgomery squaring\n implementation that may cause the BN_mod_exp() function\n to produce incorrect results. An attacker can exploit\n this to obtain sensitive information regarding private\n keys. (CVE-2015-3193)\n\n - A NULL pointer dereference flaw exists in the OpenSSL\n subcomponent in file rsa_ameth.c when handling ASN.1\n signatures that use the RSA PSS algorithm but are\n missing a mask generation function parameter. A remote\n attacker can exploit this to cause the signature\n verification routine to crash, leading to a denial of\n service. (CVE-2015-3194)\n\n - A key disclosure vulnerability exists in the OpenSSL\n subcomponent due to improper handling of cache-bank\n conflicts on the Intel Sandy-bridge microarchitecture.\n An attacker can exploit this to gain access to RSA key\n information. (CVE-2016-0702)\n\n - A NULL pointer dereference flaw exists in the OpenSSL\n subcomponent in the BN_hex2bn() and BN_dec2bn()\n functions. A remote attacker can exploit this to trigger\n a heap corruption, resulting in the execution of\n arbitrary code. (CVE-2016-0797)\n\n - Multiple memory corruption issues exist in the OpenSSL\n subcomponent that allow a remote attacker to cause a\n denial of service condition or the execution of\n arbitrary code. (CVE-2016-0799)\n\n - A heap buffer overflow condition exists in the OpenSSL\n subcomponent in the EVP_EncodeUpdate() function within\n file crypto/evp/encode.c that is triggered when handling\n a large amount of input data. An unauthenticated, remote\n attacker can exploit this to cause a denial of service\n condition. (CVE-2016-2105)\n\n - Multiple flaws exist in the OpenSSL subcomponent in the\n aesni_cbc_hmac_sha1_cipher() function in file\n crypto/evp/e_aes_cbc_hmac_sha1.c and the\n aesni_cbc_hmac_sha256_cipher() function in file\n crypto/evp/e_aes_cbc_hmac_sha256.c that are triggered\n when the connection uses an AES-CBC cipher and AES-NI\n is supported by the server. A man-in-the-middle attacker\n can exploit these to conduct a padding oracle attack,\n resulting in the ability to decrypt the network traffic.\n (CVE-2016-2107)\n\n - An unspecified flaw exists in the OpenSSL subcomponent\n that allows a remote attacker to execute arbitrary\n code. (CVE-2016-3613)", "edition": 25, "cvss3": {"score": 9.8, "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "published": "2016-07-25T00:00:00", "title": "Oracle Secure Global Desktop Multiple Vulnerabilities (July 2016 CPU)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2016-3613", "CVE-2016-0799", "CVE-2013-2064", "CVE-2016-2105", "CVE-2015-3194", "CVE-2016-2107", "CVE-2016-0797", "CVE-2016-0702", "CVE-2015-3193"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/a:oracle:virtualization_secure_global_desktop"], "id": "ORACLE_SECURE_GLOBAL_DESKTOP_JUL_2016_CPU.NASL", "href": "https://www.tenable.com/plugins/nessus/92543", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(92543);\n script_version(\"1.7\");\n script_cvs_date(\"Date: 2019/11/19\");\n\n script_cve_id(\n \"CVE-2013-2064\",\n \"CVE-2015-3193\",\n \"CVE-2015-3194\",\n \"CVE-2016-0702\",\n \"CVE-2016-0797\",\n \"CVE-2016-0799\",\n \"CVE-2016-2105\",\n \"CVE-2016-2107\",\n \"CVE-2016-3613\"\n );\n script_bugtraq_id(\n 60148,\n 78623,\n 83755,\n 83763,\n 89757,\n 89760,\n 91856\n );\n script_xref(name:\"EDB-ID\", value:\"39768\");\n\n script_name(english:\"Oracle Secure Global Desktop Multiple Vulnerabilities (July 2016 CPU)\");\n script_summary(english:\"Checks the version of Oracle Secure Global Desktop.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"An application installed on the remote host is affected by multiple\nvulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The version of Oracle Secure Global Desktop installed on the remote\nhost is 4.63, 4.71, or 5.2 and is missing a security patch from the\nJuly 2016 Critical Patch Update (CPU). It is, therefore, affected by\nthe following vulnerabilities :\n\n - An integer overflow condition exists in the X Server\n subcomponent in the read_packet() function due to\n improper validation of user-supplied input when\n calculating the amount of memory required to handle\n returned data. A remote attacker can exploit this to\n cause a denial of service condition or the execution of\n arbitrary code. Note that this vulnerability only\n affects versions 4.71 and 5.2. (CVE-2013-2064)\n\n - A carry propagating flaw exists in the OpenSSL\n subcomponent in the x86_64 Montgomery squaring\n implementation that may cause the BN_mod_exp() function\n to produce incorrect results. An attacker can exploit\n this to obtain sensitive information regarding private\n keys. (CVE-2015-3193)\n\n - A NULL pointer dereference flaw exists in the OpenSSL\n subcomponent in file rsa_ameth.c when handling ASN.1\n signatures that use the RSA PSS algorithm but are\n missing a mask generation function parameter. A remote\n attacker can exploit this to cause the signature\n verification routine to crash, leading to a denial of\n service. (CVE-2015-3194)\n\n - A key disclosure vulnerability exists in the OpenSSL\n subcomponent due to improper handling of cache-bank\n conflicts on the Intel Sandy-bridge microarchitecture.\n An attacker can exploit this to gain access to RSA key\n information. (CVE-2016-0702)\n\n - A NULL pointer dereference flaw exists in the OpenSSL\n subcomponent in the BN_hex2bn() and BN_dec2bn()\n functions. A remote attacker can exploit this to trigger\n a heap corruption, resulting in the execution of\n arbitrary code. (CVE-2016-0797)\n\n - Multiple memory corruption issues exist in the OpenSSL\n subcomponent that allow a remote attacker to cause a\n denial of service condition or the execution of\n arbitrary code. (CVE-2016-0799)\n\n - A heap buffer overflow condition exists in the OpenSSL\n subcomponent in the EVP_EncodeUpdate() function within\n file crypto/evp/encode.c that is triggered when handling\n a large amount of input data. An unauthenticated, remote\n attacker can exploit this to cause a denial of service\n condition. (CVE-2016-2105)\n\n - Multiple flaws exist in the OpenSSL subcomponent in the\n aesni_cbc_hmac_sha1_cipher() function in file\n crypto/evp/e_aes_cbc_hmac_sha1.c and the\n aesni_cbc_hmac_sha256_cipher() function in file\n crypto/evp/e_aes_cbc_hmac_sha256.c that are triggered\n when the connection uses an AES-CBC cipher and AES-NI\n is supported by the server. A man-in-the-middle attacker\n can exploit these to conduct a padding oracle attack,\n resulting in the ability to decrypt the network traffic.\n (CVE-2016-2107)\n\n - An unspecified flaw exists in the OpenSSL subcomponent\n that allows a remote attacker to execute arbitrary\n code. (CVE-2016-3613)\");\n # http://www.oracle.com/technetwork/security-advisory/cpujul2016-2881720.html\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?453b5f8c\");\n script_set_attribute(attribute:\"solution\", value:\n\"Apply the appropriate patch according to the July 2016 Oracle\nCritical Patch Update advisory.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:POC/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:P/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2016-3613\");\n\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2013/05/23\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2016/07/19\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2016/07/25\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:oracle:virtualization_secure_global_desktop\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Misc.\");\n\n script_copyright(english:\"This script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"oracle_secure_global_desktop_installed.nbin\");\n script_require_keys(\"Host/Oracle_Secure_Global_Desktop/Version\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\n\napp = \"Oracle Secure Global Desktop\";\nversion = get_kb_item_or_exit(\"Host/Oracle_Secure_Global_Desktop/Version\");\n\n# this check is for Oracle Secure Global Desktop packages built for Linux platform\nuname = get_kb_item_or_exit(\"Host/uname\");\nif (\"Linux\" >!< uname) audit(AUDIT_OS_NOT, \"Linux\");\n\nfix_required = NULL;\n\nif (version =~ \"^5\\.20($|\\.)\") fix_required = 'Patch_52p6';\nelse if (version =~ \"^4\\.71($|\\.)\") fix_required = 'Patch_471p9';\nelse if (version =~ \"^4\\.63($|\\.)\") fix_required = 'Patch_463p9';\n\nif (isnull(fix_required)) audit(AUDIT_INST_VER_NOT_VULN, \"Oracle Secure Global Desktop\", version);\n\npatches = get_kb_list(\"Host/Oracle_Secure_Global_Desktop/Patches\");\n\npatched = FALSE;\nforeach patch (patches)\n{\n if (patch == fix_required)\n {\n patched = TRUE;\n break;\n }\n}\n\nif (patched) audit(AUDIT_INST_VER_NOT_VULN, app, version + ' (with ' + fix_required + ')');\n\nreport = '\\n Installed version : ' + version +\n '\\n Patch required : ' + fix_required +\n '\\n';\nsecurity_report_v4(port:0, extra:report, severity:SECURITY_HOLE);\n", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-17T14:01:20", "description": "The remote Solaris system is missing necessary patches to address\nsecurity updates :\n\n - Integer overflow in X.org libXfixes 5.0 and earlier\n allows X servers to trigger allocation of insufficient\n memory and a buffer overflow via vectors related to the\n XFixesGetCursorImage function. (CVE-2013-1983)\n\n - Multiple integer overflows in X.org libXrandr 1.4.0 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XRRQueryOutputProperty and (2)\n XRRQueryProviderProperty functions. (CVE-2013-1986)\n\n - Multiple integer overflows in X.org libXrender 0.9.7 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XRenderQueryFilters, (2)\n XRenderQueryFormats, and (3) XRenderQueryPictIndexValues\n functions. (CVE-2013-1987)\n\n - Multiple integer overflows in X.org libXRes 1.0.6 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XResQueryClients and (2)\n XResQueryClientResources functions. (CVE-2013-1988)\n\n - Multiple integer overflows in X.org libXv 1.0.7 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XvQueryPortAttributes, (2)\n XvListImageFormats, and (3) XvCreateImage function.\n (CVE-2013-1989)\n\n - Multiple integer overflows in X.org libXvMC 1.0.7 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XvMCListSurfaceTypes and (2)\n XvMCListSubpictureTypes functions. (CVE-2013-1990)\n\n - Multiple integer overflows in X.org libdmx 1.1.2 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) DMXGetScreenAttributes, (2)\n DMXGetWindowAttributes, and (3) DMXGetInputAttributes\n functions. (CVE-2013-1992)\n\n - Multiple integer overflows in X.org libGLX in Mesa 9.1.1\n and earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XF86DRIOpenConnection and (2)\n XF86DRIGetClientDriverName functions. (CVE-2013-1993)\n\n - Buffer overflow in X.org libXvMC 1.0.7 and earlier\n allows X servers to cause a denial of service (crash)\n and possibly execute arbitrary code via crafted length\n or index values to the XvMCGetDRInfo function.\n (CVE-2013-1999)\n\n - Multiple buffer overflows in X.org libXxf86dga 1.1.3 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) XDGAQueryModes and (2)\n XDGASetMode functions. (CVE-2013-2000)\n\n - Buffer overflow in X.org libXxf86vm 1.1.2 and earlier\n allows X servers to cause a denial of service (crash)\n and possibly execute arbitrary code via crafted length\n or index values to the XF86VidModeGetGammaRamp function.\n (CVE-2013-2001)\n\n - Integer overflow in X.org libXcursor 1.1.13 and earlier\n allows X servers to trigger allocation of insufficient\n memory and a buffer overflow via vectors related to the\n _XcursorFileHeaderCreate function. (CVE-2013-2003)\n\n - Integer overflow in X.org libXtst 1.2.1 and earlier\n allows X servers to trigger allocation of insufficient\n memory and a buffer overflow via vectors related to the\n XRecordGetContext function. (CVE-2013-2063)\n\n - Integer overflow in X.org libxcb 1.9 and earlier allows\n X servers to trigger allocation of insufficient memory\n and a buffer overflow via vectors related to the\n read_packet function. (CVE-2013-2064)\n\n - Buffer overflow in X.org libXv 1.0.7 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 XvQueryPortAttributes function.\n (CVE-2013-2066)", "edition": 24, "published": "2015-01-19T00:00:00", "title": "Oracle Solaris Third-Party Patch Update : xorg (multiple_vulnerabilities_in_x_org)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-1988", "CVE-2013-1989", "CVE-2013-2064", "CVE-2013-2000", "CVE-2013-2003", "CVE-2013-1987", "CVE-2013-1983", "CVE-2013-2001", "CVE-2013-1993", "CVE-2013-1999", "CVE-2013-2066", "CVE-2013-1990", "CVE-2013-1986", "CVE-2013-1992", "CVE-2013-2063"], "modified": "2015-01-19T00:00:00", "cpe": ["cpe:/o:oracle:solaris:11.1", "p-cpe:/a:oracle:solaris:xorg"], "id": "SOLARIS11_XORG_20130924.NASL", "href": "https://www.tenable.com/plugins/nessus/80819", "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(80819);\n script_version(\"1.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/14\");\n\n script_cve_id(\"CVE-2013-1983\", \"CVE-2013-1986\", \"CVE-2013-1987\", \"CVE-2013-1988\", \"CVE-2013-1989\", \"CVE-2013-1990\", \"CVE-2013-1992\", \"CVE-2013-1993\", \"CVE-2013-1999\", \"CVE-2013-2000\", \"CVE-2013-2001\", \"CVE-2013-2003\", \"CVE-2013-2063\", \"CVE-2013-2064\", \"CVE-2013-2066\");\n\n script_name(english:\"Oracle Solaris Third-Party Patch Update : xorg (multiple_vulnerabilities_in_x_org)\");\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 - Integer overflow in X.org libXfixes 5.0 and earlier\n allows X servers to trigger allocation of insufficient\n memory and a buffer overflow via vectors related to the\n XFixesGetCursorImage function. (CVE-2013-1983)\n\n - Multiple integer overflows in X.org libXrandr 1.4.0 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XRRQueryOutputProperty and (2)\n XRRQueryProviderProperty functions. (CVE-2013-1986)\n\n - Multiple integer overflows in X.org libXrender 0.9.7 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XRenderQueryFilters, (2)\n XRenderQueryFormats, and (3) XRenderQueryPictIndexValues\n functions. (CVE-2013-1987)\n\n - Multiple integer overflows in X.org libXRes 1.0.6 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XResQueryClients and (2)\n XResQueryClientResources functions. (CVE-2013-1988)\n\n - Multiple integer overflows in X.org libXv 1.0.7 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XvQueryPortAttributes, (2)\n XvListImageFormats, and (3) XvCreateImage function.\n (CVE-2013-1989)\n\n - Multiple integer overflows in X.org libXvMC 1.0.7 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XvMCListSurfaceTypes and (2)\n XvMCListSubpictureTypes functions. (CVE-2013-1990)\n\n - Multiple integer overflows in X.org libdmx 1.1.2 and\n earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) DMXGetScreenAttributes, (2)\n DMXGetWindowAttributes, and (3) DMXGetInputAttributes\n functions. (CVE-2013-1992)\n\n - Multiple integer overflows in X.org libGLX in Mesa 9.1.1\n and earlier allow X servers to trigger allocation of\n insufficient memory and a buffer overflow via vectors\n related to the (1) XF86DRIOpenConnection and (2)\n XF86DRIGetClientDriverName functions. (CVE-2013-1993)\n\n - Buffer overflow in X.org libXvMC 1.0.7 and earlier\n allows X servers to cause a denial of service (crash)\n and possibly execute arbitrary code via crafted length\n or index values to the XvMCGetDRInfo function.\n (CVE-2013-1999)\n\n - Multiple buffer overflows in X.org libXxf86dga 1.1.3 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) XDGAQueryModes and (2)\n XDGASetMode functions. (CVE-2013-2000)\n\n - Buffer overflow in X.org libXxf86vm 1.1.2 and earlier\n allows X servers to cause a denial of service (crash)\n and possibly execute arbitrary code via crafted length\n or index values to the XF86VidModeGetGammaRamp function.\n (CVE-2013-2001)\n\n - Integer overflow in X.org libXcursor 1.1.13 and earlier\n allows X servers to trigger allocation of insufficient\n memory and a buffer overflow via vectors related to the\n _XcursorFileHeaderCreate function. (CVE-2013-2003)\n\n - Integer overflow in X.org libXtst 1.2.1 and earlier\n allows X servers to trigger allocation of insufficient\n memory and a buffer overflow via vectors related to the\n XRecordGetContext function. (CVE-2013-2063)\n\n - Integer overflow in X.org libxcb 1.9 and earlier allows\n X servers to trigger allocation of insufficient memory\n and a buffer overflow via vectors related to the\n read_packet function. (CVE-2013-2064)\n\n - Buffer overflow in X.org libXv 1.0.7 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 XvQueryPortAttributes function.\n (CVE-2013-2066)\"\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:\"2013/09/24\");\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-01T01:18:57", "description": "Multiple integer overflow flaws, leading to heap-based buffer\noverflows, were found in the way various X11 client libraries handled\ncertain protocol data. An attacker able to submit invalid protocol\ndata to an X11 server via a malicious X11 client could use either of\nthese flaws to potentially escalate their privileges on the system.\n(CVE-2013-1981 , CVE-2013-1982 , CVE-2013-1983 , CVE-2013-1984 ,\nCVE-2013-1985 , CVE-2013-1986 , CVE-2013-1987 , CVE-2013-1988 ,\nCVE-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\nout-of-bounds write flaws, were found in the way various X11 client\nlibraries handled data returned from an X11 server. A malicious X11\nserver could possibly use this flaw to execute arbitrary code with the\nprivileges of the user running an X11 client. (CVE-2013-1997 ,\nCVE-2013-1998 , CVE-2013-1999 , CVE-2013-2000 , CVE-2013-2001 ,\nCVE-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\narbitrary code with the privileges of the user running an X11 client.\n(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\nflaw to execute arbitrary code with the privileges of the user running\nan X11 client. (CVE-2013-2005)\n\nTwo stack-based buffer overflow flaws were found in the way libX11,\nthe Core X11 protocol client library, processed certain user-specified\nfiles. A malicious X11 server could possibly use this flaw to crash an\nX11 client via a specially crafted file. (CVE-2013-2004)", "edition": 24, "published": "2014-11-26T00:00:00", "title": "Amazon Linux AMI : libX11 / libXcursor,libXfixes,libXi,libXrandr,libXrender,libXres,libXt,libXv,libXvMC,libXxf86dga,libXxf86vm,libdmx,xorg-x11-proto-devel (ALAS-2014-452)", "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-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"], "modified": "2021-01-02T00:00:00", "cpe": ["p-cpe:/a:amazon:linux:libXvMC-devel", "p-cpe:/a:amazon:linux:libXcursor-devel", "p-cpe:/a:amazon:linux:libXt-debuginfo", "p-cpe:/a:amazon:linux:libXvMC", "p-cpe:/a:amazon:linux:libXcursor", "p-cpe:/a:amazon:linux:libXres-debuginfo", "p-cpe:/a:amazon:linux:libXxf86vm-devel", "p-cpe:/a:amazon:linux:libX11-devel", "p-cpe:/a:amazon:linux:libXfixes-debuginfo", "p-cpe:/a:amazon:linux:libXfixes-devel", "p-cpe:/a:amazon:linux:libXres", "p-cpe:/a:amazon:linux:libXt-devel", "p-cpe:/a:amazon:linux:libXv-debuginfo", "p-cpe:/a:amazon:linux:libXrandr-debuginfo", "p-cpe:/a:amazon:linux:libXv", "p-cpe:/a:amazon:linux:libdmx-debuginfo", "p-cpe:/a:amazon:linux:libXxf86dga-debuginfo", "p-cpe:/a:amazon:linux:libdmx", "p-cpe:/a:amazon:linux:xorg-x11-proto-devel", "p-cpe:/a:amazon:linux:libX11-common", "p-cpe:/a:amazon:linux:libXt", "p-cpe:/a:amazon:linux:libXxf86vm", "p-cpe:/a:amazon:linux:libdmx-devel", "p-cpe:/a:amazon:linux:libX11", "p-cpe:/a:amazon:linux:libXv-devel", "p-cpe:/a:amazon:linux:libXrender-debuginfo", "p-cpe:/a:amazon:linux:libXxf86dga-devel", "p-cpe:/a:amazon:linux:libXxf86dga", "p-cpe:/a:amazon:linux:libXrandr-devel", "p-cpe:/a:amazon:linux:libXres-devel", "p-cpe:/a:amazon:linux:libXvMC-debuginfo", "p-cpe:/a:amazon:linux:libXfixes", "p-cpe:/a:amazon:linux:libXrandr", "p-cpe:/a:amazon:linux:libXrender", "p-cpe:/a:amazon:linux:libXxf86vm-debuginfo", "p-cpe:/a:amazon:linux:libXi-debuginfo", "p-cpe:/a:amazon:linux:libX11-debuginfo", "p-cpe:/a:amazon:linux:libXi-devel", "p-cpe:/a:amazon:linux:libXcursor-debuginfo", "p-cpe:/a:amazon:linux:libXi", "cpe:/o:amazon:linux", "p-cpe:/a:amazon:linux:libXrender-devel"], "id": "ALA_ALAS-2014-452.NASL", "href": "https://www.tenable.com/plugins/nessus/79560", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from Amazon Linux AMI Security Advisory ALAS-2014-452.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(79560);\n script_version(\"1.4\");\n script_cvs_date(\"Date: 2019/07/10 16:04:12\");\n\n script_cve_id(\"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-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-2064\", \"CVE-2013-2066\");\n script_xref(name:\"ALAS\", value:\"2014-452\");\n script_xref(name:\"RHSA\", value:\"2014:1436\");\n\n script_name(english:\"Amazon Linux AMI : libX11 / libXcursor,libXfixes,libXi,libXrandr,libXrender,libXres,libXt,libXv,libXvMC,libXxf86dga,libXxf86vm,libdmx,xorg-x11-proto-devel (ALAS-2014-452)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Amazon Linux AMI host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Multiple integer overflow flaws, leading to heap-based buffer\noverflows, were found in the way various X11 client libraries handled\ncertain protocol data. An attacker able to submit invalid protocol\ndata to an X11 server via a malicious X11 client could use either of\nthese flaws to potentially escalate their privileges on the system.\n(CVE-2013-1981 , CVE-2013-1982 , CVE-2013-1983 , CVE-2013-1984 ,\nCVE-2013-1985 , CVE-2013-1986 , CVE-2013-1987 , CVE-2013-1988 ,\nCVE-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\nout-of-bounds write flaws, were found in the way various X11 client\nlibraries handled data returned from an X11 server. A malicious X11\nserver could possibly use this flaw to execute arbitrary code with the\nprivileges of the user running an X11 client. (CVE-2013-1997 ,\nCVE-2013-1998 , CVE-2013-1999 , CVE-2013-2000 , CVE-2013-2001 ,\nCVE-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\narbitrary code with the privileges of the user running an X11 client.\n(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\nflaw to execute arbitrary code with the privileges of the user running\nan X11 client. (CVE-2013-2005)\n\nTwo stack-based buffer overflow flaws were found in the way libX11,\nthe Core X11 protocol client library, processed certain user-specified\nfiles. A malicious X11 server could possibly use this flaw to crash an\nX11 client via a specially crafted file. (CVE-2013-2004)\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://alas.aws.amazon.com/ALAS-2014-452.html\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"Run 'yum update libX11 libXcursor libXfixes libXi libXrandr libXrender\nlibXres libXt libXv libXvMC libXxf86dga libXxf86vm libdmx\nxorg-x11-proto-devel' to update your system.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libX11\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libX11-common\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libX11-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libX11-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXcursor\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXcursor-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXcursor-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXfixes\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXfixes-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXfixes-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXi-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXi-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXrandr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXrandr-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXrandr-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXrender\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXrender-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXrender-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXres\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXres-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXres-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXt-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXt-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXv-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXv-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXvMC\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXvMC-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXvMC-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXxf86dga\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXxf86dga-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXxf86dga-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXxf86vm\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXxf86vm-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libXxf86vm-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libdmx\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libdmx-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:libdmx-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:xorg-x11-proto-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:amazon:linux\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2013/06/15\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2014/11/24\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2014/11/26\");\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) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Amazon Linux Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/AmazonLinux/release\", \"Host/AmazonLinux/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\n\nrelease = get_kb_item(\"Host/AmazonLinux/release\");\nif (isnull(release) || !strlen(release)) audit(AUDIT_OS_NOT, \"Amazon Linux\");\nos_ver = pregmatch(pattern: \"^AL(A|\\d)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Amazon Linux\");\nos_ver = os_ver[1];\nif (os_ver != \"A\")\n{\n if (os_ver == 'A') os_ver = 'AMI';\n audit(AUDIT_OS_NOT, \"Amazon Linux AMI\", \"Amazon Linux \" + os_ver);\n}\n\nif (!get_kb_item(\"Host/AmazonLinux/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\nif (rpm_check(release:\"ALA\", reference:\"libX11-1.6.0-2.2.12.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libX11-common-1.6.0-2.2.12.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libX11-debuginfo-1.6.0-2.2.12.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libX11-devel-1.6.0-2.2.12.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXcursor-1.1.14-2.1.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXcursor-debuginfo-1.1.14-2.1.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXcursor-devel-1.1.14-2.1.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXfixes-5.0.1-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXfixes-debuginfo-5.0.1-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXfixes-devel-5.0.1-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXi-1.7.2-2.2.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXi-debuginfo-1.7.2-2.2.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXi-devel-1.7.2-2.2.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXrandr-1.4.1-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXrandr-debuginfo-1.4.1-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXrandr-devel-1.4.1-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXrender-0.9.8-2.1.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXrender-debuginfo-0.9.8-2.1.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXrender-devel-0.9.8-2.1.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXres-1.0.7-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXres-debuginfo-1.0.7-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXres-devel-1.0.7-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXt-1.1.4-6.1.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXt-debuginfo-1.1.4-6.1.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXt-devel-1.1.4-6.1.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXv-1.0.9-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXv-debuginfo-1.0.9-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXv-devel-1.0.9-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXvMC-1.0.8-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXvMC-debuginfo-1.0.8-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXvMC-devel-1.0.8-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXxf86dga-1.1.4-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXxf86dga-debuginfo-1.1.4-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXxf86dga-devel-1.1.4-2.1.8.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXxf86vm-1.1.3-2.1.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXxf86vm-debuginfo-1.1.3-2.1.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libXxf86vm-devel-1.1.3-2.1.9.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libdmx-1.1.3-3.7.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libdmx-debuginfo-1.1.3-3.7.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"libdmx-devel-1.1.3-3.7.amzn1\")) flag++;\nif (rpm_check(release:\"ALA\", reference:\"xorg-x11-proto-devel-7.7-9.10.amzn1\")) 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, \"libX11 / libX11-common / libX11-debuginfo / libX11-devel / etc\");\n}\n", "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/"}}], "oracle": [{"lastseen": "2019-05-29T18:21:07", "bulletinFamily": "software", "cvelist": ["CVE-2015-5600", "CVE-2016-5465", "CVE-2015-4000", "CVE-2016-3446", "CVE-2016-3508", "CVE-2016-3547", "CVE-2016-3529", "CVE-2016-5452", "CVE-2016-5445", "CVE-2016-1548", "CVE-2016-2518", "CVE-2016-3485", "CVE-2016-3444", "CVE-2015-1792", "CVE-2014-3566", "CVE-2016-3552", "CVE-2015-0235", "CVE-2016-3615", "CVE-2015-1793", "CVE-2016-3491", "CVE-2016-3553", "CVE-2016-3477", "CVE-2016-3613", "CVE-2016-5477", "CVE-2016-3488", "CVE-2015-3197", "CVE-2016-3592", "CVE-2016-3573", "CVE-2016-3494", "CVE-2016-5466", "CVE-2016-5019", "CVE-2015-3236", "CVE-2016-3544", "CVE-2014-3572", "CVE-2016-0705", "CVE-2016-3545", "CVE-2016-3611", "CVE-2015-7181", "CVE-2015-0206", "CVE-2015-1789", "CVE-2016-3597", "CVE-2016-3598", "CVE-2016-5455", "CVE-2016-3574", "CVE-2015-8138", "CVE-2016-3500", "CVE-2016-5472", "CVE-2016-4051", "CVE-2016-3445", "CVE-2016-5454", "CVE-2016-3554", "CVE-2016-5458", "CVE-2015-3195", "CVE-2016-0798", "CVE-2016-3570", "CVE-2016-3432", "CVE-2016-3515", "CVE-2016-2108", "CVE-2016-5447", "CVE-2016-3474", "CVE-2016-3528", "CVE-2016-5440", "CVE-2016-3580", "CVE-2014-3571", "CVE-2016-5450", "CVE-2016-3496", "CVE-2016-3555", "CVE-2016-3596", "CVE-2016-1938", "CVE-2016-5468", "CVE-2016-3481", "CVE-2016-3563", "CVE-2016-0799", "CVE-2016-3539", "CVE-2016-3507", "CVE-2016-3584", "CVE-2016-3519", "CVE-2016-5460", "CVE-2016-3472", "CVE-2016-3583", "CVE-2016-5471", "CVE-2016-3511", "CVE-2016-3479", "CVE-2016-3499", "CVE-2013-2064", "CVE-2014-0224", "CVE-2016-5467", "CVE-2016-0635", "CVE-2016-3498", "CVE-2016-2105", "CVE-2016-3560", "CVE-2016-3514", "CVE-2016-5453", "CVE-2016-3440", "CVE-2016-4052", "CVE-2015-3194", "CVE-2016-2107", "CVE-2016-3607", "CVE-2016-3556", "CVE-2016-3512", "CVE-2016-3532", "CVE-2015-7501", "CVE-2016-1550", "CVE-2016-3475", "CVE-2015-3253", "CVE-2016-0701", "CVE-2016-3476", "CVE-2016-3588", "CVE-2016-3424", "CVE-2016-3471", "CVE-2016-1182", "CVE-2015-7704", "CVE-2016-3585", "CVE-2016-5444", "CVE-2016-3538", "CVE-2014-8275", "CVE-2016-3452", "CVE-2015-7979", "CVE-2016-3549", "CVE-2016-0797", "CVE-2015-7182", "CVE-2016-0702", "CVE-2015-2808", "CVE-2014-3570", "CVE-2016-5451", "CVE-2015-7575", "CVE-2016-3577", "CVE-2016-3591", "CVE-2016-3567", "CVE-2016-3467", "CVE-2016-3537", "CVE-2016-3593", "CVE-2016-3606", "CVE-2016-5456", "CVE-2016-3468", "CVE-2016-3540", "CVE-2016-2109", "CVE-2016-3559", "CVE-2016-5476", "CVE-2015-2721", "CVE-2016-3530", "CVE-2015-3193", "CVE-2014-9708", "CVE-2016-5473", "CVE-2016-3568", "CVE-2016-3453", "CVE-2016-5464", "CVE-2016-5462", "CVE-2016-3490", "CVE-2016-3572", "CVE-2016-3513", "CVE-2012-3137", "CVE-2015-0228", "CVE-2016-3509", "CVE-2015-3237", "CVE-2016-3565", "CVE-2016-5437", "CVE-2016-3534", "CVE-2016-3503", "CVE-2015-7183", "CVE-2016-3550", "CVE-2015-1788", "CVE-2016-3525", "CVE-2016-3587", "CVE-2016-3561", "CVE-2016-3504", "CVE-2016-3581", "CVE-2016-3501", "CVE-2016-5457", "CVE-2016-1547", "CVE-2015-3183", "CVE-2016-3614", "CVE-2012-3410", "CVE-2016-5461", "CVE-2016-5439", "CVE-2015-0204", "CVE-2016-5449", "CVE-2016-3578", "CVE-2016-3527", "CVE-2016-0800", "CVE-2016-3489", "CVE-2016-3483", "CVE-2016-3433", "CVE-2016-5459", "CVE-2016-1181", "CVE-2016-3450", "CVE-2016-3524", "CVE-2016-5442", "CVE-2016-3564", "CVE-2016-5470", "CVE-2013-2566", "CVE-2016-2176", "CVE-2015-1790", "CVE-2016-3542", "CVE-2016-1978", "CVE-2016-3575", "CVE-2016-3531", "CVE-2016-3502", "CVE-2016-3459", "CVE-2016-5446", "CVE-2016-3480", "CVE-2016-3533", "CVE-2016-5469", "CVE-2016-3526", "CVE-2016-5448", "CVE-2016-3486", "CVE-2016-3448", "CVE-2016-5474", "CVE-2016-5436", "CVE-2016-3523", "CVE-2016-5441", "CVE-2016-5475", "CVE-2016-3576", "CVE-2016-3595", "CVE-2016-3610", "CVE-2016-3458", "CVE-2016-3484", "CVE-2016-3586", "CVE-2016-3520", "CVE-2016-3451", "CVE-2016-3582", "CVE-2015-5300", "CVE-2016-3497", "CVE-2016-3589", "CVE-2016-3517", "CVE-2016-3608", "CVE-2016-3510", "CVE-2016-3493", "CVE-2016-3536", "CVE-2016-3548", "CVE-2016-3506", "CVE-2016-3571", "CVE-2016-3487", "CVE-2016-3546", "CVE-2016-5463", "CVE-2016-3541", "CVE-2016-3081", "CVE-2016-3521", "CVE-2015-0205", "CVE-2016-4053", "CVE-2016-3579", "CVE-2016-5443", "CVE-2016-3557", "CVE-2016-3558", "CVE-2016-2106", "CVE-2016-3594", "CVE-2016-3478", "CVE-2016-3522", "CVE-2016-3535", "CVE-2016-3543", "CVE-2016-3612", "CVE-2014-3569", "CVE-2016-3470", "CVE-2016-3518", "CVE-2016-3516", "CVE-2015-1791", "CVE-2016-3569", "CVE-2016-3482", "CVE-2016-3590", "CVE-2015-8104", "CVE-2016-3609", "CVE-2016-3566", "CVE-2016-3469"], "description": "A Critical Patch Update (CPU) is a collection of patches for multiple security vulnerabilities. Critical Patch Update patches are usually cumulative, but each advisory describes only the security fixes added since the previous Critical Patch Update advisory. Thus, prior Critical Patch Update advisories should be reviewed for information regarding earlier published security fixes. Please refer to:\n\n[Critical Patch Updates and Security Alerts](<http://www.oracle.com/technetwork/topics/security/alerts-086861.html>) for information about Oracle Security Advisories.\n\n**Oracle continues to periodically receive reports of attempts to maliciously exploit vulnerabilities for which Oracle has already released fixes. In some instances, it has been reported that attackers have been successful because targeted customers had failed to apply available Oracle patches. Oracle therefore _strongly_ recommends that customers remain on actively-supported versions and apply Critical Patch Update fixes _without_ delay.**\n\nThis Critical Patch Update contains 276 new security fixes across the product families listed below. Please note that a blog entry summarizing the content of this Critical Patch Update and other Oracle Software Security Assurance activities is located at <https://blogs.oracle.com/security>.\n\nPlease note that the vulnerabilities in this Critical Patch Update are scored using versions 3.0 of Common Vulnerability Scoring Standard (CVSS).\n\nThis Critical Patch Update advisory is also available in an XML format that conforms to the Common Vulnerability Reporting Format (CVRF) version 1.1. More information about Oracle's use of CVRF is available [here](<http://www.oracle.com/technetwork/topics/security/cpufaq-098434.html#CVRF>).\n", "modified": "2016-10-18T00:00:00", "published": "2016-07-19T00:00:00", "id": "ORACLE:CPUJUL2016-2881720", "href": "", "type": "oracle", "title": "Oracle Critical Patch Update - July 2016", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-10-04T21:16:01", "bulletinFamily": "software", "cvelist": ["CVE-2012-3137", "CVE-2012-3410", "CVE-2013-2064", "CVE-2013-2566", "CVE-2014-0224", "CVE-2014-3566", "CVE-2014-3569", "CVE-2014-3570", "CVE-2014-3571", "CVE-2014-3572", "CVE-2014-8275", "CVE-2014-9708", "CVE-2015-0204", "CVE-2015-0205", "CVE-2015-0206", "CVE-2015-0228", "CVE-2015-0235", "CVE-2015-1788", "CVE-2015-1789", "CVE-2015-1790", "CVE-2015-1791", "CVE-2015-1792", "CVE-2015-1793", "CVE-2015-2721", "CVE-2015-2808", "CVE-2015-3183", "CVE-2015-3193", "CVE-2015-3194", "CVE-2015-3195", "CVE-2015-3197", "CVE-2015-3236", "CVE-2015-3237", "CVE-2015-3253", "CVE-2015-4000", "CVE-2015-5300", "CVE-2015-5600", "CVE-2015-7181", "CVE-2015-7182", "CVE-2015-7183", "CVE-2015-7501", "CVE-2015-7575", "CVE-2015-7704", "CVE-2015-7979", "CVE-2015-8104", "CVE-2015-8138", "CVE-2016-0635", "CVE-2016-0701", "CVE-2016-0702", "CVE-2016-0705", "CVE-2016-0797", "CVE-2016-0798", "CVE-2016-0799", "CVE-2016-0800", "CVE-2016-1181", "CVE-2016-1182", "CVE-2016-1547", "CVE-2016-1548", "CVE-2016-1550", "CVE-2016-1938", "CVE-2016-1978", "CVE-2016-2105", "CVE-2016-2106", "CVE-2016-2107", "CVE-2016-2108", "CVE-2016-2109", "CVE-2016-2176", "CVE-2016-2518", "CVE-2016-3081", "CVE-2016-3424", "CVE-2016-3432", "CVE-2016-3433", "CVE-2016-3440", "CVE-2016-3444", "CVE-2016-3445", "CVE-2016-3446", "CVE-2016-3448", "CVE-2016-3450", "CVE-2016-3451", "CVE-2016-3452", "CVE-2016-3453", "CVE-2016-3458", "CVE-2016-3459", "CVE-2016-3467", "CVE-2016-3468", "CVE-2016-3469", "CVE-2016-3470", "CVE-2016-3471", "CVE-2016-3472", "CVE-2016-3474", "CVE-2016-3475", "CVE-2016-3476", "CVE-2016-3477", "CVE-2016-3478", "CVE-2016-3479", "CVE-2016-3480", "CVE-2016-3481", "CVE-2016-3482", "CVE-2016-3483", "CVE-2016-3484", "CVE-2016-3485", "CVE-2016-3486", "CVE-2016-3487", "CVE-2016-3488", "CVE-2016-3489", "CVE-2016-3490", "CVE-2016-3491", "CVE-2016-3493", "CVE-2016-3494", "CVE-2016-3496", "CVE-2016-3497", "CVE-2016-3498", "CVE-2016-3499", "CVE-2016-3500", "CVE-2016-3501", "CVE-2016-3502", "CVE-2016-3503", "CVE-2016-3504", "CVE-2016-3506", "CVE-2016-3507", "CVE-2016-3508", "CVE-2016-3509", "CVE-2016-3510", "CVE-2016-3511", "CVE-2016-3512", "CVE-2016-3513", "CVE-2016-3514", "CVE-2016-3515", "CVE-2016-3516", "CVE-2016-3517", "CVE-2016-3518", "CVE-2016-3519", "CVE-2016-3520", "CVE-2016-3521", "CVE-2016-3522", "CVE-2016-3523", "CVE-2016-3524", "CVE-2016-3525", "CVE-2016-3526", "CVE-2016-3527", "CVE-2016-3528", "CVE-2016-3529", "CVE-2016-3530", "CVE-2016-3531", "CVE-2016-3532", "CVE-2016-3533", "CVE-2016-3534", "CVE-2016-3535", "CVE-2016-3536", "CVE-2016-3537", "CVE-2016-3538", "CVE-2016-3539", "CVE-2016-3540", "CVE-2016-3541", "CVE-2016-3542", "CVE-2016-3543", "CVE-2016-3544", "CVE-2016-3545", "CVE-2016-3546", "CVE-2016-3547", "CVE-2016-3548", "CVE-2016-3549", "CVE-2016-3550", "CVE-2016-3552", "CVE-2016-3553", "CVE-2016-3554", "CVE-2016-3555", "CVE-2016-3556", "CVE-2016-3557", "CVE-2016-3558", "CVE-2016-3559", "CVE-2016-3560", "CVE-2016-3561", "CVE-2016-3563", "CVE-2016-3564", "CVE-2016-3565", "CVE-2016-3566", "CVE-2016-3567", "CVE-2016-3568", "CVE-2016-3569", "CVE-2016-3570", "CVE-2016-3571", "CVE-2016-3572", "CVE-2016-3573", "CVE-2016-3574", "CVE-2016-3575", "CVE-2016-3576", "CVE-2016-3577", "CVE-2016-3578", "CVE-2016-3579", "CVE-2016-3580", "CVE-2016-3581", "CVE-2016-3582", "CVE-2016-3583", "CVE-2016-3584", "CVE-2016-3585", "CVE-2016-3586", "CVE-2016-3587", "CVE-2016-3588", "CVE-2016-3589", "CVE-2016-3590", "CVE-2016-3591", "CVE-2016-3592", "CVE-2016-3593", "CVE-2016-3594", "CVE-2016-3595", "CVE-2016-3596", "CVE-2016-3597", "CVE-2016-3598", "CVE-2016-3606", "CVE-2016-3607", "CVE-2016-3608", "CVE-2016-3609", "CVE-2016-3610", "CVE-2016-3611", "CVE-2016-3612", "CVE-2016-3613", "CVE-2016-3614", "CVE-2016-3615", "CVE-2016-4051", "CVE-2016-4052", "CVE-2016-4053", "CVE-2016-5019", "CVE-2016-5436", "CVE-2016-5437", "CVE-2016-5439", "CVE-2016-5440", "CVE-2016-5441", "CVE-2016-5442", "CVE-2016-5443", "CVE-2016-5444", "CVE-2016-5445", "CVE-2016-5446", "CVE-2016-5447", "CVE-2016-5448", "CVE-2016-5449", "CVE-2016-5450", "CVE-2016-5451", "CVE-2016-5452", "CVE-2016-5453", "CVE-2016-5454", "CVE-2016-5455", "CVE-2016-5456", "CVE-2016-5457", "CVE-2016-5458", "CVE-2016-5459", "CVE-2016-5460", "CVE-2016-5461", "CVE-2016-5462", "CVE-2016-5463", "CVE-2016-5464", "CVE-2016-5465", "CVE-2016-5466", "CVE-2016-5467", "CVE-2016-5468", "CVE-2016-5469", "CVE-2016-5470", "CVE-2016-5471", "CVE-2016-5472", "CVE-2016-5473", "CVE-2016-5474", "CVE-2016-5475", "CVE-2016-5476", "CVE-2016-5477"], "description": "A Critical Patch Update (CPU) is a collection of patches for multiple security vulnerabilities. Critical Patch Update patches are usually cumulative, but each advisory describes only the security fixes added since the previous Critical Patch Update advisory. Thus, prior Critical Patch Update advisories should be reviewed for information regarding earlier published security fixes. Please refer to:\n\nCritical Patch Updates and Security Alerts for information about Oracle Security Advisories.\n\n**Oracle continues to periodically receive reports of attempts to maliciously exploit vulnerabilities for which Oracle has already released fixes. In some instances, it has been reported that attackers have been successful because targeted customers had failed to apply available Oracle patches. Oracle therefore _strongly_ recommends that customers remain on actively-supported versions and apply Critical Patch Update fixes _without_ delay.**\n\nThis Critical Patch Update contains 276 new security fixes across the product families listed below. Please note that a blog entry summarizing the content of this Critical Patch Update and other Oracle Software Security Assurance activities is located at <https://blogs.oracle.com/security>.\n\nPlease note that the vulnerabilities in this Critical Patch Update are scored using version 3.0 of Common Vulnerability Scoring Standard (CVSS).\n\nThis Critical Patch Update advisory is also available in an XML format that conforms to the Common Vulnerability Reporting Format (CVRF) version 1.1. More information about Oracle's use of CVRF is available here.\n", "modified": "2016-10-18T00:00:00", "published": "2016-07-19T00:00:00", "id": "ORACLE:CPUJUL2016", "href": "", "type": "oracle", "title": "Oracle Critical Patch Update - July 2016", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}]}