Vulnerabilities > CVE-2012-2864 - Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability in Google Chrome OS

047910
CVSS 0.0 - NONE
Attack vector
UNKNOWN
Attack complexity
UNKNOWN
Privileges required
UNKNOWN
Confidentiality impact
UNKNOWN
Integrity impact
UNKNOWN
Availability impact
UNKNOWN

Summary

Mesa, as used in Google Chrome before 21.0.1183.0 on the Acer AC700, Cr-48, and Samsung Series 5 and 5 550 Chromebook platforms, and the Samsung Chromebox Series 3, allows remote attackers to execute arbitrary code via unspecified vectors that trigger an "array overflow."

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Overflow Buffers
    Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an attacker. As a consequence, an attacker is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the attackers' choice.
  • Client-side Injection-induced Buffer Overflow
    This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service.
  • Filter Failure through Buffer Overflow
    In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
  • MIME Conversion
    An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.

Nessus

  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2012-580.NASL
    descriptionMesa was updated to fix a buffer overrun in glsl shaders : - U_glsl-linker-Avoid-buffer-over-run-in-parcel_out_unif.p atch - Avoid buffer over-run in parcel_out_uniform_storage::visit_field When too may uniforms are used, the error will be caught in check_resources (src/glsl/linker.cpp). (CVE-2012-2864, bnc#777461)
    last seen2020-06-05
    modified2014-06-13
    plugin id74744
    published2014-06-13
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/74744
    titleopenSUSE Security Update : Mesa (openSUSE-SU-2012:1120-1)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from openSUSE Security Update openSUSE-2012-580.
    #
    # The text description of this plugin is (C) SUSE LLC.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(74744);
      script_version("1.3");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/04");
    
      script_cve_id("CVE-2012-2864");
    
      script_name(english:"openSUSE Security Update : Mesa (openSUSE-SU-2012:1120-1)");
      script_summary(english:"Check for the openSUSE-2012-580 patch");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote openSUSE host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Mesa was updated to fix a buffer overrun in glsl shaders :
    
      -
        U_glsl-linker-Avoid-buffer-over-run-in-parcel_out_unif.p
        atch 
    
      - Avoid buffer over-run in
        parcel_out_uniform_storage::visit_field When too may
        uniforms are used, the error will be caught in
        check_resources (src/glsl/linker.cpp). (CVE-2012-2864,
        bnc#777461)"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.novell.com/show_bug.cgi?id=777461"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://lists.opensuse.org/opensuse-updates/2012-09/msg00036.html"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected Mesa packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-devel-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libEGL-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libEGL-devel-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libEGL1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libEGL1-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libEGL1-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libEGL1-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGL-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGL-devel-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGL1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGL1-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGL1-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGL1-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLESv1_CM-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLESv1_CM-devel-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLESv1_CM1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLESv1_CM1-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLESv1_CM1-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLESv1_CM1-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLESv2-2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLESv2-2-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLESv2-2-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLESv2-2-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLESv2-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLESv2-devel-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLU-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLU-devel-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLU1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLU1-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLU1-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libGLU1-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libIndirectGL1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libIndirectGL1-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libIndirectGL1-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libIndirectGL1-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libglapi0");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libglapi0-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libglapi0-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:Mesa-libglapi0-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libOSMesa8");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libOSMesa8-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libOSMesa8-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libOSMesa8-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_nouveau");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_nouveau-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_nouveau-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_nouveau-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_r300");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_r300-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_r300-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_r300-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_r600");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_r600-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_r600-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_r600-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_softpipe");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_softpipe-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_softpipe-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libXvMC_softpipe-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libgbm-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libgbm-devel-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libgbm1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libgbm1-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libgbm1-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libgbm1-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_nouveau");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_nouveau-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_nouveau-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_nouveau-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_r300");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_r300-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_r300-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_r300-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_r600");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_r600-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_r600-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_r600-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_softpipe");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_softpipe-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_softpipe-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libvdpau_softpipe-debuginfo-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libxatracker-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libxatracker1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libxatracker1-debuginfo");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:12.2");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2012/08/30");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/06/13");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/SuSE/release", "Host/SuSE/rpm-list", "Host/cpu");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/SuSE/release");
    if (isnull(release) || release =~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "openSUSE");
    if (release !~ "^(SUSE12\.2)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "12.2", release);
    if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    ourarch = get_kb_item("Host/cpu");
    if (!ourarch) audit(AUDIT_UNKNOWN_ARCH);
    if (ourarch !~ "^(i586|i686|x86_64)$") audit(AUDIT_ARCH_NOT, "i586 / i686 / x86_64", ourarch);
    
    flag = 0;
    
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-debugsource-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-devel-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libEGL-devel-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libEGL1-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libEGL1-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libGL-devel-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libGL1-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libGL1-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libGLESv1_CM-devel-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libGLESv1_CM1-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libGLESv1_CM1-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libGLESv2-2-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libGLESv2-2-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libGLESv2-devel-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libGLU-devel-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libGLU1-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libGLU1-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libIndirectGL1-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libIndirectGL1-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libglapi0-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"Mesa-libglapi0-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libOSMesa8-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libOSMesa8-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libXvMC_nouveau-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libXvMC_nouveau-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libXvMC_r300-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libXvMC_r300-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libXvMC_r600-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libXvMC_r600-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libXvMC_softpipe-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libXvMC_softpipe-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libgbm-devel-0.0.0-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libgbm1-0.0.0-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libgbm1-debuginfo-0.0.0-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libvdpau_nouveau-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libvdpau_nouveau-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libvdpau_r300-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libvdpau_r300-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libvdpau_r600-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libvdpau_r600-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libvdpau_softpipe-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libvdpau_softpipe-debuginfo-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libxatracker-devel-1.0.0-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libxatracker1-1.0.0-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", reference:"libxatracker1-debuginfo-1.0.0-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-devel-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libEGL-devel-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libEGL1-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libEGL1-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libGL-devel-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libGL1-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libGL1-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libGLESv1_CM-devel-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libGLESv1_CM1-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libGLESv1_CM1-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libGLESv2-2-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libGLESv2-2-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libGLESv2-devel-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libGLU-devel-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libGLU1-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libGLU1-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libIndirectGL1-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libIndirectGL1-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libglapi0-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"Mesa-libglapi0-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libOSMesa8-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libOSMesa8-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libXvMC_nouveau-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libXvMC_nouveau-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libXvMC_r300-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libXvMC_r300-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libXvMC_r600-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libXvMC_r600-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libXvMC_softpipe-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libXvMC_softpipe-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libgbm-devel-32bit-0.0.0-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libgbm1-32bit-0.0.0-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libgbm1-debuginfo-32bit-0.0.0-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libvdpau_nouveau-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libvdpau_nouveau-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libvdpau_r300-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libvdpau_r300-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libvdpau_r600-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libvdpau_r600-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libvdpau_softpipe-32bit-8.0.4-20.7.1") ) flag++;
    if ( rpm_check(release:"SUSE12.2", cpu:"x86_64", reference:"libvdpau_softpipe-debuginfo-32bit-8.0.4-20.7.1") ) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "Mesa");
    }
    
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-201404-06.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-201404-06 (Mesa: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in Mesa. Please review the CVE identifiers referenced below for details. Impact : A remote attacker could possibly execute arbitrary code with the privileges of the process, or cause a Denial of Service condition. Workaround : There is no known workaround at this time.
    last seen2020-06-01
    modified2020-06-02
    plugin id73406
    published2014-04-08
    reporterThis script is Copyright (C) 2014-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/73406
    titleGLSA-201404-06 : Mesa: Multiple vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Gentoo Linux Security Advisory GLSA 201404-06.
    #
    # The advisory text is Copyright (C) 2001-2015 Gentoo Foundation, Inc.
    # and licensed under the Creative Commons - Attribution / Share Alike 
    # license. See http://creativecommons.org/licenses/by-sa/3.0/
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(73406);
      script_version("1.4");
      script_cvs_date("Date: 2018/07/12 19:01:15");
    
      script_cve_id("CVE-2012-2864", "CVE-2012-5129", "CVE-2013-1872");
      script_bugtraq_id(55135, 56756, 60285);
      script_xref(name:"GLSA", value:"201404-06");
    
      script_name(english:"GLSA-201404-06 : Mesa: Multiple vulnerabilities");
      script_summary(english:"Checks for updated package(s) in /var/db/pkg");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Gentoo host is missing one or more security-related
    patches."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The remote host is affected by the vulnerability described in GLSA-201404-06
    (Mesa: Multiple vulnerabilities)
    
        Multiple vulnerabilities have been discovered in Mesa. Please review the
          CVE identifiers referenced below for details.
      
    Impact :
    
        A remote attacker could possibly execute
          arbitrary code with the privileges of the process, or cause a Denial of
          Service condition.
      
    Workaround :
    
        There is no known workaround at this time."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security.gentoo.org/glsa/201404-06"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "All Mesa users should upgrade to the latest version:
          # emerge --sync
          # emerge --ask --oneshot --verbose '>=media-libs/mesa-9.1.4'"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:gentoo:linux:mesa");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:gentoo:linux");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2014/04/08");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/04/08");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2014-2018 Tenable Network Security, Inc.");
      script_family(english:"Gentoo Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Gentoo/release", "Host/Gentoo/qpkg-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("qpkg.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Gentoo/release")) audit(AUDIT_OS_NOT, "Gentoo");
    if (!get_kb_item("Host/Gentoo/qpkg-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    
    if (qpkg_check(package:"media-libs/mesa", unaffected:make_list("ge 9.1.4"), vulnerable:make_list("lt 9.1.4"))) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:qpkg_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = qpkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "Mesa");
    }
    
  • NASL familyMandriva Local Security Checks
    NASL idMANDRIVA_MDVSA-2013-103.NASL
    descriptionUpdated mesa packages fix security vulnerability : The glsl shaders are vulnerable to a buffer overrun in parcel_out_uniform_storage::visit_field. When too many uniforms are used, the error will now be caught in check_resources (src/glsl/linker.cpp) (CVE-2012-2864). Additionally, Mesa has been updated to 8.0.4, fixing several bugs.
    last seen2020-06-01
    modified2020-06-02
    plugin id66115
    published2013-04-20
    reporterThis script is Copyright (C) 2013-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/66115
    titleMandriva Linux Security Advisory : mesa (MDVSA-2013:103)
    code
    #%NASL_MIN_LEVEL 80502
    
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Mandriva Linux Security Advisory MDVSA-2013:103. 
    # The text itself is copyright (C) Mandriva S.A.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(66115);
      script_version("1.6");
      script_cvs_date("Date: 2019/08/02 13:32:55");
    
      script_cve_id("CVE-2012-2864");
      script_bugtraq_id(55135);
      script_xref(name:"MDVSA", value:"2013:103");
      script_xref(name:"MGASA", value:"2012-0264");
    
      script_name(english:"Mandriva Linux Security Advisory : mesa (MDVSA-2013:103)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Mandriva Linux host is missing one or more security
    updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Updated mesa packages fix security vulnerability :
    
    The glsl shaders are vulnerable to a buffer overrun in
    parcel_out_uniform_storage::visit_field. When too many uniforms are
    used, the error will now be caught in check_resources
    (src/glsl/linker.cpp) (CVE-2012-2864).
    
    Additionally, Mesa has been updated to 8.0.4, fixing several bugs."
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:ND/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64dri-drivers");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64gbm1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64gbm1-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64glapi0");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64glapi0-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64mesaegl1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64mesaegl1-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64mesagl1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64mesagl1-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64mesaglesv1_1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64mesaglesv1_1-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64mesaglesv2_2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64mesaglesv2_2-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64mesaglu1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64mesaglu1-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64mesaopenvg1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64mesaopenvg1-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64wayland-egl1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64wayland-egl1-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:mesa");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:mesa-common-devel");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:business_server:1");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2013/04/10");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/04/20");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2019 Tenable Network Security, Inc.");
      script_family(english:"Mandriva Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/Mandrake/release", "Host/Mandrake/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Mandrake/release")) audit(AUDIT_OS_NOT, "Mandriva / Mandake Linux");
    if (!get_kb_item("Host/Mandrake/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu !~ "^(amd64|i[3-6]86|x86_64)$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Mandriva / Mandrake Linux", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64dri-drivers-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64gbm1-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64gbm1-devel-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64glapi0-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64glapi0-devel-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64mesaegl1-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64mesaegl1-devel-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64mesagl1-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64mesagl1-devel-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64mesaglesv1_1-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64mesaglesv1_1-devel-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64mesaglesv2_2-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64mesaglesv2_2-devel-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64mesaglu1-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64mesaglu1-devel-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64mesaopenvg1-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64mesaopenvg1-devel-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64wayland-egl1-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"lib64wayland-egl1-devel-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"mesa-8.0.4-1.mbs1")) flag++;
    if (rpm_check(release:"MDK-MBS1", cpu:"x86_64", reference:"mesa-common-devel-8.0.4-1.mbs1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-1623-1.NASL
    descriptionIt was discovered that Mesa incorrectly handled certain arrays. An attacker could use this issue to cause Mesa to crash, resulting in a denial of service, or possibly execute arbitrary code. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id62817
    published2012-11-06
    reporterUbuntu Security Notice (C) 2012-2019 Canonical, Inc. / NASL script (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/62817
    titleUbuntu 12.04 LTS : mesa vulnerability (USN-1623-1)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Ubuntu Security Notice USN-1623-1. The text 
    # itself is copyright (C) Canonical, Inc. See 
    # <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered 
    # trademark of Canonical, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(62817);
      script_version("1.8");
      script_cvs_date("Date: 2019/09/19 12:54:28");
    
      script_cve_id("CVE-2012-2864");
      script_bugtraq_id(55135);
      script_xref(name:"USN", value:"1623-1");
    
      script_name(english:"Ubuntu 12.04 LTS : mesa vulnerability (USN-1623-1)");
      script_summary(english:"Checks dpkg output for updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Ubuntu host is missing one or more security-related
    patches."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "It was discovered that Mesa incorrectly handled certain arrays. An
    attacker could use this issue to cause Mesa to crash, resulting in a
    denial of service, or possibly execute arbitrary code.
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the Ubuntu security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://usn.ubuntu.com/1623-1/"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libegl1-mesa");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libgl1-mesa-dri");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libgl1-mesa-glx");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libglapi-mesa");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libgles1-mesa");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libgles2-mesa");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libglu1-mesa");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libopenvg1-mesa");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libosmesa6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libxatracker1");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:12.04:-:lts");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/08/22");
      script_set_attribute(attribute:"patch_publication_date", value:"2012/11/05");
      script_set_attribute(attribute:"plugin_publication_date", value:"2012/11/06");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"Ubuntu Security Notice (C) 2012-2019 Canonical, Inc. / NASL script (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Ubuntu Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/cpu", "Host/Ubuntu", "Host/Ubuntu/release", "Host/Debian/dpkg-l");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("ubuntu.inc");
    include("misc_func.inc");
    
    if ( ! get_kb_item("Host/local_checks_enabled") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/Ubuntu/release");
    if ( isnull(release) ) audit(AUDIT_OS_NOT, "Ubuntu");
    release = chomp(release);
    if (! preg(pattern:"^(12\.04)$", string:release)) audit(AUDIT_OS_NOT, "Ubuntu 12.04", "Ubuntu " + release);
    if ( ! get_kb_item("Host/Debian/dpkg-l") ) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Ubuntu", cpu);
    
    flag = 0;
    
    if (ubuntu_check(osver:"12.04", pkgname:"libegl1-mesa", pkgver:"8.0.4-0ubuntu0.2")) flag++;
    if (ubuntu_check(osver:"12.04", pkgname:"libgl1-mesa-dri", pkgver:"8.0.4-0ubuntu0.2")) flag++;
    if (ubuntu_check(osver:"12.04", pkgname:"libgl1-mesa-glx", pkgver:"8.0.4-0ubuntu0.2")) flag++;
    if (ubuntu_check(osver:"12.04", pkgname:"libglapi-mesa", pkgver:"8.0.4-0ubuntu0.2")) flag++;
    if (ubuntu_check(osver:"12.04", pkgname:"libgles1-mesa", pkgver:"8.0.4-0ubuntu0.2")) flag++;
    if (ubuntu_check(osver:"12.04", pkgname:"libgles2-mesa", pkgver:"8.0.4-0ubuntu0.2")) flag++;
    if (ubuntu_check(osver:"12.04", pkgname:"libglu1-mesa", pkgver:"8.0.4-0ubuntu0.2")) flag++;
    if (ubuntu_check(osver:"12.04", pkgname:"libopenvg1-mesa", pkgver:"8.0.4-0ubuntu0.2")) flag++;
    if (ubuntu_check(osver:"12.04", pkgname:"libosmesa6", pkgver:"8.0.4-0ubuntu0.2")) flag++;
    if (ubuntu_check(osver:"12.04", pkgname:"libxatracker1", pkgver:"8.0.4-0ubuntu0.2")) flag++;
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_HOLE,
        extra      : ubuntu_report_get()
      );
      exit(0);
    }
    else
    {
      tested = ubuntu_pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libegl1-mesa / libgl1-mesa-dri / libgl1-mesa-glx / libglapi-mesa / etc");
    }
    

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 55135 CVE ID: CVE-2012-2864 Chrome OS是一款Google正式宣布处于开发中的基于PC的操作系统。 Google Chrome OS 21.0.1183.0之前版本在实现上存在远程代码执行漏洞,攻击者可利用此漏洞在系统中执行任意代码或造成拒绝服务。 0 Google Chrome OS 0.9.130.14 Beta 厂商补丁: Google ------ 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://www.google.com
idSSV:60343
last seen2017-11-19
modified2012-08-23
published2012-08-23
reporterRoot
titleGoogle Chrome OS 远程代码执行漏洞