| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| Mozilla Thunderbird < 2.0.0.18 Multiple Vulnerabilities | 20 Nov 200800:00 | – | nessus | |
| GLSA-201301-01 : Mozilla Products: Multiple vulnerabilities (BEAST) | 8 Jan 201300:00 | – | nessus | |
| Mozilla Thunderbird < 2.0.0.18 Multiple Vulnerabilities | 20 Nov 200800:00 | – | nessus | |
| SeaMonkey < 1.1.13 Multiple Vulnerabilities | 13 Nov 200800:00 | – | nessus | |
| CVE-2008-6961 | 13 Aug 200916:00 | – | cve | |
| CVE-2008-6961 | 13 Aug 200916:00 | – | cvelist | |
| EUVD-2008-6920 | 7 Oct 202500:30 | – | euvd | |
| Mozilla Products: Multiple vulnerabilities | 8 Jan 201300:00 | – | gentoo | |
| CVE-2008-6961 | 13 Aug 200916:30 | – | nvd | |
| Gentoo Security Advisory GLSA 201301-01 | 29 Sep 201500:00 | – | openvas |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_mozilla_prdts_info_disc_vuln_lin.nasl 6482 2017-06-29 08:31:43Z cfischer $
#
# Mozilla Products Information Disclosure Vulnerability (Linux)
#
# Authors:
# Nikita MR <[email protected]>
#
# Copyright:
# Copyright (c) 2009 SecPod, http://www.secpod.com
#
# 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.
###############################################################################
tag_impact = "Successful exploitation will let the attackers obtain the mailbox URI of the
recipient or disclose comments placed in a forwarded email.
Impact Level: Application";
tag_affected = "Seamonkey version prior to 1.1.13 and
Thunderbird version prior to 2.0.0.18 on Linux.";
tag_insight = "A flaw exists in the JavaScript code embedded in mailnews which can be
exploited using scripts which read the '.documentURI' or '.textContent'
DOM properties.";
tag_solution = "Upgrade to Seamonkey version 1.1.13 or later
http://www.seamonkey-project.org/releases
Upgrade to Thunderbird version 2.0.0.18 or later
http://www.mozillamessaging.com/en-US/thunderbird/all.html";
tag_summary = "The host is installed with Thunderbird/Seamonkey and is prone to
Information Disclosure vulnerability.";
if(description)
{
script_id(900911);
script_version("$Revision: 6482 $");
script_tag(name:"last_modification", value:"$Date: 2017-06-29 10:31:43 +0200 (Thu, 29 Jun 2017) $");
script_tag(name:"creation_date", value:"2009-08-19 06:49:38 +0200 (Wed, 19 Aug 2009)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:N/A:N");
script_cve_id("CVE-2008-6961");
script_bugtraq_id(32363);
script_name("Mozilla Products Information Disclosure Vulnerability (Linux)");
script_xref(name : "URL" , value : "http://secunia.com/advisories/32714");
script_xref(name : "URL" , value : "http://secunia.com/advisories/32715");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/46734");
script_xref(name : "URL" , value : "http://www.mozilla.org/security/announce/2008/mfsa2008-59.html");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 SecPod");
script_family("General");
script_dependencies("gb_seamonkey_detect_lin.nasl", "gb_thunderbird_detect_lin.nasl");
script_mandatory_keys("Mozilla/Firefox_or_Seamonkey_or_Thunderbird/Linux/Installed");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name:"qod_type", value:"executable_version");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
# Seamonkey Check
smVer = get_kb_item("Seamonkey/Linux/Ver");
if(smVer != NULL)
{
# Grep for Seamonkey version prior to 1.1.13
if(version_is_less(version:smVer, test_version:"1.1.13")){
security_message(0);
exit(0);
}
}
# Thunderbird Check
tbVer = get_kb_item("Thunderbird/Linux/Ver");
if(tbVer != NULL)
{
# Grep for Thunderbird version prior to 2.0.0.18
if(version_is_less(version:tbVer, test_version:"2.0.0.18")){
security_message(0);
}
}
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation