| Reporter | Title | Published | Views | Family All 66 |
|---|---|---|---|---|
| Mac OS X 10.6 < 10.6.5 Multiple Vulnerabilities | 11 Nov 201000:00 | – | nessus | |
| Apple iOS < 4.2 Multiple Vulnerabilities | 23 Nov 201000:00 | – | nessus | |
| Mac OS X 10.6 < 10.6.5 Multiple Vulnerabilities | 11 Nov 201000:00 | – | nessus | |
| CentOS 3 : freetype (CESA-2010:0736) | 6 Oct 201000:00 | – | nessus | |
| CentOS 4 / 5 : freetype (CESA-2010:0737) | 6 Oct 201000:00 | – | nessus | |
| GLSA-201201-09 : FreeType: Multiple vulnerabilities | 24 Jan 201200:00 | – | nessus | |
| Mac OS X 10.6.x < 10.6.5 Multiple Vulnerabilities | 10 Nov 201000:00 | – | nessus | |
| Mac OS X Multiple Vulnerabilities (Security Update 2010-007) | 10 Nov 201000:00 | – | nessus | |
| Mandriva Linux Security Advisory : freetype2 (MDVSA-2010:156) | 23 Aug 201000:00 | – | nessus | |
| MiracleLinux 3 : freetype-2.2.1-28.0.1.AXS3 (AXSA:2010-460:03) | 14 Jan 202600:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_freetype_unspecified_vuln_win.nasl 5394 2017-02-22 09:22:42Z teissa $
#
# FreeType Unspecified Vulnerability (Windows)
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2010 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 may allows remote attackers to cause denial of
service.
Impact Level: Application";
tag_affected = "FreeType version 2.3.9 and other versions before 2.4.2";
tag_insight = "The flaw is due to unspecified vectors via vectors involving nested
Standard Encoding Accented Character (aka seac) calls, related to psaux.h,
cffgload.c, cffgload.h, and t1decode.c.";
tag_solution = "Upgrade to FreeType version 2.4.2 or later,
For updates refer to http://www.freetype.org/";
tag_summary = "This host is installed with FreeType and is prone to unspecified
vulnerability.";
if(description)
{
script_id(901145);
script_version("$Revision: 5394 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-22 10:22:42 +0100 (Wed, 22 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-09-01 09:34:36 +0200 (Wed, 01 Sep 2010)");
script_cve_id("CVE-2010-3054");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_name("FreeType Unspecified Vulnerability (Windows)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 SecPod");
script_family("Denial of Service");
script_dependencies("secpod_freetype_detect_win.nasl");
script_require_keys("FreeType/Win/Ver");
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:"registry");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name : "URL" , value : "http://secunia.com/advisories/40816");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2010/2018");
script_xref(name : "URL" , value : "http://sourceforge.net/projects/freetype/files/freetype2/2.4.2/NEWS/view");
exit(0);
}
include("version_func.inc");
## Get FreeType Version From KB
ftVer = get_kb_item("FreeType/Win/Ver");
if(!ftVer) {
exit(0);
}
if(ftVer != NULL)
{
## Check for FreeType versions
if(version_in_range(version: ftVer, test_version: "2.3.9", test_version2: "2.4.1")) {
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