Lucene search

K
openvasCopyright (c) 2012 Greenbone Networks GmbHOPENVAS:881166
HistoryJul 30, 2012 - 12:00 a.m.

CentOS Update for thunderbird CESA-2012:0388 centos6

2012-07-3000:00:00
Copyright (c) 2012 Greenbone Networks GmbH
plugins.openvas.org
141

0.212 Low

EPSS

Percentile

96.4%

Check for the Version of thunderbird

###############################################################################
# OpenVAS Vulnerability Test
#
# CentOS Update for thunderbird CESA-2012:0388 centos6 
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2012 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_insight = "Mozilla Thunderbird is a standalone mail and newsgroup client.

  Several flaws were found in the processing of malformed content. Malicious
  content could cause Thunderbird to crash or, potentially, execute arbitrary
  code with the privileges of the user running Thunderbird. (CVE-2012-0461,
  CVE-2012-0462, CVE-2012-0464)
  
  Two flaws were found in the way Thunderbird parsed certain Scalable Vector
  Graphics (SVG) image files. An HTML mail message containing a malicious SVG
  image file could cause an information leak, or cause Thunderbird to crash
  or, potentially, execute arbitrary code with the privileges of the user
  running Thunderbird. (CVE-2012-0456, CVE-2012-0457)
  
  A flaw could allow malicious content to bypass intended restrictions,
  possibly leading to a cross-site scripting (XSS) attack if a user were
  tricked into dropping a "javascript:" link onto a frame. (CVE-2012-0455)
  
  It was found that the home page could be set to a "javascript:" link. If a
  user were tricked into setting such a home page by dragging a link to the
  home button, it could cause Firefox to repeatedly crash, eventually leading
  to arbitrary code execution with the privileges of the user running
  Firefox. A similar flaw was found and fixed in Thunderbird. (CVE-2012-0458)
  
  A flaw was found in the way Thunderbird parsed certain, remote content
  containing "cssText". Malicious, remote content could cause Thunderbird to
  crash or, potentially, execute arbitrary code with the privileges of the
  user running Thunderbird. (CVE-2012-0459)
  
  It was found that by using the DOM fullscreen API, untrusted content could
  bypass the mozRequestFullscreen security protections. Malicious content
  could exploit this API flaw to cause user interface spoofing.
  (CVE-2012-0460)
  
  A flaw was found in the way Thunderbird handled content with multiple
  Content Security Policy (CSP) headers. This could lead to a cross-site
  scripting attack if used in conjunction with a website that has a header
  injection flaw. (CVE-2012-0451)
  
  Note: All issues except CVE-2012-0456 and CVE-2012-0457 cannot be exploited
  by a specially-crafted HTML mail message as JavaScript is disabled by
  default for mail messages. It could be exploited another way in
  Thunderbird, for example, when viewing the full remote content of an RSS
  feed.
  
  All Thunderbird users should upgrade to this updated package, which
  contains Thunderbird version 10.0.3 ESR, which corrects these issues. After
  installing the update, Thunderbird must be restarted for the changes to
  take effect.";

tag_affected = "thunderbird on CentOS 6";
tag_solution = "Please Install the Updated Packages.";



if(description)
{
  script_xref(name : "URL" , value : "http://lists.centos.org/pipermail/centos-announce/2012-March/018500.html");
  script_id(881166);
  script_version("$Revision: 8249 $");
  script_tag(name:"last_modification", value:"$Date: 2017-12-27 07:29:56 +0100 (Wed, 27 Dec 2017) $");
  script_tag(name:"creation_date", value:"2012-07-30 16:28:45 +0530 (Mon, 30 Jul 2012)");
  script_cve_id("CVE-2012-0451", "CVE-2012-0455", "CVE-2012-0456", "CVE-2012-0457",
                "CVE-2012-0458", "CVE-2012-0459", "CVE-2012-0460", "CVE-2012-0461",
                "CVE-2012-0462", "CVE-2012-0464");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_xref(name: "CESA", value: "2012:0388");
  script_name("CentOS Update for thunderbird CESA-2012:0388 centos6 ");

  script_tag(name: "summary" , value: "Check for the Version of thunderbird");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
  script_family("CentOS Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/centos", "ssh/login/rpms");
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name:"qod_type", value:"package");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}


include("pkg-lib-rpm.inc");

release = get_kb_item("ssh/login/release");

res = "";
if(release == NULL){
  exit(0);
}

if(release == "CentOS6")
{

  if ((res = isrpmvuln(pkg:"thunderbird", rpm:"thunderbird~10.0.3~1.el6.centos", rls:"CentOS6")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99); # Not vulnerable.
  exit(0);
}