Lucene search

K
openvasCopyright (c) 2012 SecPodOPENVAS:903002
HistoryMar 21, 2012 - 12:00 a.m.

GOM Media Player 'AVI' File Unspecified Vulnerability (Windows)

2012-03-2100:00:00
Copyright (c) 2012 SecPod
plugins.openvas.org
7

0.007 Low

EPSS

Percentile

80.5%

This host is installed with GOM Media Player and is prone to
unspecified vulnerability.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_gom_player_avi_unspecified_vuln_win.nasl 5988 2017-04-20 09:02:29Z teissa $
#
# GOM Media Player 'AVI' File Unspecified Vulnerability (Windows)
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2012 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 could allow attackers to execute arbitrary code in
  the context of the application.
  Impact Level: System/Application";
tag_affected = "GOM Media Player version prior to 2.1.37.5091 on Windows";
tag_insight = "The flaw is due to an unspecified error, which allows remote attackers
  to execute arbitrary code via a crafted AVI file.";
tag_solution = "Upgrade to GOM Media Player 2.1.37.5091 or later,
  For updates refer to http://www.gomlab.com/eng/";
tag_summary = "This host is installed with GOM Media Player and is prone to
  unspecified vulnerability.";

if(description)
{
  script_id(903002);
  script_version("$Revision: 5988 $");
  script_cve_id("CVE-2012-1264");
  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_tag(name:"last_modification", value:"$Date: 2017-04-20 11:02:29 +0200 (Thu, 20 Apr 2017) $");
  script_tag(name:"creation_date", value:"2012-03-21 16:45:16 +0530 (Wed, 21 Mar 2012)");
  script_name("GOM Media Player 'AVI' File Unspecified Vulnerability (Windows)");
  script_xref(name : "URL" , value : "http://gom.gomtv.com/gomIntro.html?type=4");
  script_xref(name : "URL" , value : "http://www.exploitsearch.net/index.php?q=NVD+CVE-2012-1264");
  script_xref(name : "URL" , value : "http://www.security-database.com/cvss.php?alert=CVE-2012-1264");
  script_xref(name : "URL" , value : "http://heapoverflow.com/f0rums/advisories/29716-cve-2012-1264-gom_media_player.html");

  script_copyright("Copyright (c) 2012 SecPod");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("secpod_gom_player_detect_win.nasl");
  script_require_keys("GOM/Player/Ver/Win");
  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");
  exit(0);
}


include("version_func.inc");

## Variable Initialization
gomVer = "";

## Get the version from KB
gomVer = get_kb_item("GOM/Player/Ver/Win");
if(!gomVer){
  exit(0);
}

## Check for GOM Media Player Version less than 2.1.37.5091
if(version_is_less(version:gomVer, test_version:"2.1.37.5091")){
  security_message(0);
}

0.007 Low

EPSS

Percentile

80.5%

Related for OPENVAS:903002