Lucene search

K
openvasCopyright (c) 2012 Greenbone Networks GmbHOPENVAS:802419
HistoryJan 23, 2012 - 12:00 a.m.

Yahoo Messenger JPG Photo Sharing Integer Overflow Vulnerability

2012-01-2300:00:00
Copyright (c) 2012 Greenbone Networks GmbH
plugins.openvas.org
12

0.003 Low

EPSS

Percentile

69.4%

This host is installed with Yahoo! Messenger and is prone to
integer overflow vulnerability.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_yahoo_msg_cyimage_bof_vuln.nasl 6018 2017-04-24 09:02:24Z teissa $
#
# Yahoo Messenger JPG Photo Sharing Integer Overflow Vulnerability
#
# Authors:
# Antu Sanadi <[email protected]>
#
# 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.
###############################################################################

tag_impact = "Successful exploitation will allow remote attackers to a heap-based buffer
  overflow via a specially crafted JPG file.
  Impact Level: Application";
tag_affected = "Yahoo! Messenger version prior to 11.5.0.155 on Windows.";
tag_insight = "The flaw is due to an integer overflow error in the
  'CYImage::LoadJPG()' method (YImage.dll) when allocating memory using the
  image dimension values.";
tag_solution = "Upgrade to Yahoo! Messenger version 11.5.0.155 or later
  For updates refer to http://messenger.yahoo.com/download/";
tag_summary = "This host is installed with Yahoo! Messenger and is prone to
  integer overflow vulnerability.";

if(description)
{
  script_id(802419);
  script_version("$Revision: 6018 $");
  script_cve_id("CVE-2012-0268");
  script_bugtraq_id(51405);
  script_tag(name:"cvss_base", value:"5.1");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"$Date: 2017-04-24 11:02:24 +0200 (Mon, 24 Apr 2017) $");
  script_tag(name:"creation_date", value:"2012-01-23 14:36:01 +0530 (Mon, 23 Jan 2012)");
  script_name("Yahoo Messenger JPG Photo Sharing Integer Overflow Vulnerability");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/47041");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
  script_family("Buffer overflow");
  script_dependencies("gb_yahoo_msg_detect.nasl");
  script_require_keys("YahooMessenger/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);
  exit(0);
}


include("version_func.inc");

ymsgVer = get_kb_item("YahooMessenger/Ver");
if(!ymsgVer){
  exit(0);
}

# Check for Yahoo! Messenger version
if(version_is_less(version:ymsgVer, test_version:"11.5.0.0155")){
  security_message(0);
}

0.003 Low

EPSS

Percentile

69.4%