| Reporter | Title | Published | Views | Family All 23 |
|---|---|---|---|---|
| Trillian < 3.1.12.0 Multiple Vulnerabilities | 5 Dec 200800:00 | – | nessus | |
| Trillian < 3.1.12.0 Multiple Vulnerabilities | 5 Dec 200800:00 | – | nessus | |
| Cerulean Studios Trillian Image Filename XML Tag Stack Buffer Overflow (CVE-2008-5401) | 11 Nov 200900:00 | – | checkpoint_advisories | |
| Cerulean Studios Trillian AIM XML Tag Handling Heap Buffer Overflow (CVE-2008-5403) | 13 Oct 200900:00 | – | checkpoint_advisories | |
| CVE-2008-5401 | 9 Dec 200811:00 | – | cve | |
| CVE-2008-5402 | 9 Dec 200811:00 | – | cve | |
| CVE-2008-5403 | 9 Dec 200811:00 | – | cve | |
| CVE-2008-5401 | 9 Dec 200811:00 | – | cvelist | |
| CVE-2008-5402 | 9 Dec 200811:00 | – | cvelist | |
| CVE-2008-5403 | 9 Dec 200811:00 | – | cvelist |
| Source | Link |
|---|---|
| zerodayinitiative | www.zerodayinitiative.com/advisories/ZDI-08-079/ |
| zerodayinitiative | www.zerodayinitiative.com/advisories/ZDI-08-077/ |
| zerodayinitiative | www.zerodayinitiative.com/advisories/ZDI-08-078/ |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_trillian_mult_vuln.nasl 5370 2017-02-20 15:24:26Z cfi $
#
# Trillian Messenger Multiple Vulnerabilities
#
# Authors:
# Sujit Ghosal <[email protected]>
#
# Copyright:
# Copyright (c) 2008 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.
###############################################################################
tag_impact = "Successful exploitation will let the attacker execute arbitrary codes
in the context of the application and can compromise a vulnerable system.";
tag_affected = "Cerulean Studios, Trillian Messenger version prior to 3.1.12.0 on Windows.";
tag_insight = "This flaw is due to,
- Boundary check error while generating XML Tags for images which can
be exploited to cause stack overflow.
- An error while processing XML codes which can be exploited to corrupt
an internal data structure and can clear a heap chunk multiple times.
- An boundary error while processing specially crafted XML tags which
can cause a heap overflow.";
tag_solution = "Upgrade to the version latest 3.1.12.0
http://www.ceruleanstudios.com/downloads";
tag_summary = "This host is installed with Trillian Messenger and is prone to
multiple remote memory corruption vulnerabilities.";
if(description)
{
script_id(800205);
script_version("$Revision: 5370 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-20 16:24:26 +0100 (Mon, 20 Feb 2017) $");
script_tag(name:"creation_date", value:"2008-12-17 15:03:38 +0100 (Wed, 17 Dec 2008)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_cve_id("CVE-2008-5401", "CVE-2008-5402", "CVE-2008-5403");
script_bugtraq_id(32645);
script_name("Trillian Messenger Multiple Vulnerabilities");
script_xref(name : "URL" , value : "http://www.zerodayinitiative.com/advisories/ZDI-08-077/");
script_xref(name : "URL" , value : "http://www.zerodayinitiative.com/advisories/ZDI-08-078/");
script_xref(name : "URL" , value : "http://www.zerodayinitiative.com/advisories/ZDI-08-079/");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"executable_version");
script_copyright("Copyright (C) 2008 Greenbone Networks GmbH");
script_family("Buffer overflow");
script_dependencies("secpod_reg_enum.nasl");
script_mandatory_keys("SMB/WindowsVersion");
script_require_ports(139, 445);
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);
exit(0);
}
include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
if(!get_kb_item("SMB/WindowsVersion")){
exit(0);
}
regKey = registry_key_exists(key:"SOFTWARE\Clients\IM\Trillian\InstallInfo");
if(!regKey){
exit(0);
}
key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Trillian";
exePath = registry_get_sz(key:key, item:"DisplayIcon");
if(exePath)
{
share = ereg_replace(pattern:"([A-Z]):.*", replace:"\1$", string:exePath);
file = ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1", string:exePath);
triVer = GetVer(file: file, share:share);
if(triVer != NULL)
{
#Grep for version prior to 3.1.12.0
if(version_is_less(version:triVer, test_version:"3.1.12.0")){
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